home: i3bar: show battery for laptops
This commit is contained in:
parent
f75ff6849d
commit
67b91f8c88
|
@ -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";
|
||||||
# }
|
# }
|
||||||
|
|
Loading…
Reference in a new issue