From 8919117ed5ee13e86f46ff3c0f7fb8ee91937144 Mon Sep 17 00:00:00 2001 From: clay53 Date: Wed, 15 Oct 2025 16:53:33 -0400 Subject: [PATCH] adjust max volume on waybar --- hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hyprland.nix b/hyprland.nix index a61bdaa..3fad447 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -227,12 +227,14 @@ let cfg = config.cos.hyprland; in "node-type" = "Audio/Sink"; "format" = "{volume}% 🔊"; "format-muted" = "🔇"; + "max-volume" = 150; "on-click" = "pwvucontrol"; }; "wireplumber#source" = { "node-type" = "Audio/Source"; "format" = "{volume}% 🎤"; "format-muted" = "X"; + "max-volume" = 200; "on-click" = "pwvucontrol"; }; cpu = {