summaryrefslogtreecommitdiffstats
path: root/bin/lastfm.sh
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2012-08-14 16:39:49 +0200
committerRasmus Steinke <rasi@xssn.at>2012-08-14 16:39:49 +0200
commit12650d0424141da59eb655ecbe459967f229638c (patch)
tree66a73916fc3c90afa716c10bfefa0706b1f41293 /bin/lastfm.sh
parentf140a1642ebfde198946ad6760c1003c1cb9a8c3 (diff)
downloaddotfiles-12650d0424141da59eb655ecbe459967f229638c.tar.gz
dotfiles-12650d0424141da59eb655ecbe459967f229638c.tar.xz
removed jdownloader
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