Advertisement
pablopalacios

xmobarrc - xmonad

Jan 31st, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Config { font = "xft:Source Code Pro:size=7:Light:antialias=true"
  2.        , allDesktops = True
  3.        , border = NoBorder
  4.        , borderColor = "pink"
  5.        , bgColor = "black"
  6.        , fgColor = "gray"
  7.        , overrideRedirect = True
  8.        , pickBroadest = False
  9.        , hideOnStart = False
  10.        , lowerOnStart = False
  11.        , persistent = False
  12.        , position = Top
  13.        , commands = [ Run Weather "SBPK" ["-t","<tempC>ΒΊC <fc=#666666><skyCondition></fc>","-L","12","-H","25","--high","#BA0000","--low","lightblue"] 36000
  14.                     , Run MultiCpu ["-t","<fc=#ee9a00>CPU:</fc> <total0>% <total1>% <total2>% <total3>%","-L","3","-H","50","--normal","#666666","--high","#BA0000"] 10
  15.                     , Run Memory ["-t","<fc=#ee9a00>MEM:</fc> <usedratio>%"] 10
  16.                     , Run Wireless "wlan0" ["-t","<fc=#ee9a00>WIFI:</fc> <quality>% <fc=#666666><essid></fc>"] 100
  17.                     , Run Date "<fc=#ee9a00>%a %b %d %H:%M</fc>" "date" 10
  18.                     , Run StdinReader
  19.                     , Run Battery [] 1000
  20.                     ]
  21.        , sepChar = "%"
  22.        , alignSep = "}{"
  23.        , template = "%StdinReader%}%date% %SBPK%{%battery% %multicpu% %memory% %wlan0wi%"
  24.        }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement