aboutsummaryrefslogtreecommitdiff
path: root/tw/services
diff options
context:
space:
mode:
authorTimo Wilken2024-03-10 21:36:20 +0100
committerTimo Wilken2024-03-10 21:41:30 +0100
commit820cbff8e27ca05125a31a5f9203966b59fb8763 (patch)
treeb0fd6c5f50215d54fefe52bf23015a7debe36696 /tw/services
parentde20fc8d904643ffe6957febfc6a24e57c12b512 (diff)
Generate PNG desktop background directly
This avoids having to copy the image to different machines.
Diffstat (limited to 'tw/services')
-rw-r--r--tw/services/desktop.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/tw/services/desktop.scm b/tw/services/desktop.scm
index af728056..14739b2b 100644
--- a/tw/services/desktop.scm
+++ b/tw/services/desktop.scm
@@ -93,8 +93,9 @@ configure this monitor."))
(gaming? (boolean #f) "Install games and other packages useful for gaming?")
(nvidia-driver? (boolean #f) "Adapt the X11 desktop for the proprietary
NVIDIA driver?")
- (desktop-background string "Path to an image that will be set as the desktop
-background. An initial @code{~/} is replaced with $HOME/.")
+ (desktop-background
+ (file-like (file-append tw-background "/share/backgrounds/tw/blobs.png"))
+ "An image that will be set as the desktop background.")
(bluetooth? (boolean #f) "Whether the device has Bluetooth hardware. If
true, configure the user interface to use it.")
(battery-name maybe-string "The device name of the system's battery, if any.