mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 19: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" = {
|
||||
format = "{icon} {count}";
|
||||
format-icons = ["" ""];
|
||||
on-click = "${lib.getExe' config.wayland.windowManager.sway.package "swaymsg"} scratchpad show";
|
||||
show-empty = false;
|
||||
tooltip = true;
|
||||
tooltip-format = "{app}: {title}";
|
||||
|
|
Loading…
Reference in a new issue