feat: audo notifications format improvements
This commit is contained in:
@@ -9,10 +9,10 @@ id=1527 # HACK: dirty but works
|
||||
|
||||
case $1 in
|
||||
"audio_up")
|
||||
notify-send -c Audio -r $id -i ~/.config/custom_icons/audio.png "Output Audio" "Up to $audio_percentage%"
|
||||
notify-send -c Audio -r $id -i ~/.config/custom_icons/audio.png "Output Audio volume" " Up to $audio_percentage% "
|
||||
;;
|
||||
"audio_down")
|
||||
notify-send -c Audio -r $id -i ~/.config/custom_icons/audio.png "Output Audio" "Down to $audio_percentage%"
|
||||
notify-send -c Audio -r $id -i ~/.config/custom_icons/audio.png "Output Audio volume" " Down to $audio_percentage% "
|
||||
;;
|
||||
"audio_unmute")
|
||||
notify-send -c Audio -r $id -i ~/.config/custom_icons/audio.png "Output Audio" "Unmuted"
|
||||
|
||||
Reference in New Issue
Block a user