Waybar : Disable tooltips for some components.
This commit is contained in:
parent
a0e4378800
commit
3dc2a5e865
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue