Skip to content

Commit

Permalink
bin/activesink: Short lived messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
sce committed Jan 23, 2015
1 parent e837d14 commit 27e633c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/activesink.sh
Expand Up @@ -21,7 +21,7 @@ function volume_text {
}

function notify_volume {
notify-send -u low "$(volume_text)"
notify-send -u low -t 100 "$(volume_text)"
}

INC="3%"
Expand Down

0 comments on commit 27e633c

Please sign in to comment.