Advertisement
edv

.xmobarrc

edv
Oct 13th, 2011
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Config { font = "xft:Liberation Mono:pixelsize=10"      
  2.        , bgColor = "black"
  3.        , fgColor = "grey"
  4.        , position = Top
  5.        , lowerOnStart = True
  6.        , commands     = [ Run Network "eth1" ["-L","0","-H","32","-l", "green", "--normal","orange","--high","red"] 40
  7.                 , Run Cpu ["<cpu0>/<cpu1>","-L","3","-H","50","-l","green","--normal","orange","--high","red"]   40
  8.             , Run Cpu ["<cpu0>","-L","3","-H","50","-l","green","--normal","orange","--high","red"]  40
  9.             , Run Memory ["-t","Mem: <usedratio>%", "-l", "green", "--normal","orange","--high","red"] 40
  10.             , Run Date "%a %b %_d %H:%M" "date" 60
  11.             , Run CpuFreq ["-t","Freq: <cpu0> | <cpu1> GHz","-L","0","-H","2","-l","green","-n","orange","-h","red"] 50
  12.             , Run StdinReader
  13.             ]
  14.        , sepChar = "%"
  15.        , alignSep = "}{"
  16.        , template = " %StdinReader% }{ %cpu% @ %cpufreq% <fc=#0033FF>|</fc>  %memory% <fc=#0033FF>|</fc> %eth1% <fc=#0033FF>|</fc> %date%"
  17.        }
  18.  
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement