Advertisement
Guest User

.xmobarrc

a guest
Aug 22nd, 2014
519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Config {
  2.   font         = "xft:Terminus:size=14:antialias=true"
  3. , bgColor      = "#000000"
  4. , fgColor      = "#CDCDCD"
  5. , position     = Top
  6. , lowerOnStart = True
  7. , commands     = [ Run Battery ["-L","15","-H","70","-l","red","-n","yellow","-h","green","-t","<leftbar>"] 600
  8.                  , Run MultiCpu ["-L","10","-H","50","-l","green","-n","yellow","-h","red","-t","<bar>"] 30
  9.                  , Run Memory ["-L","30","-H","60","-l","green","-n","yellow","-h","red","-t","<usedbar>"] 50
  10.                  , Run Date "%T" "time" 10
  11.                  , Run Date "[<fc=#FF00FF>%F</fc>] | [<fc=#FF00FF>%T</fc>]" "date" 10
  12.                  , Run StdinReader
  13.                  ]
  14. , sepChar      = "%"
  15. , alignSep     = "}{"
  16. , template     = " %StdinReader%}{ | CPU:[%multicpu%] | MEM:[%memory%] | BAT:[%battery%] | %date% "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement