forked from ashpie/simple-awesome
Make clock more readable
This commit is contained in:
parent
034462f8f8
commit
6db061641d
@ -201,7 +201,7 @@ os_menu = awful.widget.launcher({
|
|||||||
-- {{{ Wibar
|
-- {{{ Wibar
|
||||||
-- Create a textclock widget
|
-- Create a textclock widget
|
||||||
main_clock = wibox.widget.textclock(" %F · %R ")
|
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
|
-- Create a wibox for each screen and add it
|
||||||
-- local taglist_buttons = gears.table.join(awful.button({}, 1, function(t) t:view_only() end),
|
-- local taglist_buttons = gears.table.join(awful.button({}, 1, function(t) t:view_only() end),
|
||||||
|
Loading…
Reference in New Issue
Block a user