Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
xfce:thunar:hidden-settings [2018/07/12 11:30] – [The Custom CSS] alexxconsxfce:thunar:hidden-settings [2018/07/12 21:11] alexxcons
Line 5: Line 5:
 ===== The Settings Editor ===== ===== The Settings Editor =====
  
-Open the thunar tab  in the **xfce4-settings-editor** in order to see which settings are currently stored and to modify them. Make sure to quit thunar before with "thunar -q". Otherwise your changes will have no effect. +Open the //Thunar// tab  in the **xfce4-settings-editor** in order to see which settings are currently stored and to modify them. Make sure to quit //Thunar// before with "thunar -q". Otherwise your changes will have no effect. 
  
 ===== Hidden Settings ===== ===== Hidden Settings =====
Line 39: Line 39:
 For most graphical elements of thunar, it is possible to customize them via CSS. (like it is done by themes) For most graphical elements of thunar, it is possible to customize them via CSS. (like it is done by themes)
  
-Here an example for thunar 1.8.x (gtk3 based):+Here an example for //Thunar// 1.8.x (gtk3 based):
   - Create a file ~/.config/gtk-3.0/gtk.css   - Create a file ~/.config/gtk-3.0/gtk.css
   - Paste following content in this file:   - Paste following content in this file:
-  - Save, logout and login again.+  - Save and restart thunar (thunar -q; thunar)
  
      
Line 51: Line 51:
  
  
-For thunar thunar 1.6.x (gtk2 based):+For thunar //Thunar// 1.6.x (gtk2 based):
   - Create a file ~/.gtkrc-2.0   - Create a file ~/.gtkrc-2.0
   - Paste following content in this file:   - Paste following content in this file:
-  - Save, logout and login again.+  - Save and restart thunar (thunar -q; thunar)
  
   style "thunar-spaced-out-icons"   style "thunar-spaced-out-icons"
Line 62: Line 62:
   }   }
   class "ThunarIconView" style "thunar-spaced-out-icons"    class "ThunarIconView" style "thunar-spaced-out-icons" 
 +  
 +Check the [[https://developer.gnome.org/gtk3/stable/chap-css-overview.html|GTK+ CSS Overview page]] to see learn how CSS can be used in gtk3.
 +
 +Use the  [[https://wiki.gnome.org/Projects/GTK%2B/Inspector|GTK Inspector]] together with thunar to see which properties can be modified on each element.