diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-29 14:09:59 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-29 14:09:59 +0200 |
commit | 03bc6dbeed2b2a4e2f36de490837c1d38f3ff5c8 (patch) | |
tree | 07d32ba496c3a86436470ba4a3612b68551028ab /.config/polybar | |
parent | 3b326e1463203dcf7fb0d223d2c06e46c5003577 (diff) |
more small tweaks
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config.ini##template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/config.ini##template b/.config/polybar/config.ini##template index c6d1e76..732a221 100644 --- a/.config/polybar/config.ini##template +++ b/.config/polybar/config.ini##template @@ -133,7 +133,7 @@ tail = true [module/cal] type = custom/script -exec = khal --color list now 1h --notstarted --day-format '' --format '({start-time}) {calendar-color}{title}{reset}' | ansi2polybar +exec = now | ansi2polybar interval = 60 {% include "config.{{ yadm.hostname }}.ini" %} |