From b0049e647e32e92b597ea85654f1b1a1d8103cf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 28 Feb 2025 07:55:20 +0000 Subject: [PATCH] desktop: change tz --- 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 876e3a1..cf4907b 100644 --- a/modules/profiles/desktop/rc.lua +++ b/modules/profiles/desktop/rc.lua @@ -140,7 +140,7 @@ mytextclock:buttons(gears.table.join( end) )) -vnoclock = wibox.widget.textclock(" | %F %T%z %a", 1, "Europe/Vilnius") +vnoclock = wibox.widget.textclock(" | %F %T%z %a", 1, "Europe/Rome") vnoclock:buttons(gears.table.join( awful.button({}, 1, function() timezone_popup.visible = not timezone_popup.visible