Advertisement
Guest User

.xmobarrc-left

a guest
Dec 4th, 2011
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Config { font = "-xos4-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*"
  2.              , bgColor      = "#000000"
  3.              , fgColor      = "#00FFFF"
  4.              , position = Static { xpos = 0, ypos = 1904, width = 1200, height = 16 }
  5.              , lowerOnStart = True
  6.              , commands     = [ Run Cpu ["<cpu0>/<cpu1>","-L","10","-H","50","-l","green","--normal","yellow","--high","red"]   3
  7.                               , Run Cpu ["<cpu0>","-L","10","-H","50","-l","green","--normal","yellow","--high","red"]  3
  8.                               , Run Memory ["-t","RAM: <usedratio>%", "-l", "green", "--normal","yellow","--high","red"] 3
  9.                               , Run Date "%a, %b %_d  %I:%M%p" "date" 1
  10.                               , Run StdinReader
  11.                               ]
  12.              , sepChar      = "%"
  13.              , alignSep     = "}{"
  14.              , template = "%StdinReader% }{ %cpu%  %memory%  %date% "
  15. }
  16.  
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement