Cope with the lack of a bt card
This commit is contained in:
parent
4c5a22c908
commit
06dcc7e253
|
@ -113,12 +113,12 @@ in
|
||||||
icons_format = " <span font_family='FantasqueSansMono Nerd Font'>{icon}</span> ";
|
icons_format = " <span font_family='FantasqueSansMono Nerd Font'>{icon}</span> ";
|
||||||
};
|
};
|
||||||
blocks = [
|
blocks = [
|
||||||
{
|
# {
|
||||||
block = "bluetooth";
|
# block = "bluetooth";
|
||||||
mac = "5C:52:30:D8:E2:9D";
|
# mac = "5C:52:30:D8:E2:9D";
|
||||||
format = "Airpods Pro {percentage}";
|
# format = "Airpods Pro {percentage}";
|
||||||
format_unavailable = "Airpods Pro XX";
|
# format_unavailable = "Airpods Pro XX";
|
||||||
}
|
# }
|
||||||
{
|
{
|
||||||
block = "cpu";
|
block = "cpu";
|
||||||
format = "{utilization}";
|
format = "{utilization}";
|
||||||
|
|
Loading…
Reference in a new issue