summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-11-21 15:34:31 +0100
committerLudovic Courtès <ludo@gnu.org>2020-11-21 15:49:36 +0100
commitbb21a5f29be709f861ea9c72a8fa7ec79492ba19 (patch)
tree93eb0000b91f65110a999313452b5c4db4312da5 /gnu
parent68feb83790a51bf65bc41478495047448c216768 (diff)
downloadguix-patches-bb21a5f29be709f861ea9c72a8fa7ec79492ba19.tar
guix-patches-bb21a5f29be709f861ea9c72a8fa7ec79492ba19.tar.gz
gnu: xfdesktop: Add Guix logo to the default background.
* gnu/packages/xfce.scm (xfdesktop)[arguments]: In 'prepare-background-image' phase, add "xfce-stripes.png".
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xfce.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index a21679a4d1..02e8093ddf 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -787,6 +787,7 @@ on the screen.")
"/tmp/final.jpg")
(copy-file "/tmp/final.jpg" image))
'(;; "backgrounds/xfce-blue.jpg"
+ "backgrounds/xfce-stripes.png"
"backgrounds/xfce-teal.jpg"))
#t)))