conky fixes etc

This commit is contained in:
2023-05-01 22:10:08 +02:00
parent baa2eaa5d4
commit fb3af813b3
2 changed files with 13 additions and 8 deletions
+4
View File
@@ -0,0 +1,4 @@
function conky_VA(total)
local va = conky_parse("${apcupsd_load}")/100*total
return va
end