waybar: remove battery percentage from bluetooth module

This commit is contained in:
Adithya 2023-11-01 19:53:38 +05:30
parent d5360e750b
commit 910ac25ce5
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -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;