This commit is contained in:
He4eT 2018-05-26 18:11:28 +05:00 committed by GitHub
commit 6df74046a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -519,7 +519,7 @@ function conky_clock_rings()
str=conky_parse(str) str=conky_parse(str)
value=tonumber(str) value=tonumber(str)
pct=value/pt['max'] pct=(value or 0)/pt['max']
draw_ring(cr,pct,pt) draw_ring(cr,pct,pt)
end end