[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: xfdesktop: Add Guix logo to the default background.
From: |
guix-commits |
Subject: |
02/03: gnu: xfdesktop: Add Guix logo to the default background. |
Date: |
Sat, 21 Nov 2020 10:01:12 -0500 (EST) |
civodul pushed a commit to branch version-1.2.0
in repository guix.
commit 09f1c668af6f9a9b1b13e14598a7506be81b9a5d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Nov 21 15:34:31 2020 +0100
gnu: xfdesktop: Add Guix logo to the default background.
* gnu/packages/xfce.scm (xfdesktop)[arguments]: In
'prepare-background-image' phase, add "xfce-stripes.png".
---
gnu/packages/xfce.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index d8050fa..17b29c3 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)))