mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2026-03-23 05:55:12 +00:00
Fixed filestorage widget
This commit is contained in:
parent
5481829112
commit
a17f02b5c7
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue