home: i3: setup bluetooth mouse battery block
This commit is contained in:
parent
93eccb76ec
commit
0cdb05ecf1
5 changed files with 22 additions and 0 deletions
|
|
@ -60,6 +60,13 @@ in
|
|||
block = "networkmanager";
|
||||
primary_only = true;
|
||||
}
|
||||
{
|
||||
block = "bluetooth";
|
||||
mac = config.my.secrets.bluetooth-mouse-mac-address;
|
||||
hide_disconnected = true;
|
||||
# TODO: use format when i3status-rust updates to v0.20
|
||||
# format = "{percentage}";
|
||||
}
|
||||
{
|
||||
block = "sound";
|
||||
driver = "pulseaudio";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue