diff --git a/modules/home/sway/waybar.nix b/modules/home/sway/waybar.nix index 81c50a2..b318fc3 100644 --- a/modules/home/sway/waybar.nix +++ b/modules/home/sway/waybar.nix @@ -44,7 +44,7 @@ in { height = 26; modules-left = ["sway/workspaces" "sway/mode"]; modules-center = ["sway/window"]; - modules-right = ["mpd" "tray" "custom/squeekboard" "sway/language" "clock" "backlight" "battery" "network"]; + modules-right = ["mpd" "wireplumber" "tray" "custom/squeekboard" "sway/language" "clock" "backlight" "battery" "network"]; "sway/workspaces" = { disable-scroll = true; @@ -134,6 +134,12 @@ in { tooltip-format = "{ifname} via {gwaddr} 󰌘"; format-disconnected = "󰌙"; }; + + "wireplumber" = { + format = "{volume}% {icon}"; + format-muted = ""; + format-icons = ["" "" ""]; + }; }; }; style = ./waybar.css;