dotfiles-ansible/roles/theme/tasks/main.yml

25 lines
512 B
YAML

---
- name: theme | Install sound theme packs
import_tasks: soundtheme.yml
tags: sound
- name: theme | Download some nice wallpapers
import_tasks: wallpapers.yml
tags: wallpapers
- name: theme | Install Kvantum themes
import_tasks: kvantum.yml
tags: kvantum
- name: theme | Install icon and cursor themes
import_tasks: icons.yml
tags: [icon, cursor]
- name: theme | Install GTK themes
import_tasks: gtk.yml
tags: gtk
- name: theme | Install fonts
import_tasks: fonts.yml
tags: fonts