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:51:44 +0100 |
commit | 09f1c668af6f9a9b1b13e14598a7506be81b9a5d (patch) | |
tree | e94c439f25dca6c394b34ba79ef50b2b8502444e | |
parent | 5b3904116fd599b626fef08edb5826ac7b12caab (diff) | |
download | guix-09f1c668af6f9a9b1b13e14598a7506be81b9a5d.tar.gz |
gnu: xfdesktop: Add Guix logo to the default background.
* gnu/packages/xfce.scm (xfdesktop)[arguments]: In 'prepare-background-image' phase, add "xfce-stripes.png".
-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 d8050fa90a..17b29c3c23 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))) |