diff --git a/modules/home/programs/waybar/default.nix b/modules/home/programs/waybar/default.nix index 7969e69..a2dbc37 100644 --- a/modules/home/programs/waybar/default.nix +++ b/modules/home/programs/waybar/default.nix @@ -23,6 +23,15 @@ }; }; + battery = { + format = "{icon} {capacity}%"; + format-icons = [ "" "" "" "" "" ]; + states = { + warning = 30; + critical = 15; + }; + }; + pulseaudio = { format = "{icon} {volume}% | {format_source}"; format-source = "{volume}% ";