From a17f02b5c7dc20180a5dc6c4fb8c2ed46c6df320 Mon Sep 17 00:00:00 2001 From: 7twin <32747235+7twin@users.noreply.github.com> Date: Thu, 29 Nov 2018 07:10:54 +0000 Subject: [PATCH] Fixed filestorage widget --- themes/powerarrow/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/powerarrow/theme.lua b/themes/powerarrow/theme.lua index c21f8fc..a499c55 100644 --- a/themes/powerarrow/theme.lua +++ b/themes/powerarrow/theme.lua @@ -229,7 +229,7 @@ local tempicon = wibox.widget.imagebox(theme.widget_temp) -- / fs local fsicon = wibox.widget.imagebox(theme.widget_hdd) --[[ commented because it needs Gio/Glib >= 2.54 -theme.fs = lain.widget.fs({ +local fs = lain.widget.fs({ notification_preset = { fg = theme.fg_normal, bg = theme.bg_normal, font = "xos4 Terminus 10" }, settings = function() local fsp = string.format(" %3.2f %s ", fs_now["/"].free, fs_now["/"].units)