guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: xfdesktop: Add Guix logo to the default background.


From: guix-commits
Subject: 01/02: gnu: xfdesktop: Add Guix logo to the default background.
Date: Sat, 21 Nov 2020 09:50:01 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit bb21a5f29be709f861ea9c72a8fa7ec79492ba19
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 a21679a..02e8093 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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]