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