unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 63976f43344c4f7102502089debbb921ccb0ed53 1411 bytes (raw)
name: gnu/packages/patches/xfce4-settings-defaults.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 
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.0/xfsettingsd/xsettings.xml.orig	2024-12-20 09:53:09.518493612 +0800
+++ xfce4-settings-4.20.0/xfsettingsd/xsettings.xml	2024-12-20 09:55:15.506496473 +0800
@@ -6,8 +6,8 @@
 
 <channel name="xsettings" version="1.0">
   <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"/>
     <property name="DoubleClickDistance" type="int" value="5"/>
     <property name="DndDragThreshold" type="int" value="8"/>
@@ -19,9 +19,9 @@
   </property>
   <property name="Xft" type="empty">
     <property name="DPI" type="int" value="-1"/>
-    <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"/>
   </property>
   <property name="Gtk" type="empty">

debug log:

solving 63976f4334 ...
found 63976f4334 in https://yhetil.org/guix-patches/140adeb1bb25f00683f099765feee8b42191084c.1734666530.git.iyzsong@member.fsf.org/
found ce5865c481 in https://git.savannah.gnu.org/cgit/guix.git
preparing index
index prepared:
100644 ce5865c481aefab808ea2a673804667283cb5a4b	gnu/packages/patches/xfce4-settings-defaults.patch

applying [1/1] https://yhetil.org/guix-patches/140adeb1bb25f00683f099765feee8b42191084c.1734666530.git.iyzsong@member.fsf.org/
diff --git a/gnu/packages/patches/xfce4-settings-defaults.patch b/gnu/packages/patches/xfce4-settings-defaults.patch
index ce5865c481..63976f4334 100644

Checking patch gnu/packages/patches/xfce4-settings-defaults.patch...
Applied patch gnu/packages/patches/xfce4-settings-defaults.patch cleanly.

index at:
100644 63976f43344c4f7102502089debbb921ccb0ed53	gnu/packages/patches/xfce4-settings-defaults.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).