From 54edb4b045848adb0d89602ff4b5f0d8fbfbbfc2 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 28 Jul 2022 10:51:56 -0400 Subject: [PATCH] polybar: Remove cpu and ram from bar I am not performing tasks that require constant knowledge of the CPU and RAM being used, and if I am, I can use a tool like htop instead, which would avoid the distraction of the bar numbers constantly changing. --- polybar/.config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 6c97cc95..1b66631f 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -15,7 +15,7 @@ background-alt = ${xrdb:color8} [bar/main] modules-left = bspwm modules-center = window -modules-right = cpu ram volume wifi date time battery +modules-right = volume wifi date time battery monitor = ${env:MONITOR:} wm-restack = bspwm