about summary refs log tree commit diff
path: root/home/profiles/gui/config/waybar/settings.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/gui/config/waybar/settings.nix')
-rw-r--r--home/profiles/gui/config/waybar/settings.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/profiles/gui/config/waybar/settings.nix b/home/profiles/gui/config/waybar/settings.nix
index 0d43af6..e96fa12 100644
--- a/home/profiles/gui/config/waybar/settings.nix
+++ b/home/profiles/gui/config/waybar/settings.nix
@@ -9,7 +9,7 @@ in
   layer = "bottom";
   position = "top";
   height = 22;
-  modules-left = [ "pulseaudio" "custom/separator" "cpu" "custom/separator" "memory" "custom/separator" "idle_inhibitor" ];
+  modules-left = [ "wireplumber" "custom/separator" "cpu" "custom/separator" "memory" "custom/separator" "idle_inhibitor" ];
   modules-center = [ "sway/workspaces" ];
   modules-right = [ "tray" "network" "custom/separator" ]
     ++ lib.optionals (guiCfg.laptop.enable) [ "battery" "custom/separator" ]
@@ -43,7 +43,7 @@ in
     format = "<span foreground='#${color2}'>CPU</span> {usage:2}%";
   };
 
-  "pulseaudio" = {
+  "wireplumber" = {
     format = "<span foreground='#${color4}'>VOL</span> {volume}%";
     format-muted = "<span foreground='#${color4}'>VOL</span> Muted";
   };