Add Volume/Brightness Increase/Decrease Notifications

This commit is contained in:
2024-12-12 23:09:12 +01:00
parent 4be382f44f
commit 47bea9b784
4 changed files with 117 additions and 18 deletions
+3 -3
View File
@@ -139,10 +139,10 @@
"󰕾"
];
};
on-click = "pamixer -t";
on-click = "pamixer -t && exec ${../scripts/progress-notify.sh} mute";
on-click-right = "pavucontrol";
on-scroll-down = "pamixer -d 5";
on-scroll-up = "pamixer -i 5";
on-scroll-down = "pamixer -d 5 && exec ${../scripts/progress-notify.sh} audio";
on-scroll-up = "pamixer -i 5 && exec ${../scripts/progress-notify.sh} audio";
tooltip = true;
tooltip-format = "{icon} {desc} {volume}%";
};