mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 19:22:32 +00:00
blackburn: used fs syntax fix
This commit is contained in:
parent
d4297ca668
commit
a88a64ac0d
|
@ -163,7 +163,7 @@ fshome = lain.widgets.fs({
|
|||
fs_header = ""
|
||||
fs_p = ""
|
||||
|
||||
if used >= 90 then
|
||||
if fs_now.used >= 90 then
|
||||
fs_header = " Hdd "
|
||||
fs_p = fs_now.used
|
||||
end
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
--[[
|
||||
|
||||
|
||||
Rainbow Awesome WM config 2.0
|
||||
github.com/copycat-killer
|
||||
|
||||
|
|
Loading…
Reference in a new issue