diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-04 19:25:50 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-04 19:25:50 +0200 |
commit | f631aec953c14cd2166376fa43de5ceb7faf5fe4 (patch) | |
tree | 447449f56d402a96a2a6d9802ddef416915ea173 /.config/polybar | |
parent | 7d0972605390f6b7ea320c5d266c06c2b8ffe8b5 (diff) |
only show events starting in next hour in polybar
Diffstat (limited to '.config/polybar')
-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" %} |