diff options
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/gui/config/waybar/settings.nix | 4 | ||||
-rw-r--r-- | home/profiles/gui/config/waybar/style.nix | 2 |
2 files changed, 3 insertions, 3 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"; }; diff --git a/home/profiles/gui/config/waybar/style.nix b/home/profiles/gui/config/waybar/style.nix index 5009ccb..05d3746 100644 --- a/home/profiles/gui/config/waybar/style.nix +++ b/home/profiles/gui/config/waybar/style.nix @@ -57,7 +57,7 @@ in #memory, #idle_inhibitor, #language, - #pulseaudio, + #wireplumber, #tray, #mode, #mpd { |