waybar: Disable tooltip for new workspace

Unfortunately, tooltip-format is unsupported by custom modules, so the
best we can do is disable tooltips.
This commit is contained in:
Donovan Glover 2023-05-14 10:31:33 -04:00
parent b83d0fb0d7
commit ec8a5c6d8c
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -580,6 +580,7 @@
"custom/new-workspace" = {
"format" = "+";
"on-click" = "hyprctl dispatch workspace empty && rofi -show drun";
"tooltip" = false;
};
};
};