1
0
Fork 0

Update 2018-03-15

This commit is contained in:
Nguyễn Gia Phong 2018-03-15 20:12:47 +07:00
parent f26bdd5643
commit e189ca45bd
2 changed files with 6 additions and 5 deletions

View File

@ -158,7 +158,12 @@ vicious.register(mymemusage, vicious.widgets.mem,
myswpusage = wibox.widget.textbox() -- swap
vicious.register(myswpusage, vicious.widgets.mem,
function(widget, args)
return (" SWP%03d%%"):format(args[5])
-- Without swap, args[5] will be nan
if args[5] ~= args[5] then
return ""
else
return (" SWP%03d%%"):format(args[5])
end
end, 2)
-- Create a battery widget

View File

@ -16,10 +16,6 @@ set notification-error-bg \#9d0006
set notification-error-fg \#fbf1c7
set notification-warning-bg \#fbf1c7
set notification-warning-fg \#9d0006
set tabbar-bg \#fbf1c7
set tabbar-fg \#a89984
set tabbar-focus-bg \#a89984
set tabbar-focus-fg \#fbf1c7
set statusbar-bg \#a89984
set statusbar-fg \#fbf1c7
set adjust-open width