install WhiteSur
This commit is contained in:
parent
2ffebdf244
commit
a24b566fd0
|
@ -10,3 +10,14 @@
|
|||
|
||||
- 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
|
||||
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
|
Loading…
Reference in New Issue
Block a user