From ffbdd8e475bfed24f76b6c985cb2e063314e1d01 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Thu, 16 Jul 2015 04:50:28 +0200 Subject: [PATCH] osd_cat now gets killed.prevents multiple osd_cats --- scripts/volume.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/volume.sh b/scripts/volume.sh index add989a..a1ac37b 100755 --- a/scripts/volume.sh +++ b/scripts/volume.sh @@ -22,4 +22,6 @@ else VOLUME=$(pamixer --get-volume) fi +pkill osd_cat + osd_cat --colour=White --shadow 1 --pos bottom --align center --offset 80 --delay=1 -b percentage -P $VOLUME -T "Lautstärke"