diff options
Diffstat (limited to '.config/polybar/config.ini##template')
-rw-r--r-- | .config/polybar/config.ini##template | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/polybar/config.ini##template b/.config/polybar/config.ini##template index a63b924..c6d1e76 100644 --- a/.config/polybar/config.ini##template +++ b/.config/polybar/config.ini##template @@ -133,9 +133,8 @@ tail = true [module/cal] type = custom/script -exec = khal --color list now tomorrow --notstarted --day-format '' --format '({start-time}) {calendar-color}{title}{reset}' | ansi2polybar +exec = khal --color list now 1h --notstarted --day-format '' --format '({start-time}) {calendar-color}{title}{reset}' | ansi2polybar interval = 60 -# TODO: create script for converting ASCII escape codes to polybar/lemonbar formatting tags {% include "config.{{ yadm.hostname }}.ini" %} |