Feat(Gnome): Add aur icons and themes

This commit is contained in:
Bertrand Benjamin 2018-11-07 14:21:00 +01:00
parent 1bff3227af
commit e68f301b3a
1 changed files with 15 additions and 18 deletions

View File

@ -46,21 +46,18 @@
pacman:
name: python-psutil
# - name: Configure available keyboard layouts in Gnome
# dconf:
# key: "/org/gnome/desktop/input-sources/sources"
# value: "[('xkb', 'fr')"
# state: present
#
# - name: Disable desktop effects in Cinnamon
# dconf:
# key: "/org/gnome/desktop-effects"
# value: "false"
# state: present
# become_user: lafrite
#
# - name: Gnome theme
# dconf:
# key: "/org/gnome/desktop/interface/gtk-theme"
# value: "Arc-Darker"
# become_user: lafrite
- name: Install Icons and gtk themes
aur:
name: "{{ item }}"
use: makepkg
skip_installed: true
with_items:
- gnome-colors-icon-theme
- obsidian-icon-theme-git
- ubo-icons
- shadow-icon-theme
- vertex-themes
- vertex-icons-git
- gtk-theme-flatstudio
become: yes
become_user: aur_builder