waybar: remove battery percentage from bluetooth module
This commit is contained in:
parent
d5360e750b
commit
910ac25ce5
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
battery = {
|
||||
states = {
|
||||
good = 90;
|
||||
warning = 20;
|
||||
warning = 30;
|
||||
critical = 10;
|
||||
};
|
||||
format = "{icon}";
|
||||
|
@ -67,8 +67,8 @@
|
|||
format-connected = "";
|
||||
format-disabled = "";
|
||||
format-off = "";
|
||||
format-connected-battery = " {device_battery_percentage}%";
|
||||
on-click = "${pkgs.blueman}/bin/blueman-manager";
|
||||
tooltip = false;
|
||||
};
|
||||
tray = {
|
||||
spacing = 4;
|
||||
|
|
Loading…
Reference in a new issue