guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 01/03: gnu: xfdesktop: Add Guix logo to default background.
Date: Sun, 25 Apr 2021 17:36:16 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 69afc5fd2351b2665fdfa7db5b14a70ac96925ba
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Apr 25 18:04:19 2021 +0200

    gnu: xfdesktop: Add Guix logo to default background.
    
    * gnu/packages/xfce.scm (xfdesktop)[arguments]: In
    'prepare-background-image' phase, add "xfce-verticals.png".
---
 gnu/packages/xfce.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index d8addd0..5782fa9 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -894,7 +894,8 @@ on the screen.")
                                   (copy-file "/tmp/final.jpg" image))
                                 '(;; "backgrounds/xfce-blue.jpg"
                                   "backgrounds/xfce-stripes.png"
-                                  "backgrounds/xfce-teal.jpg"))
+                                  "backgrounds/xfce-teal.jpg"
+                                  "backgrounds/xfce-verticals.png"))
                       #t)))
 
        #:disallowed-references (,inkscape ,imagemagick)))



reply via email to

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