Feat: change gnome-shelle to materia

This commit is contained in:
Bertrand Benjamin 2021-07-05 09:50:14 +02:00
parent 9061723f14
commit fc091ab734
1 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@
- name: Shell theme
dconf:
key: "/org/gnome/shell/extensions/user-theme/name"
value: "'Plata-Noir-Compact'"
value: "'Materia-dark-compact'"
state: present
become: true
become_user: "{{ me.username }}"
@ -113,7 +113,7 @@
- name: Gtk theme
dconf:
key: "/org/gnome/desktop/interface/gkt-theme"
value: "'Plata-Noir-Compact'"
value: "'Materia-dark-compact'"
state: present
become: true
become_user: "{{ me.username }}"