summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/libreX60.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/libreX60.lua b/hosts/libreX60.lua
new file mode 100644
index 0000000..3ce5619
--- /dev/null
+++ b/hosts/libreX60.lua
@@ -0,0 +1,4 @@
+local wibox = require("wibox")
+local bar_widgets = require("bar")
+
+bar_widgets.textclock.format = "%a, %b %e, %-H:%M"