X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ConfigScripts.git;a=blobdiff_plain;f=sys%2Fprofile;h=7a0435c11e690ea26b422e640da0b4f5f885484d;hp=3369081c69fdd44d09c1dd8fa45bb36affcc3fa8;hb=f988cbfeeac479898225521b1f721f59975a3949;hpb=39f5717c95e7282f880fe75fd37662df9b3ba87b diff --git a/sys/profile b/sys/profile index 3369081..7a0435c 100644 --- a/sys/profile +++ b/sys/profile @@ -161,12 +161,13 @@ type -p tset >/dev/null 2>&1 type -p icalBuddy >/dev/null 2>&1 if [ $? -eq 0 -a "$UID" -ne 0 ]; then case "$LANG" in - *.UTF*) BUL="•"; SEP="»"; ;; - *) BUL="*"; SEP=">"; ;; + *.UTF*) bul="•"; bul_imp="!"; sep="»"; ;; + *) bul="*"; bul_imp="!"; sep=">"; ;; esac icalBuddy -f -n -npn -nc -b " $BUL " -ps "/ $SEP /" -eep "url,notes" \ eventsToday+1 2>/dev/null | grep "$BUL" [ $? -eq 0 ] && echo + unset bul bul_imp sep else # remind(1) type -p remind >/dev/null 2>&1