From 52d542a9e9f16838fbf062ea158991ed98c32cec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 27 Jan 2025 00:06:14 +0200 Subject: [PATCH] UTC on the left, regardless of system time --- modules/profiles/desktop/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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