summaryrefslogtreecommitdiff
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:51:44 +0100
commit09f1c668af6f9a9b1b13e14598a7506be81b9a5d (patch)
treee94c439f25dca6c394b34ba79ef50b2b8502444e
parent5b3904116fd599b626fef08edb5826ac7b12caab (diff)
gnu: xfdesktop: Add Guix logo to the default background.
* gnu/packages/xfce.scm (xfdesktop)[arguments]: In 'prepare-background-image' phase, add "xfce-stripes.png".
-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 d8050fa90a..17b29c3c23 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)))