From ad6d3f2eb5b8a3f06834d347a9cd548080213852 Mon Sep 17 00:00:00 2001 From: Logan Hennessy Date: Thu, 22 Mar 2018 22:27:08 -0700 Subject: [PATCH] Fix fsicon in multicolor. .percentage no longer works --- themes/multicolor/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/multicolor/theme.lua b/themes/multicolor/theme.lua index dc1a496..64259a5 100644 --- a/themes/multicolor/theme.lua +++ b/themes/multicolor/theme.lua @@ -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 })