From 8194557537ca3094cb814e1fb90349651274174d Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 30 Jul 2024 21:54:58 +0200 Subject: [PATCH] update configuration example --- config.yaml.example | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.yaml.example b/config.yaml.example index ea6b9f8..5e50253 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -1,4 +1,5 @@ -default: "/path/to/default.jpg" +default: /home/alice/wallpapers/default.jpg workspaces: - 1: "/path/to/1.jpg" - "Foo": "/path/to/foo.jpg" + "Name of the workspace 1": /home/alice/wallpapers/1.jpg + "Name of the workspace 2": /home/alice/wallpapers/2.jpg + "Name of the workspace 3": /home/alice/wallpapers/3.jpg