diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-11-21 15:34:31 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-11-21 15:49:36 +0100 |
commit | bb21a5f29be709f861ea9c72a8fa7ec79492ba19 (patch) | |
tree | 93eb0000b91f65110a999313452b5c4db4312da5 /gnu/packages/xfce.scm | |
parent | 68feb83790a51bf65bc41478495047448c216768 (diff) |
gnu: xfdesktop: Add Guix logo to the default background.
* gnu/packages/xfce.scm (xfdesktop)[arguments]: In
'prepare-background-image' phase, add "xfce-stripes.png".
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index a21679a4d1..02e8093ddf 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -787,6 +787,7 @@ on the screen.") "/tmp/final.jpg") (copy-file "/tmp/final.jpg" image)) '(;; "backgrounds/xfce-blue.jpg" + "backgrounds/xfce-stripes.png" "backgrounds/xfce-teal.jpg")) #t))) |