desktop: change TZ

This commit is contained in:
Motiejus Jakštys 2025-03-06 09:44:33 +00:00
parent 07a6646071
commit 58a3f58033

View File

@ -140,7 +140,7 @@ mytextclock:buttons(gears.table.join(
end) end)
)) ))
vnoclock = wibox.widget.textclock(" | %F %T%z %a", 1, "Europe/Rome") vnoclock = wibox.widget.textclock(" | %F %T%z %a", 1, "Europe/Vilnius")
vnoclock:buttons(gears.table.join( vnoclock:buttons(gears.table.join(
awful.button({}, 1, function() awful.button({}, 1, function()
timezone_popup.visible = not timezone_popup.visible timezone_popup.visible = not timezone_popup.visible