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 | |
| 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".
| -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 a21679a4d1c..02e8093ddfb 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm | |||
| @@ -787,6 +787,7 @@ on the screen.") | |||
| 787 | "/tmp/final.jpg") | 787 | "/tmp/final.jpg") |
| 788 | (copy-file "/tmp/final.jpg" image)) | 788 | (copy-file "/tmp/final.jpg" image)) |
| 789 | '(;; "backgrounds/xfce-blue.jpg" | 789 | '(;; "backgrounds/xfce-blue.jpg" |
| 790 | "backgrounds/xfce-stripes.png" | ||
| 790 | "backgrounds/xfce-teal.jpg")) | 791 | "backgrounds/xfce-teal.jpg")) |
| 791 | #t))) | 792 | #t))) |
| 792 | 793 | ||
