refactor: improve GNOME Shell icon management and regenerate icon cache
This commit is contained in:
parent
625abf91b3
commit
9b5249af54
@ -31,7 +31,15 @@
|
|||||||
# Steam and it's dependencies
|
# Steam and it's dependencies
|
||||||
- steam
|
- steam
|
||||||
- steam-devices
|
- steam-devices
|
||||||
# Missing icons in GNOME Shell
|
# Missing icons in GNOME Shell (If not working, reset your icon theme with `gsettings reset gsettings reset org.gnome.desktop.interface icon-theme`)
|
||||||
- gdk-pixbuf2-modules-extra
|
- gdk-pixbuf2-modules-extra
|
||||||
|
- adwaita-icon-theme
|
||||||
|
- gnome-icon-theme
|
||||||
state: present
|
state: present
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
- name: Regenerate GNOME Icon Cache
|
||||||
|
ansible.builtin.command:
|
||||||
|
cmd: gtk-update-icon-cache /usr/share/icons/gnome
|
||||||
|
creates: /usr/share/icons/gnome/icon-theme.cache
|
||||||
|
become: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user