Skip to content

Commit

Permalink
fix: muted in statusbar is delayed when using xosd
Browse files Browse the repository at this point in the history
Signed-off-by: Beau Hastings <[email protected]>
  • Loading branch information
hastinbe committed Oct 11, 2020
1 parent 5ca60b2 commit 7a06e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volume
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ notify_muted() {
case "$notification_method" in
xosd)
local delay=$(($expires / 1000))
osd_cat --align center -b percentage -P 0 -d $delay -p top -A center -c "$COLOR_MUTED" -T "Volume muted" -O 2 -u "$COLOR_XOSD_OUTLINE"
osd_cat --align center -b percentage -P 0 -d $delay -p top -A center -c "$COLOR_MUTED" -T "Volume muted" -O 2 -u "$COLOR_XOSD_OUTLINE" &
;;

# There is a patch with a notify-send script for herbe, not in the current version at this time but would make this option irrelevant. See https://github.com/dudik/herbe/pull/10
Expand Down

0 comments on commit 7a06e25

Please sign in to comment.