Feat(Gnome): Add aur icons and themes
This commit is contained in:
parent
1bff3227af
commit
e68f301b3a
@ -46,21 +46,18 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: python-psutil
|
name: python-psutil
|
||||||
|
|
||||||
# - name: Configure available keyboard layouts in Gnome
|
- name: Install Icons and gtk themes
|
||||||
# dconf:
|
aur:
|
||||||
# key: "/org/gnome/desktop/input-sources/sources"
|
name: "{{ item }}"
|
||||||
# value: "[('xkb', 'fr')"
|
use: makepkg
|
||||||
# state: present
|
skip_installed: true
|
||||||
#
|
with_items:
|
||||||
# - name: Disable desktop effects in Cinnamon
|
- gnome-colors-icon-theme
|
||||||
# dconf:
|
- obsidian-icon-theme-git
|
||||||
# key: "/org/gnome/desktop-effects"
|
- ubo-icons
|
||||||
# value: "false"
|
- shadow-icon-theme
|
||||||
# state: present
|
- vertex-themes
|
||||||
# become_user: lafrite
|
- vertex-icons-git
|
||||||
#
|
- gtk-theme-flatstudio
|
||||||
# - name: Gnome theme
|
become: yes
|
||||||
# dconf:
|
become_user: aur_builder
|
||||||
# key: "/org/gnome/desktop/interface/gtk-theme"
|
|
||||||
# value: "Arc-Darker"
|
|
||||||
# become_user: lafrite
|
|
||||||
|
Loading…
Reference in New Issue
Block a user