diff options
Diffstat (limited to 'modules/image')
| -rw-r--r-- | modules/image/launcher.jsonc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/modules/image/launcher.jsonc b/modules/image/launcher.jsonc deleted file mode 100644 index 7c7b979..0000000 --- a/modules/image/launcher.jsonc +++ /dev/null @@ -1,19 +0,0 @@ -// Opens the quickshell desktop drawer. A static button: no state, because -// waybar cannot see whether the drawer is open without the shell feeding it. -// -// An `image` module rather than a custom one: a custom module draws nothing at -// 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. -// -// 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": "@CONFIG@/slackware.svg", - "size": 18, - "tooltip": false, - "on-click": "qs -p $HOME/Programming/GIT/quickshell/desktop ipc call drawer toggle" - } -} |
