remove tooltip for backlight
This commit is contained in:
parent
61d858f991
commit
16bb91cdb6
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
format = "{}";
|
||||
};
|
||||
"sway/window" = {
|
||||
"tooltip" = false;
|
||||
tooltip = false;
|
||||
};
|
||||
idle_inhibitor = {
|
||||
format = "{icon}";
|
||||
|
@ -38,6 +38,7 @@
|
|||
backlight = {
|
||||
format = "{icon}";
|
||||
format-icons = ["" "" "" "" "" "" ""];
|
||||
tooltip = false;
|
||||
};
|
||||
battery = {
|
||||
states = {
|
||||
|
|
Loading…
Reference in a new issue