Fix fsicon in multicolor. .percentage no longer works
This commit is contained in:
parent
40219db883
commit
ad6d3f2eb5
|
@ -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
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue