mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 10:43:55 -05:00
waybar: add tooltip to close button
This commit is contained in:
parent
7d54d78eca
commit
cfc26886a7
|
@ -84,6 +84,7 @@
|
||||||
"on-click" = ''${lib.getExe'
|
"on-click" = ''${lib.getExe'
|
||||||
config.wayland.windowManager.hyprland.package "hyprctl"} dispatch killactive'';
|
config.wayland.windowManager.hyprland.package "hyprctl"} dispatch killactive'';
|
||||||
"format" = "";
|
"format" = "";
|
||||||
|
"tooltip-format" = "Close the focused window.";
|
||||||
};
|
};
|
||||||
|
|
||||||
"clock" = {
|
"clock" = {
|
||||||
|
|
Loading…
Reference in a new issue