diff --git a/modules/profiles/desktop/rc.lua b/modules/profiles/desktop/rc.lua index 216f364..876e3a1 100644 --- a/modules/profiles/desktop/rc.lua +++ b/modules/profiles/desktop/rc.lua @@ -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