Waybar : Disable tooltips for some components.

This commit is contained in:
Dmitry Voronin 2024-09-16 18:41:24 +03:00
parent a0e4378800
commit 3dc2a5e865
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -77,6 +77,7 @@ in {
exec = "powerlimit widget"; exec = "powerlimit widget";
on-click-right = "powerlimit toggle"; on-click-right = "powerlimit toggle";
signal = 6; signal = 6;
tooltip = false;
}; };
"group/batteryinfo" = { "group/batteryinfo" = {
orientation = "horizontal"; orientation = "horizontal";
@ -137,6 +138,7 @@ in {
on-click = "foot -e bash -c btop"; on-click = "foot -e bash -c btop";
on-click-right = "powersave toggle"; on-click-right = "powersave toggle";
signal = 5; signal = 5;
tooltip = false;
}; };
"group/hardware" = { "group/hardware" = {
orientation = "horizontal"; orientation = "horizontal";