Set theme and mono font
Some checks failed
Lint / Lint (3.11) (push) Failing after 13s
Lint / Lint (3.10) (push) Failing after 14s

This commit is contained in:
Ariejan de Vroom 2024-06-07 12:15:20 +02:00
parent 5d54585e29
commit ef3fde6d7f
Signed by: ariejan
GPG Key ID: AD739154F713697B
2 changed files with 15 additions and 8 deletions

View File

@ -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'

View File

@ -5,12 +5,6 @@
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
@ -22,3 +16,9 @@
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