feat: disable cpu usage
This commit is contained in:
parent
3c6a505fa3
commit
00a4003458
|
@ -332,12 +332,12 @@ awful.screen.connect_for_each_screen(function(s)
|
||||||
bg_color = "#ffffff33",
|
bg_color = "#ffffff33",
|
||||||
step = 3
|
step = 3
|
||||||
},
|
},
|
||||||
cpu_widget({
|
--cpu_widget({
|
||||||
width = 70,
|
--width = 70,
|
||||||
step_width = 2,
|
--step_width = 2,
|
||||||
step_spacing = 0,
|
--step_spacing = 0,
|
||||||
color = '#434c5e'
|
--color = '#434c5e'
|
||||||
}),
|
--}),
|
||||||
batteryarc_widget(),
|
batteryarc_widget(),
|
||||||
wibox.widget.systray(),
|
wibox.widget.systray(),
|
||||||
mytextclock,
|
mytextclock,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user