Skip to content

Commit

Permalink
status bar configured
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bach committed Mar 28, 2012
1 parent fc8ea74 commit 9aacf99
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .xmobarrc.zigon
@@ -1,16 +1,17 @@
Config { font = "-*-Fixed-R-Normal-*-11-*-*-*-*-*-*-*"
, bgColor = "black"
, fgColor = "grey"
, position = TopW L 90
, position = TopW L 85
, lowerOnStart = True
, commands = [ Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Swap [] 10
, Run Memory ["-t","Mem: <usedratio>% (<cache>M)"] 10
, Run Date "%a %b %_d %H:%M:%S" "date" 10
, Run BatteryP ["BAT0"] ["-t", "<left>% / <timeleft>",
"--", "-c", "energy_full"] 10
, Run ThermalZone 0 [] 10
, Run StdinReader
, Run CommandReader "~/dotfiles/battstatt.sh" "BATT"
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ <fc=#ffff00>%BATT%</fc> %cpu% | %memory% * %swap% <fc=#ee9a00>%date%</fc>"
, template = "%StdinReader% }{ %cpu% | %battery% | %memory% | %thermal0% * <fc=#ee9a00>%date%</fc>"
}

0 comments on commit 9aacf99

Please sign in to comment.