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: Mon, 26 Apr 2021 10:47:27 -0400 (EDT)

civodul pushed a commit to branch version-1.3.0
in repository guix.

commit 075de760d314b4b191a524f02255699746d4064c
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 38240d7..b4a8245 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -892,7 +892,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]