diff --git a/core b/core index 40bf74d..13e3db6 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 40bf74d8c6f4e80981bcec3e9902967b6570c118 +Subproject commit 13e3db6a9f7a0dc06be478fcd2f83cfe8ed733da diff --git a/drawing/filesystem.lua b/drawing/filesystem.lua index 218d4b2..c643462 100644 --- a/drawing/filesystem.lua +++ b/drawing/filesystem.lua @@ -52,7 +52,7 @@ return function(paths) {'root', 'boot', 'home', 'data', 'dcache', 'tmpfs'}, SPACING, 12, - 0.8 + 80 ) local CONKY_CMDS = pure.map( @@ -61,7 +61,7 @@ return function(paths) ) local read_fs = function(index, cmd) - common.compound_bar_set(fs, index, i_o.conky_numeric(cmd) * 0.01) + common.compound_bar_set(fs, index, i_o.conky_numeric(cmd)) end -----------------------------------------------------------------------------