diff options
Diffstat (limited to 'khal-list')
-rwxr-xr-x | khal-list | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/bash script -qefc '/usr/bin/khal list today '"$(date +%F -d@$(($(date +%s)+6*24*60*60)))" /dev/null </dev/null \ -| /usr/src/skripte/shell-color-to-conky-color/shell-color-to-conky-color \ +| /usr/src/skripte/ansi-color-to-conky-color/ansi-color-to-conky-color \ | sed ' s@\xe2\x9f\xb3@@g s@\r$@@ |