3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: xfdesktop: Add Guix logo to default background.

* gnu/packages/xfce.scm (xfdesktop)[arguments]: In
'prepare-background-image' phase, add "xfce-verticals.png".
This commit is contained in:
Ludovic Courtès 2021-04-25 18:04:19 +02:00
parent d34371c92b
commit 69afc5fd23
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)))