waybar: removed text from bluetooth icon

This commit is contained in:
Aly Raffauf 2024-04-11 14:18:01 -04:00
parent 8aa026f038
commit f772fa9ee0

View file

@ -85,7 +85,7 @@
};
};
"bluetooth" = {
"format" = "󰂯 {status}";
"format" = "󰂯";
"format-disabled" = ""; # an empty format will hide the module
"format-connected" = "󰂯 {num_connections} connected";
"tooltip-format" = "{controller_alias} {controller_address}";