diff options
-rw-r--r-- | tag-xmobar/xmobarrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tag-xmobar/xmobarrc b/tag-xmobar/xmobarrc index e27250c5..8b786cc6 100644 --- a/tag-xmobar/xmobarrc +++ b/tag-xmobar/xmobarrc @@ -21,13 +21,13 @@ Config { font = "-misc-termsyn-medium-r-normal--11-79-100-100-c-60-*-*" ,"--normal", "yellow" ,"--high", "red" ,"-m", "5" - ] 5 + ] 10 , Run Cpu ["-p", "3" ,"-L", "3" ,"-H", "50" ,"--normal", "green" ,"--high", "red" - ] 5 + ] 10 , Run Memory ["-p", "3" ,"-t", "Mem: <usedratio>%" ] 20 |