Advertisement
Dj_Dexter

.xmobarrc

Aug 21st, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
  2.        , borderColor = "black"
  3.        , border = TopB
  4.        , bgColor = "black"
  5.        , fgColor = "grey"
  6.        , position = Top
  7.        , lowerOnStart = True
  8.        , persistent = False
  9.        , commands = [ Run Weather "SCEL" ["-t","<station>: <tempC>C","-L","18","-H","25","--normal","green","--high","red","--low","lightblue"] 36000
  10.                     , Run Network "wlan0" ["-L","0","-H","32","--normal","green","--high","red"] 10
  11.                     , Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 10
  12.                     , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
  13.                     , Run Memory ["-t","Mem: <usedratio>%"] 10
  14.                     , Run Swap [] 10
  15.                     , Run Com "uname" ["-s","-r"] "" 36000
  16.                 , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
  17.                     , Run Com "ncmpcpp" ["--now-playing"] "" 160
  18.                     , Run Com "wifistatus" [] "" 115
  19.                     ]
  20.        , sepChar = "%"
  21.        , alignSep = "}{"
  22.        , template = "%cpu% | %memory% * %swap% | %wlan0% - %eth0% | %wifistatus% }{ <fc=#ee9a00>%date%</fc>| %SCEL% | %ncmpcpp%"
  23.        }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement