From d75ad95a6de56a085ce78fa5a7361704462b7ed5 Mon Sep 17 00:00:00 2001 From: Daniele Fucini Date: Sun, 28 Jul 2024 21:13:56 +0200 Subject: [PATCH] Update xmobar config --- .config/xmobar/xmobarrc_hdmi | 4 ++-- .config/xmobar/xmobarrc_laptop | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/xmobar/xmobarrc_hdmi b/.config/xmobar/xmobarrc_hdmi index 1bd7ae3..ac49f71 100644 --- a/.config/xmobar/xmobarrc_hdmi +++ b/.config/xmobar/xmobarrc_hdmi @@ -34,8 +34,8 @@ Config { overrideRedirect = True ] 50 , Run Memory [ "--template" , "\xefc5 Mem: %" - , "--Low" , "20" - , "--High" , "60" + , "--Low" , "33" + , "--High" , "66" , "--low" , "#c3e88d" , "--normal" , "#ff9e64" , "--high" , "#ff757f" diff --git a/.config/xmobar/xmobarrc_laptop b/.config/xmobar/xmobarrc_laptop index e2e7a18..dd5a399 100644 --- a/.config/xmobar/xmobarrc_laptop +++ b/.config/xmobar/xmobarrc_laptop @@ -34,8 +34,8 @@ Config { overrideRedirect = True ] 50 , Run Memory [ "--template" , "\xefc5 Mem: %" - , "--Low" , "20" - , "--High" , "60" + , "--Low" , "33" + , "--High" , "66" , "--low" , "#c3e88d" , "--normal" , "#ff9e64" , "--high" , "#ff757f"