aboutsummaryrefslogtreecommitdiffstats
path: root/modules/image
diff options
context:
space:
mode:
Diffstat (limited to 'modules/image')
-rw-r--r--modules/image/launcher.jsonc8
1 files changed, 5 insertions, 3 deletions
diff --git a/modules/image/launcher.jsonc b/modules/image/launcher.jsonc
index 8c45bc4..7c7b979 100644
--- a/modules/image/launcher.jsonc
+++ b/modules/image/launcher.jsonc
@@ -5,11 +5,13 @@
// all when its format is empty, and the format has to be empty because the
// mark is an icon rather than text. `image` takes a path and needs no label.
//
-// The path is the installed copy, which carries the udt accent: install.sh
-// substitutes it, so the mark follows the scheme.
+// This file is GENERATED into place by install.sh, not symlinked: `path` is
+// not shell-expanded the way `exec` is, so a "$HOME/..." here is taken
+// literally, no file is found, and the module draws nothing without saying so.
+// @CONFIG@ becomes the absolute install directory.
{
"image#launcher": {
- "path": "$HOME/.config/waybar-udt/slackware.svg",
+ "path": "@CONFIG@/slackware.svg",
"size": 18,
"tooltip": false,
"on-click": "qs -p $HOME/Programming/GIT/quickshell/desktop ipc call drawer toggle"