aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-04 19:25:50 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-04 19:25:50 +0200
commitf631aec953c14cd2166376fa43de5ceb7faf5fe4 (patch)
tree447449f56d402a96a2a6d9802ddef416915ea173
parent7d0972605390f6b7ea320c5d266c06c2b8ffe8b5 (diff)
only show events starting in next hour in polybar
-rw-r--r--.config/polybar/config.ini##template3
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" %}