From 97a8268fe7233150d62d296ded1dbf1fc710117d Mon Sep 17 00:00:00 2001 From: natemaia Date: Fri, 27 Jul 2018 20:44:19 -0700 Subject: [PATCH] Remove cpu and memory usage from polybar after inclusion of conky --- home/.config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/polybar/config b/home/.config/polybar/config index 296cef4f..d4ce6961 100644 --- a/home/.config/polybar/config +++ b/home/.config/polybar/config @@ -19,7 +19,7 @@ monitor = modules-left = jgmenu workspaces modules-center = window_switch clock -modules-right = coreuse temperature memory pkg network volume +modules-right = temperature pkg network volume ;=====================================================