16 lines
513 B
Bash
Executable File
16 lines
513 B
Bash
Executable File
#!/usr/bin/env bash
|
|
apt-get install -y mate-themes
|
|
apt-get install -y albatross-gtk-theme
|
|
apt-get install -y blackbird-gtk-theme
|
|
|
|
sudo apt-get install -y gtk2-engines-murrine gtk2-engines-pixbuf
|
|
|
|
cd /var/tmp
|
|
git clone https://github.com/vinceliuice/stylish-gtk-theme
|
|
cd stylish-gtk-theme
|
|
./Install
|
|
|
|
dbus-launch --exit-with-session gsettings set org.gnome.desktop.interface gtk-theme "Stylish-Dark-Laptop"
|
|
dbus-launch --exit-with-session gsettings set org.gnome.desktop.wm.preferences theme "Stylish-Dark-Laptop"
|
|
|