From e4d776c921ba240fb61f51f059e61e222349c7f9 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Thu, 13 Jun 2024 23:47:43 +0200 Subject: [PATCH] waybar: allow volume to go to 200% --- modules/home/hyprland/waybar-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/hyprland/waybar-config.json b/modules/home/hyprland/waybar-config.json index 2fde264..1582088 100644 --- a/modules/home/hyprland/waybar-config.json +++ b/modules/home/hyprland/waybar-config.json @@ -51,6 +51,7 @@ "default": ["", "", ""] }, "scroll-step": 5.0, + "max-volume": 200, "on-click": "pulseaudio-popup" } }