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 revision
Previous revision
xfce:xfce4-settings:appearance [2020/08/12 16:07] – resize image and add footer nav kevinbowenxfce:xfce4-settings:appearance [2022/12/11 22:58] (current) – New checkbox: Enable header bars in dialogs alexxcons
Line 1: Line 1:
-====== Appearance ======+~~NOTOC~~ 
 +{{ :xfce:xfce.settings.appearance.png?no link|}} 
 +====== xfce4-settings - Appearance ====== 
 + 
 +  * **[[#Style|Style]]** 
 +  * **[[#Icons|Icons]]** 
 +      * **[[#Icon Cache|Icon Cache]]** 
 +  * **[[#Fonts|Fonts]]** 
 +      * **[[#Default Font|Default Font]]** 
 +      * **[[#Rendering|Rendering]]** 
 +      * **[[#DPI|DPI]]** 
 +  * **[[#Settings|Settings]]** 
 +      * **[[#Toolbar Style|Toolbar Style]]** 
 +      * **[[#Menus and Buttons|Menus and Buttons]]** 
 +      * **[[#Event Sounds|Event Sounds]]**     
 +      * **[[#Window Scaling|Window Scaling]]**  
  
 The //Appearance// preference tool lets you configure various aspects of how your desktop looks. The //Appearance// preference tool lets you configure various aspects of how your desktop looks.
 +
 +----
 +
 ===== Style ===== ===== Style =====
  
Line 11: Line 30:
  
 To install new themes, download a package from your distribution or from theme sites like [[http://xfce-look.org|xfce-look.org]]. When you download a theme tarball from a website, you can install it by dragging the file from the file manager and dropping it in the list of styles. To install new themes, download a package from your distribution or from theme sites like [[http://xfce-look.org|xfce-look.org]]. When you download a theme tarball from a website, you can install it by dragging the file from the file manager and dropping it in the list of styles.
 +
 +[[|Back To Top]] 
 +
 +----
 +
 ===== Icons ===== ===== Icons =====
  
Line 30: Line 54:
   gtk-update-icon-cache /path/to/theme/directory/   gtk-update-icon-cache /path/to/theme/directory/
  
-More information can be found in the [[https://developer.gnome.org/gtk2/2.24/gtk-update-icon-cache.html|gtk-update-icon-cache reference manual]].+More information can be found in the [[https://developer-old.gnome.org/gtk3/unstable/gtk-update-icon-cache.html|gtk-update-icon-cache reference manual]]. 
 + 
 +[[|Back To Top]]  
 + 
 +---- 
 ===== Fonts ===== ===== Fonts =====
  
Line 36: Line 65:
 {{:xfce:xfce4-settings:appearance3.png?nolink|}}</figure> {{:xfce:xfce4-settings:appearance3.png?nolink|}}</figure>
  
 +----
  
 ==== Default Font ==== ==== Default Font ====
Line 41: Line 71:
 The font selector shows the name of the current default font and its point size.  The font selector shows the name of the current default font and its point size. 
 To change the font, click the font selector button. The font picker dialog opens. Select the font **Family**, **Style**, and **Size** from the lists. The preview area shows your current choice. Click **OK** to accept  and apply the changes. To change the font, click the font selector button. The font picker dialog opens. Select the font **Family**, **Style**, and **Size** from the lists. The preview area shows your current choice. Click **OK** to accept  and apply the changes.
 +
 +----
  
 ==== Rendering ==== ==== Rendering ====
Line 54: Line 86:
 ! ''xfconf-query -c xsettings -p /Xft/Lcdfilter -n -t string -s lcddefault'' ! ''xfconf-query -c xsettings -p /Xft/Lcdfilter -n -t string -s lcddefault''
 ! Other possible values are ''lcdnone'', ''lcddefault'', ''lcdlight'' and ''lcdlegacy''. You can check to see if the property is set properly by running ''xrdb -query'' in a terminal. To fully apply the LCD hinting, it is advisable to log out and in again (for restarting the X server). ! Other possible values are ''lcdnone'', ''lcddefault'', ''lcdlight'' and ''lcdlegacy''. You can check to see if the property is set properly by running ''xrdb -query'' in a terminal. To fully apply the LCD hinting, it is advisable to log out and in again (for restarting the X server).
 +
 +----
  
 ==== DPI ==== ==== DPI ====
  
 In case you want to override the DPI (dots per inch) value calculated by the X-server, you can select the checkbox and use the spin box to specify the resolution to use when your screen renders fonts. Most of the time it is not necessary to modify the calculated DPI, but in some cases a high DPI results in sharper fonts. In case you want to override the DPI (dots per inch) value calculated by the X-server, you can select the checkbox and use the spin box to specify the resolution to use when your screen renders fonts. Most of the time it is not necessary to modify the calculated DPI, but in some cases a high DPI results in sharper fonts.
 +
 +
 +[[|Back To Top]] 
 +
 +----
  
 ===== Settings ===== ===== Settings =====
Line 63: Line 102:
 <figure "Other Theme Settings"> <figure "Other Theme Settings">
 {{:xfce:xfce4-settings:appearance5.png?nolink|}}</figure> {{:xfce:xfce4-settings:appearance5.png?nolink|}}</figure>
 +
 +----
  
 ==== Toolbar Style ==== ==== Toolbar Style ====
Line 74: Line 115:
 \\ \\
 \\  \\ 
 +
 +----
  
 ==== Menus and Buttons ==== ==== Menus and Buttons ====
Line 88: Line 131:
  
 There is no way to globally restore the default keyboard shortcuts for an application if you have accidentally reassigned them. However, if you discover your mistake and know where the shortcut originally belonged, you can just reassign using this same procedure to the default location.</note> There is no way to globally restore the default keyboard shortcuts for an application if you have accidentally reassigned them. However, if you discover your mistake and know where the shortcut originally belonged, you can just reassign using this same procedure to the default location.</note>
 +
 +? Enable header bars in dialogs
 +! Defines whether GTK dialogs may place widgets, such as buttons, in the dialog's header bar. Implies in client side decorations. Only affects newly opened dialogs.
 +
 +----
  
 ==== Event Sounds ==== ==== Event Sounds ====
Line 95: Line 143:
 ! Enables playback of event sounds for things like button presses, window resizing, moving slider controls, etc. ! Enables playback of event sounds for things like button presses, window resizing, moving slider controls, etc.
  
 +----
  
 ==== Window Scaling ==== ==== Window Scaling ====