home: i3bar: show battery for laptops
This commit is contained in:
parent
f75ff6849d
commit
67b91f8c88
|
@ -93,6 +93,11 @@ in
|
|||
block = "sound";
|
||||
driver = "pulseaudio";
|
||||
}
|
||||
] ++ (lib.lists.optionals config.my.home.laptop.enable [
|
||||
{
|
||||
block = "battery";
|
||||
}
|
||||
]) ++ [
|
||||
# {
|
||||
# block = "notify";
|
||||
# }
|
||||
|
|
Loading…
Reference in a new issue