UTC on the left, regardless of system time

This commit is contained in:
Motiejus Jakštys 2025-01-27 00:06:14 +02:00
parent 3782fcde97
commit 52d542a9e9

View File

@ -133,7 +133,7 @@ local timezone_popup = awful.popup {
visible = false
}
mytextclock = wibox.widget.textclock("%T%z", 1)
mytextclock = wibox.widget.textclock("%T%z", 1, "UTC")
mytextclock:buttons(gears.table.join(
awful.button({}, 1, function()
timezone_popup.visible = not timezone_popup.visible