aboutsummaryrefslogtreecommitdiffstats
path: root/examples/plugins/tzclock
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:57:02 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:57:02 +0100
commitb18d4acc015fb9ff66969ac95a4d8e78bdfa43e2 (patch)
tree00620b1233219b876253b3e6715a8d062fa36573 /examples/plugins/tzclock
parentUpdate-email (diff)
downloadxpybar-b18d4acc015fb9ff66969ac95a4d8e78bdfa43e2.tar.gz
xpybar-b18d4acc015fb9ff66969ac95a4d8e78bdfa43e2.tar.bz2
xpybar-b18d4acc015fb9ff66969ac95a4d8e78bdfa43e2.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--examples/plugins/tzclock1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/plugins/tzclock b/examples/plugins/tzclock
index 613344c..15586b5 100644
--- a/examples/plugins/tzclock
+++ b/examples/plugins/tzclock
@@ -47,4 +47,3 @@ def redraw():
text = ' │ '.join([tz.from_posix_time(time) for tz in timezones])
bar.clear()
bar.draw_coloured_text(0, 10, 0, 2, text)
-