From f22ec3db5af8e9831c3253d385716dc65a2ae5a9 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 1 Jul 2024 13:33:52 -0500 Subject: [PATCH] usability improvements for volume button --- home/private_dot_config/eww/bin/executable_volume | 1 + 1 file changed, 1 insertion(+) diff --git a/home/private_dot_config/eww/bin/executable_volume b/home/private_dot_config/eww/bin/executable_volume index 4c40276..83cecdd 100644 --- a/home/private_dot_config/eww/bin/executable_volume +++ b/home/private_dot_config/eww/bin/executable_volume @@ -27,6 +27,7 @@ get_icon() { # Increase Volume inc_volume() { + pamixer --unmute pamixer --increase 5 }