]> arthur.barton.de Git - ConfigScripts.git/commitdiff
Call icalBuddy not as root; and adjust bullet
authorAlexander Barton <alex@barton.de>
Wed, 16 Feb 2011 12:23:38 +0000 (13:23 +0100)
committerAlexander Barton <alex@barton.de>
Wed, 16 Feb 2011 12:23:38 +0000 (13:23 +0100)
sys/profile

index ce201d4d4fead80992ac9835689efc99f4382eff..f1ffada04e1ef518a4708ad24655342ffd09cdbb 100644 (file)
@@ -113,9 +113,13 @@ fi
 
 # icalBuddy(1)
 type -p icalBuddy >/dev/null 2>&1
-if [ $? -eq 0 ]; then
-       icalBuddy -f -n -npn -nc -ps "/ » /" -eep "url,notes" \
-               eventsToday+1 | grep "•"
+if [ $? -eq 0 -a "$UID" -ne 0 ]; then
+       case "$LANG" in
+               *.UTF*) BUL="•"; SEP="»"; ;;
+               *)      BUL="*"; SEP=">"; ;;
+       esac
+       icalBuddy -f -n -npn -nc -b " $BUL " -ps "/ $SEP /" -eep "url,notes" \
+               eventsToday+1 | grep "$BUL"
        [ $? -eq 0 ] && echo
 else
        # remind(1)