1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-12 01:50:46 +02:00
guix/gnu/packages/patches/xfce4-settings-defaults.patch
宋文武 48237b158e
gnu: xfce4-settings: Update to 4.20.1.
* gnu/packages/patches/xfce4-settings-defaults.patch: Adjust for 4.20.1.
* gnu/packages/xfce.scm (xfce4-settings): Update to 4.20.1.

Change-Id: I15f6ac8715e2d81fd2bac4763445db6da49880dc
2025-02-20 10:23:37 +08:00

20 lines
1.1 KiB
Diff

This patch make Xfce use "elementary-xfce-dark" as the default icon theme, "Greybird" as
the default GTK theme and enable font antialias.
--- xfce4-settings-4.20.1/xfsettingsd/xsettings.xml.orig 2024-12-20 09:53:09.518493612 +0800
+++ xfce4-settings-4.20.1/xfsettingsd/xsettings.xml 2024-12-20 09:55:15.506496473 +0800
@@ -8,4 +8,4 @@
<property name="Net" type="empty">
- <property name="ThemeName" type="string" value="Adwaita"/>
- <property name="IconThemeName" type="string" value="Adwaita"/>
+ <property name="ThemeName" type="string" value="Greybird"/>
+ <property name="IconThemeName" type="string" value="elementary-xfce-dark"/>
<property name="DoubleClickTime" type="int" value="400"/>
@@ -21,5 +21,5 @@
<property name="DPI" type="int" value="96"/>
- <property name="Antialias" type="int" value="-1"/>
+ <property name="Antialias" type="int" value="1"/>
<property name="Hinting" type="int" value="-1"/>
- <property name="HintStyle" type="string" value="hintnone"/>
+ <property name="HintStyle" type="string" value="hintfull"/>
<property name="RGBA" type="string" value="none"/>