X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/381e40aaea49fdd3db6161e94741f9916631d938..725720508887a75b06f34ffb1b532ecd30c080e2:/.config/awesome/rc.lua?ds=sidebyside diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index cdec818..811b91e 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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)