oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git

Fixed default blocks file

Commit
9a64e0820e991fbc1f1ae3d1e8590410f5ff9182
Parent
f456fd7
Author
tonybtw <tonybtw@tonybtw.com>
Date
2025-12-03 07:38:36

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,