Set theme and mono font
This commit is contained in:
parent
5d54585e29
commit
ef3fde6d7f
|
@ -22,3 +22,10 @@ hot-sensors=['Tccd1', 'junction']
|
|||
[org/gnome/shell/extensions/openweatherrefined]
|
||||
actual-city=0
|
||||
locs=[(uint32 0, 'Son en Breugel, Noord-Brabant, Nederland', uint32 0, '51.5173136,5.500838')]
|
||||
|
||||
[org/gnome/desktop/interface]
|
||||
gtk-theme='WhiteSur-Light-blue'
|
||||
monospace-font-name='Hack Nerd Font Mono 10'
|
||||
|
||||
[org/gnome/shell/extensions/user-theme]
|
||||
name='WhiteSur-Light-blue'
|
|
@ -4,13 +4,7 @@
|
|||
ignore_errors: true
|
||||
changed_when: true
|
||||
become: true
|
||||
|
||||
- name: Configure GNOME Settings
|
||||
ansible.builtin.import_tasks: gsettings.yml
|
||||
|
||||
- name: Install GNOME Extensions
|
||||
ansible.builtin.import_tasks: gnome-extensions.yml
|
||||
|
||||
|
||||
- name: Install WhiteSur GTK user-theme
|
||||
ansible.builtin.shell: |
|
||||
git clone https://github.com/vinceliuice/WhiteSur-gtk-theme.git --depth=1
|
||||
|
@ -21,4 +15,10 @@
|
|||
rm -rf WhiteSur-gtk-theme
|
||||
ignore_errors: true
|
||||
changed_when: true
|
||||
become: true
|
||||
become: true
|
||||
|
||||
- name: Configure GNOME Settings
|
||||
ansible.builtin.import_tasks: gsettings.yml
|
||||
|
||||
- name: Install GNOME Extensions
|
||||
ansible.builtin.import_tasks: gnome-extensions.yml
|
||||
|
|
Loading…
Reference in New Issue
Block a user