Advertisement
discrust

.Xmobarrc

Apr 5th, 2012 (edited)
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Config { font = "xft:Terminus-8"
  2.        , bgColor = "#1b1b1b"
  3.        , fgColor = "#e5e5e5"
  4.        , position = Bottom { height = 16 }
  5.        , lowerOnStart = False
  6.        , commands = [ Run Network "eth0" ["-L","0","-H","32","--normal","#e5e5e5","--high","#e5e5e5"] 10
  7.                     , Run Cpu ["-L","3","-H","50","--normal","#e5e5e5","--high","#e5e5e5"] 10
  8.                     , Run Memory ["-t","Mem: <usedratio>%"] 10
  9.                     , Run Swap [] 10
  10.                     , Run Com "uname" ["-s","-r"] "" 36000
  11.                     , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
  12.                     ]
  13.        , sepChar = "%"
  14.        , alignSep = "}{"
  15.        , template = "   %cpu% | %memory% | %swap% | %eth0% }{ %uname%   "
  16.        }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement