From 86cfba268f9e995d24c1ccf1ad31377e111fe185 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Wed, 3 Sep 2014 17:38:25 +0200 Subject: added cache update notification --- clerk | 1 + 1 file changed, 1 insertion(+) diff --git a/clerk b/clerk index 7728a38..f027126 100755 --- a/clerk +++ b/clerk @@ -17,6 +17,7 @@ if [[ "$change_db" == "$new_db" ]]; then last_temp=$(cat $HOME/.config/clerk/last.cache) echo "album/track cache up to date" else + notify-send "clerk" "Updating caches" album_temp_cur=$(mppc listall --format "{$mpd_artist} $seperator {album} $seperator {date}" | uniq) echo "$album_temp_cur" > $HOME/.config/clerk/album.cache album_temp=$(cat $HOME/.config/clerk/album.cache) -- cgit v1.2.3-24-g4f1b