Advertisement
hmeco

linix stuff

Nov 5th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. sudo apt-get install gnome-shell-extensions
  2.  
  3. Then, install Elegance Colors GNOME Shell theme in Ubuntu (for GNOME Shell 3.6 and 3.8, so Ubuntu 12.10 and 13.04 only) using the following commands:
  4.  
  5. sudo add-apt-repository ppa:satyajit-happy/themes
  6. sudo apt-get update
  7. sudo apt-get install gnome-shell-theme-elegance-colors
  8.  
  9. Once installed, start the Elegance Colors process, required only once (it will then start automatically when you log in):
  10.  
  11. elegance-colors
  12.  
  13. And finally, use GNOME Tweak Tool to change the current GNOME Shell theme to "Elegance Colors". This can also be done via command line:
  14.  
  15. gsettings set org.gnome.shell.extensions.user-theme name 'elegance-colors'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement