mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
i3status-rust: display all batteries with remaining time
This commit is contained in:
@@ -212,7 +212,8 @@ in {
|
|||||||
./keyboard.nix
|
./keyboard.nix
|
||||||
./mycelium.nix
|
./mycelium.nix
|
||||||
./kdeconnect.nix
|
./kdeconnect.nix
|
||||||
{home-manager.users.me.home.file.".XCompose".source = ../lib/keyboards/XCompose;}
|
{ home-manager.users.me.home.file.".XCompose".source = ../lib/keyboards/XCompose; }
|
||||||
|
{ services.upower.enable = true; }
|
||||||
./lb.nix
|
./lb.nix
|
||||||
./mpv.nix
|
./mpv.nix
|
||||||
./mime.nix
|
./mime.nix
|
||||||
|
|||||||
@@ -55,7 +55,9 @@
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
block = "battery";
|
block = "battery";
|
||||||
device = config.niveum.batteryName;
|
format = "$icon $percentage $time";
|
||||||
|
device = "DisplayDevice";
|
||||||
|
driver = "upower";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
block = "sound";
|
block = "sound";
|
||||||
|
|||||||
Reference in New Issue
Block a user