Advertisement
metalx1000

Set Icon Theme for Thunar/Linux Desktop

Apr 11th, 2024
791
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.26 KB | None | 0 0
  1. #install a theme
  2. sudo apt install papirus-icon-theme
  3.  
  4. #list themes
  5. ls -I "*.*" /usr/share/icons
  6.  
  7. # set theme
  8. vim ~/.config/gtk-3.0/settings.ini
  9.  
  10. #in that file set theme
  11. gtk-icon-theme-name=Papirus
  12.  
  13. # If working with thunar, be sure to kill and restart thunar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement