Add bluetooth module and update color scheme

This commit is contained in:
Frankie B. 2024-04-15 15:25:26 +01:00
commit 2716a9079f
No known key found for this signature in database
2 changed files with 32 additions and 18 deletions

View file

@ -17,6 +17,7 @@
"memory"
"pulseaudio"
"network"
"bluetooth"
"clock"
];
@ -155,6 +156,15 @@
format-alt = "{ifname}: {ipaddr}/{cidr}";
};
"bluetooth" = {
format = " {status}";
format-disabled = "";
format-connected = " {num_connections} connected";
tooltip-format = "{controller_alias}\t{controller_address}";
tooltip-format-connected = "{controller_alias}\t{controller_address}\n\n{device_enumerate}";
tooltip-format-enumerate-connected = "{device_alias}\t{device_address}";
};
"pulseaudio" = {
on-click = "pavucontrol";
format = "{icon}{volume}%";