Make clock more readable

This commit is contained in:
Alice Gaudon 2021-04-08 12:44:29 +02:00
parent 034462f8f8
commit 6db061641d
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ os_menu = awful.widget.launcher({
-- {{{ Wibar
-- Create a textclock widget
main_clock = wibox.widget.textclock(" %F · %R ")
utc_clock = wibox.widget.textclock(" %F · %T UTC ¤ ", 1, "Z")
utc_clock = wibox.widget.textclock(" %T UTC ¤ ", 1, "Z")
-- Create a wibox for each screen and add it
-- local taglist_buttons = gears.table.join(awful.button({}, 1, function(t) t:view_only() end),