From d1e5243d0a7d3fb5c11f66d4795241f9b932752c Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 5 Jul 2016 13:51:52 -0400 Subject: Xmobar customization. --- xmonad/xmobar.hs | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'xmonad/xmobar.hs') diff --git a/xmonad/xmobar.hs b/xmonad/xmobar.hs index 15ec26f..330b288 100644 --- a/xmonad/xmobar.hs +++ b/xmonad/xmobar.hs @@ -14,20 +14,20 @@ Config { font = "xft:Source Code Pro:size=8:bold:antialias=true" -- "-*-Fixed-Bo , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10 , Run Volume "default" "Master" [] 10 , Run Brightness ["-t", "%"] 10 - , Run Memory ["-t","Mem: %"] 10 + , Run Memory ["-t","Mem: %"] 600 -- , Run Swap [] 10 , Run Date "%a %b %_d %l:%M" "date" 10 , Run DiskU [("/", "/: /")] ["-L", "20", "-H", "50", "-m", "1", "-p", "3"] 1000 , Run StdinReader - , Run DynNetwork [ - "--template" , ": kB/s|kB/s" - , "--Low" , "1000" -- units: kB/s - , "--High" , "5000" -- units: kB/s - , "--low" , "green" - , "--normal" , "orange" - , "--high" , "red" - ] 100 + -- , Run DynNetwork [ + -- "--template" , ": kB/s|kB/s" + -- , "--Low" , "1000" -- units: kB/s + -- , "--High" , "5000" -- units: kB/s + -- , "--low" , "green" + -- , "--normal" , "orange" + -- , "--high" , "red" + -- ] 100 , Run BatteryP ["BAT0"] [ "--template" , "Batt: " , "--Low" , "10" -- units: % @@ -46,7 +46,7 @@ Config { font = "xft:Source Code Pro:size=8:bold:antialias=true" -- "-*-Fixed-Bo ] , sepChar = "%" , alignSep = "}{" - , template = "%StdinReader% }{ %default:Master% %bright% %battery% | %dynnetwork% | %disku% | %cpu% | %memory% %date% | %KNYC%" + , template = "%StdinReader% }{ %default:Master% | %bright% | %battery% | %disku% %memory% | %date% | %KNYC%" } -- Config { -- cgit v1.2.3