summaryrefslogtreecommitdiff
path: root/xmonad
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2016-07-05 13:51:52 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2016-07-05 13:51:52 -0400
commitd1e5243d0a7d3fb5c11f66d4795241f9b932752c (patch)
tree5c18ee1dbf527cb49bbdcaff8254fa1ad06f92f4 /xmonad
parent86cdc12e4708c12c8c557def921e9ff1d407b34b (diff)
Xmobar customization.
Diffstat (limited to 'xmonad')
-rw-r--r--xmonad/xmobar.hs20
1 files changed, 10 insertions, 10 deletions
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", "<fc=#ffffff><percent>%</fc>"] 10
- , Run Memory ["-t","Mem: <usedratio>%"] 10
+ , Run Memory ["-t","Mem: <usedratio>%"] 600
-- , Run Swap [] 10
, Run Date "%a %b %_d %l:%M" "date" 10
, Run DiskU [("/", "/: <used>/<size>")]
["-L", "20", "-H", "50", "-m", "1", "-p", "3"] 1000
, Run StdinReader
- , Run DynNetwork [
- "--template" , "<dev>: <tx>kB/s|<rx>kB/s"
- , "--Low" , "1000" -- units: kB/s
- , "--High" , "5000" -- units: kB/s
- , "--low" , "green"
- , "--normal" , "orange"
- , "--high" , "red"
- ] 100
+ -- , Run DynNetwork [
+ -- "--template" , "<dev>: <tx>kB/s|<rx>kB/s"
+ -- , "--Low" , "1000" -- units: kB/s
+ -- , "--High" , "5000" -- units: kB/s
+ -- , "--low" , "green"
+ -- , "--normal" , "orange"
+ -- , "--high" , "red"
+ -- ] 100
, Run BatteryP ["BAT0"] [
"--template" , "Batt: <acstatus>"
, "--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% <fc=lightblue>%date%</fc> | %KNYC%"
+ , template = "%StdinReader% }{ %default:Master% | %bright% | %battery% | %disku% %memory% | <fc=lightblue>%date%</fc> | %KNYC%"
}
-- Config {