summaryrefslogtreecommitdiff
path: root/.local/bin/lemonbar/modules/clock.py
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/lemonbar/modules/clock.py')
-rw-r--r--.local/bin/lemonbar/modules/clock.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/.local/bin/lemonbar/modules/clock.py b/.local/bin/lemonbar/modules/clock.py
deleted file mode 100644
index c4dc713..0000000
--- a/.local/bin/lemonbar/modules/clock.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from time import strftime
-
-
-def callback():
- clock = strftime("%d %b (%a) %H:%M")
- return f"CLK: {clock}"