me
/
guix
Archived
1
0
Fork 0

gnu: xfdesktop: Add Guix logo to default background.

* gnu/packages/xfce.scm (xfdesktop)[arguments]: In
'prepare-background-image' phase, add "xfce-verticals.png".
master
Ludovic Courtès 2021-04-25 18:04:19 +02:00
parent 15b6c2a965
commit 075de760d3
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

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