From efcbbd46e8b10fdbc9053566f6e9b2b357d59cc6 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Fri, 26 Mar 2021 11:23:37 +0100 Subject: [PATCH] update color for swap --- memory.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/memory.ini b/memory.ini index 1219b16..2cabe22 100644 --- a/memory.ini +++ b/memory.ini @@ -67,9 +67,9 @@ check_command = "Memory-usage" [memorypie.urlparams] ; colorList = "6699aa,66cc88,6699aaAA,6699aa88,6699aa44,88ccdd" -colorList = "6699aa,ddddee,cc66dd" -; ^ ^ ^ -; used avail swap +colorList = "6699aa,ddddee" +; ^ ^ +; used avail graphType = "pie" title = "Average amount of used vs. free ram" -- GitLab