From 00a4003458c471bb854b4c04132cc13d07609cb0 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Tue, 14 Jun 2022 10:22:53 +0800 Subject: [PATCH] feat: disable cpu usage --- gui/awesome/rc.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gui/awesome/rc.lua b/gui/awesome/rc.lua index da4c65b..d637875 100644 --- a/gui/awesome/rc.lua +++ b/gui/awesome/rc.lua @@ -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,