Advertisement
Guest User

XD

a guest
Oct 4th, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.96 KB | None | 0 0
  1. #!/bin/bash
  2. sudo apt-get install xfce4-whiskermenu-plugin git gedit -y
  3. wget https://github.com/snwh/paper-gtk-theme/archive/master.zip
  4. mkdir .icons
  5. mkdir .themes
  6. unzip master.zip -d ~/.themes/
  7. mv ~/.themes/paper-gtk-theme-master/Paper ~/.themes/
  8. rm -rf ~/.themes/paper-gtk-theme-master
  9. rm master.zip
  10. wget https://github.com/shimmerproject/elementary-xfce/master.zip
  11. unzip master.zip -d ~/.icons/
  12. mv ~/.icons/paper-icon-theme-master/Paper ~/.icons/
  13. rm -rf ~/.icons/paper-icon-theme-master
  14. rm master.zip
  15. xfconf-query -c xfwm4 -p /general/theme -s Paper
  16. xfconf-query -c xsettings -p /Net/ThemeName -s Paper
  17. git clone git clone https://github.com/shimmerproject/elementary-xfce
  18. rm -rf ~/elementary-xfce
  19. xfconf-query -c xsettings -p /Net/IconThemeName -s elementary-xfce-darker
  20. xfconf-query -c xfwm4 -p /general/button_layout -s "0|HMC"
  21. xfconf-query -c xfwm4 -p /general/use_compositing -s true
  22. xfconf-query -c xfce4-panel -p /plugins/plugin-6/show-frame -s false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement