more timezones

This commit is contained in:
2025-01-23 10:07:31 +00:00
parent 01de686ee5
commit 4f5526b854

View File

@@ -117,9 +117,10 @@ local timezone_popup = awful.popup {
widget = { widget = {
{ {
-- Timezone widgets -- Timezone widgets
wibox.widget.textclock("VNO: %F %T", 1, "Europe/Vilnius"), wibox.widget.textclock("VNO: %F %T %z", 1, "Europe/Vilnius"),
wibox.widget.textclock("IAD: %F %T", 1, "US/Eastern"), wibox.widget.textclock("UTC: %F %T %z", 1, "UTC"),
wibox.widget.textclock("SEA: %F %T", 1, "US/Pacific"), wibox.widget.textclock("IAD: %F %T %z", 1, "US/Eastern"),
wibox.widget.textclock("SEA: %F %T %z", 1, "US/Pacific"),
layout = wibox.layout.fixed.vertical layout = wibox.layout.fixed.vertical
}, },
margins = 8, margins = 8,