mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:13:55 -05:00
waybar: add on-click show action to sway/scratchpad
This commit is contained in:
parent
6aafa8969a
commit
83b7b56eeb
|
@ -74,6 +74,7 @@ in {
|
||||||
"sway/scratchpad" = {
|
"sway/scratchpad" = {
|
||||||
format = "{icon} {count}";
|
format = "{icon} {count}";
|
||||||
format-icons = ["" ""];
|
format-icons = ["" ""];
|
||||||
|
on-click = "${lib.getExe' config.wayland.windowManager.sway.package "swaymsg"} scratchpad show";
|
||||||
show-empty = false;
|
show-empty = false;
|
||||||
tooltip = true;
|
tooltip = true;
|
||||||
tooltip-format = "{app}: {title}";
|
tooltip-format = "{app}: {title}";
|
||||||
|
|
Loading…
Reference in a new issue