1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-05-03 11:18:51 +00:00

Fix fsicon in multicolor. .percentage no longer works

This commit is contained in:
Logan Hennessy 2018-03-22 22:27:08 -07:00
parent 40219db883
commit ad6d3f2eb5

View file

@ -126,7 +126,7 @@ local fsicon = wibox.widget.imagebox(theme.widget_fs)
theme.fs = lain.widget.fs({
notification_preset = { font = "xos4 Terminus 10", fg = theme.fg_normal },
settings = function()
widget:set_markup(markup.fontfg(theme.font, "#80d9d8", fs_now["/"].percentage .. "% "))
widget:set_markup(markup.fontfg(theme.font, "#80d9d8", fs_now.used .. "% "))
end
})