home: i3bar: show battery for laptops

This commit is contained in:
Antoine Martin 2021-07-24 02:18:27 +02:00
parent f75ff6849d
commit 67b91f8c88

View file

@ -93,6 +93,11 @@ in
block = "sound"; block = "sound";
driver = "pulseaudio"; driver = "pulseaudio";
} }
] ++ (lib.lists.optionals config.my.home.laptop.enable [
{
block = "battery";
}
]) ++ [
# { # {
# block = "notify"; # block = "notify";
# } # }