X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/1fb948b72b60999c61027ddb76d294c954a95f14..725720508887a75b06f34ffb1b532ecd30c080e2:/.config/awesome/rc.lua?ds=sidebyside diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 861013b..811b91e 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -199,7 +199,7 @@ menubar.utils.terminal = terminal -- Set the terminal for applications that requ -- {{{ Wibox local spacer = wibox.widget.textbox() -spacer:set_text(' | ') +spacer:set_text(' │ ') -- Create a textclock widget clocks = { wibox.widget.textclock("%a %d %b %H:%M:%S", 1) } @@ -211,8 +211,6 @@ ZONES = { now = luatz.time_in(nil) for c, tz in sorted_pairs(ZONES) do t = luatz.time_in(tz) - print (c) - print (os.difftime(t, now)) if math.abs(os.difftime(t, now)) > 10 then local widget = wibox.widget.textclock(c .. ": %H:%M (%a)", 60, tz) table.insert(clocks, spacer)