https://git.tonybtw.com/oxwm.git
git://git.tonybtw.com/oxwm.git
Fixed default blocks file
Diff
diff --git a/templates/config.lua b/templates/config.lua
index 7a545f5..aba85dc 100644
--- a/templates/config.lua
+++ b/templates/config.lua
@@ -64,6 +64,7 @@ local blocks = {
underline = false,
}),
oxwm.bar.block.shell({
+ format = "{}",
command = "uname -r",
interval = 999999999,
color = colors.red,
@@ -76,6 +77,7 @@ local blocks = {
underline = false,
}),
oxwm.bar.block.datetime({
+ format = "{}",
date_format = "%a, %b %d - %-I:%M %P",
interval = 1,
color = colors.cyan,