Merge pull request #228 from loganjhennessy/fix-multicolor-fsicon
multicolor: lain.widget.fs: fix root percentage variable
This commit is contained in:
commit
0dbf618bd6
|
@ -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