gnu: xfdesktop: Add Guix logo to the default background.
* gnu/packages/xfce.scm (xfdesktop)[arguments]: In 'prepare-background-image' phase, add "xfce-stripes.png".master
parent
5b3904116f
commit
09f1c668af
|
@ -787,6 +787,7 @@ on the screen.")
|
||||||
"/tmp/final.jpg")
|
"/tmp/final.jpg")
|
||||||
(copy-file "/tmp/final.jpg" image))
|
(copy-file "/tmp/final.jpg" image))
|
||||||
'(;; "backgrounds/xfce-blue.jpg"
|
'(;; "backgrounds/xfce-blue.jpg"
|
||||||
|
"backgrounds/xfce-stripes.png"
|
||||||
"backgrounds/xfce-teal.jpg"))
|
"backgrounds/xfce-teal.jpg"))
|
||||||
#t)))
|
#t)))
|
||||||
|
|
||||||
|
|
Reference in New Issue