install WhiteSur
Some checks failed
Lint / Lint (3.10) (push) Failing after 14s
Lint / Lint (3.11) (push) Failing after 17s

This commit is contained in:
Ariejan de Vroom 2024-06-07 11:59:21 +02:00
parent 2ffebdf244
commit a24b566fd0
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -10,3 +10,14 @@
- name: Install GNOME Extensions - name: Install GNOME Extensions
ansible.builtin.import_tasks: gnome-extensions.yml 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
cd WhiteSur-gtk-theme
./install.sh -l -c Light -t blue --silent-mode -HD
./tweaks.sh -F -d --silent-mode
cd ..
rm -rf WhiteSur-gtk-theme
ignore_errors: true
changed_when: true