feat: disable cpu usage

This commit is contained in:
Klesh Wong 2022-06-14 10:22:53 +08:00
parent 3c6a505fa3
commit 00a4003458

View File

@ -332,12 +332,12 @@ awful.screen.connect_for_each_screen(function(s)
bg_color = "#ffffff33",
step = 3
},
cpu_widget({
width = 70,
step_width = 2,
step_spacing = 0,
color = '#434c5e'
}),
--cpu_widget({
--width = 70,
--step_width = 2,
--step_spacing = 0,
--color = '#434c5e'
--}),
batteryarc_widget(),
wibox.widget.systray(),
mytextclock,