diff --git a/nixos/home/polybar.nix b/nixos/home/polybar.nix index b2ee4a6..555c2e0 100644 --- a/nixos/home/polybar.nix +++ b/nixos/home/polybar.nix @@ -21,7 +21,7 @@ width = "100%"; height = 32; font-0 = "GohuFont:style=Regular:size=14;3"; - modules-left = "xworkspaces"; + modules-left = "xworkspaces audio"; modules-right = "cpu memory date"; module-margin = 1; offset-y = 14; @@ -64,7 +64,11 @@ label-urgent-padding = 1; }; "module/audio" = { - type = "internal/pulseaudio"; + type = "internal/alsa"; + format-volume = "SND: "; + label-volume = "%percentage%%"; + label-muted = "0%"; + label-background = color0; }; "module/battery" = { type = "internal/battery"; diff --git a/nixos/packages.nix b/nixos/packages.nix index b0ec49c..8e5b895 100644 --- a/nixos/packages.nix +++ b/nixos/packages.nix @@ -46,6 +46,7 @@ kitty maim monitor + pavucontrol xclip zellij # text editors