mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2026-03-23 05:55:12 +00:00
Merge remote-tracking branch 'kelpine/master'
This commit is contained in:
commit
4454c3fa6c
|
|
@ -183,6 +183,7 @@ memwidget = lain.widgets.mem({
|
||||||
cpuicon = wibox.widget.imagebox(beautiful.widget_cpu)
|
cpuicon = wibox.widget.imagebox(beautiful.widget_cpu)
|
||||||
cpuwidget = wibox.widget.background(lain.widgets.cpu({
|
cpuwidget = wibox.widget.background(lain.widgets.cpu({
|
||||||
settings = function()
|
settings = function()
|
||||||
|
|
||||||
widget:set_text("" .. cpu_now.usage .. "%")
|
widget:set_text("" .. cpu_now.usage .. "%")
|
||||||
end
|
end
|
||||||
}), "#313131")
|
}), "#313131")
|
||||||
|
|
@ -219,7 +220,7 @@ batwidget = lain.widgets.bat({
|
||||||
else
|
else
|
||||||
baticon:set_image(beautiful.widget_battery)
|
baticon:set_image(beautiful.widget_battery)
|
||||||
end
|
end
|
||||||
widget:set_markup(" " .. bat_now.perc .. "% ")
|
widget:set_markup(bat_now.perc .. "%")
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue