Advertisement
betrayed

install_themes_kali_linux

Dec 10th, 2023 (edited)
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. Visit 'http://gnome-look.org/' for good themes.
  2.  
  3. 1. Navigate to '/home/<your_user>' and create a hidden folder called .themes
  4.  
  5. If this folder already exists, then great. Don't overwrite.
  6.  
  7.  
  8. 2. Download the theme you like and extract folder in /.themes
  9.  
  10. #tar -xvf <location of tarball file>
  11. (if file is not a .tar file but a .zip file then you might need to use "unzip" or "gunzip" command)
  12.  
  13. 3. Copy the theme folder extracted and place it in the .themes folder
  14. #cp -rf <location of theme> /root/.themes/
  15.  
  16. 4. Open gnome-tweak-tool using the command in a terminal
  17.  
  18. #gnome-tweak-tool
  19.  
  20. and you will see kali linux's themes and the theme you download!
  21.  
  22. NOTE: ONLY DOWNLOAD GTK3 THEMES since kali ships with gnome 3XXX.
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement