ironbar: Add dynamic battery

This commit is contained in:
DashieTM 2024-04-24 11:11:05 +02:00
parent 84356a8885
commit fe167fd072
6 changed files with 15 additions and 5 deletions

View file

@ -10,4 +10,7 @@
",highrr,auto,1"
];
programs.ironbar.monitor = "eDP-1";
programs.ironbar.battery = [
{ type = "upower"; class = "memory-usage"; }
];
}

View file

@ -43,5 +43,5 @@
wallpaper = HDMI-A-1,/home/dashie/Pictures/backgrounds/shinobu_1200.jpg
splash = true
'';
programs.hyprland.extra_autostart= [ "streamdeck -n" ];
programs.hyprland.extra_autostart = [ "streamdeck -n" ];
}