summaryrefslogtreecommitdiffstats
path: root/bin/lastfm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/lastfm.sh')
-rwxr-xr-xbin/lastfm.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/lastfm.sh b/bin/lastfm.sh
index 70057b7..4c2c3fa 100755
--- a/bin/lastfm.sh
+++ b/bin/lastfm.sh
@@ -1,8 +1,8 @@
if [ "$(pgrep mpdscribble)" ]
then
#killall mpdscribble && echo "last.fm scrobbling is disabled" | dzen2 -fn 'Envy Code R:pixelsize=13' -p 4 -y 1070 -ta c -sa c
- killall mpdscribble && echo "last.fm scrobbling is disabled" | notify-send --hint=int:transient:1 -t 2000 "MPD" "LastFM Scrobbling Disabled"
+ killall mpdscribble && echo "last.fm scrobbling is disabled" | notify-send "LastFM Scrobbling Disabled"
else
#mpdscribble && echo "last.fm scrobbling is enabled" | dzen2 -fn 'Envy Code R:pixelsize=13' -p 4 -y 1070 -ta c -sa c
- mpdscribble && echo "last.fm scrobbling is enabled" | notify-send --hint=int:transient:1 -t 2000 "MPD" "LastFM Scrobbling Enabled"
+ mpdscribble && echo "last.fm scrobbling is enabled" | notify-send "LastFM Scrobbling Enabled"
fi