diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-04-25 18:04:19 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-04-25 23:35:04 +0200 |
commit | 69afc5fd2351b2665fdfa7db5b14a70ac96925ba (patch) | |
tree | 93a58577859ad0cc3843c4afa57a058bd1d2bf90 /gnu/packages/xfce.scm | |
parent | d34371c92b495d2386d4dc19ab635d5626cf11aa (diff) |
gnu: xfdesktop: Add Guix logo to default background.
* gnu/packages/xfce.scm (xfdesktop)[arguments]: In
'prepare-background-image' phase, add "xfce-verticals.png".
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index d8addd019e..5782fa9eac 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -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))) |