mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 17:43:55 -05:00
waybar: removed text from bluetooth icon
This commit is contained in:
parent
8aa026f038
commit
f772fa9ee0
|
@ -85,7 +85,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"bluetooth" = {
|
"bluetooth" = {
|
||||||
"format" = " {status}";
|
"format" = "";
|
||||||
"format-disabled" = ""; # an empty format will hide the module
|
"format-disabled" = ""; # an empty format will hide the module
|
||||||
"format-connected" = " {num_connections} connected";
|
"format-connected" = " {num_connections} connected";
|
||||||
"tooltip-format" = "{controller_alias} {controller_address}";
|
"tooltip-format" = "{controller_alias} {controller_address}";
|
||||||
|
|
Loading…
Reference in a new issue