mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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:
parent
15b6c2a965
commit
075de760d3
1 changed files with 2 additions and 1 deletions
|
@ -892,7 +892,8 @@ (define-public xfdesktop
|
||||||
(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-stripes.png"
|
||||||
"backgrounds/xfce-teal.jpg"))
|
"backgrounds/xfce-teal.jpg"
|
||||||
|
"backgrounds/xfce-verticals.png"))
|
||||||
#t)))
|
#t)))
|
||||||
|
|
||||||
#:disallowed-references (,inkscape ,imagemagick)))
|
#:disallowed-references (,inkscape ,imagemagick)))
|
||||||
|
|
Loading…
Reference in a new issue