diff options
author | Alan Pearce | 2014-07-12 17:20:33 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-12 17:20:33 +0100 |
commit | 727e957d19f542ca35902eb1f456682188a33446 (patch) | |
tree | 3346152d8e0109b8d1559aaadb9a7512586a5e3e /tag-xmobar/xmobarrc | |
parent | e85983ad8677a514428e7e80128bc0eb1196e2bb (diff) | |
download | nixfiles-727e957d19f542ca35902eb1f456682188a33446.tar.lz nixfiles-727e957d19f542ca35902eb1f456682188a33446.tar.zst nixfiles-727e957d19f542ca35902eb1f456682188a33446.zip |
Xmobar: reduce update frequency of CPU and RAM monitors
Diffstat (limited to 'tag-xmobar/xmobarrc')
-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 |