blob: 56f61fb8400748d44171b01a767833501d5f34d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Opens the quickshell desktop drawer. A static button: no "exec", so it
// cannot show whether the drawer is open, which would need the shell to feed
// waybar.
//
// The Slackware mark is a CSS background image, tinted with the udt accent at
// install time. It is the one always-coloured pill on the bar.
{
"custom/launcher": {
"format": "",
"tooltip": false,
"on-click": "qs -p $HOME/Programming/GIT/quickshell/desktop ipc call drawer toggle"
}
}
|