home: i3: setup bluetooth mouse battery block

This commit is contained in:
Antoine Martin 2021-04-21 02:11:48 +02:00
parent 93eccb76ec
commit 0cdb05ecf1
5 changed files with 22 additions and 0 deletions

View file

@ -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";