Add bluetooth module and update color scheme
This commit is contained in:
parent
e4d98dd27c
commit
2716a9079f
2 changed files with 32 additions and 18 deletions
|
|
@ -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}%";
|
||||
|
|
|
|||
Reference in a new issue