Files
hyprdots/hypr/volume
2022-11-09 16:00:53 +05:30

6 lines
140 B
Bash
Executable File

#!/bin/sh
vol_icon=🔊
pamixer --get-mute | sh && vol_icon=🔇
notify-send -h int:value:$(pamixer --get-volume) "$vol_icon" -t 1000 -r 1