Config { font = "-misc-termsyn-medium-r-normal--11-79-100-100-c-60-*-*"
, borderColor = "#657b83"
, border = TopB
, bgColor = "#002b36"
, fgColor = "#fdf6e3"
, position = Bottom
, lowerOnStart = False
, hideOnStart = False
, persistent = True
, commands = [ Run Weather "EGNX" ["-t", "ºC"
,"-L", "12"
,"-H", "22"
,"--low", "lightblue"
,"--normal", "green"
,"--high", "red"
] 36000
, Run DynNetwork ["-t", "Net: ¦KB"
,"-L", "512"
,"-H", "10240"
,"--low", "green"
,"--normal", "yellow"
,"--high", "red"
,"-m", "5"
] 10
, Run Cpu ["-p", "3"
,"-L", "3"
,"-H", "50"
,"--normal", "green"
,"--high", "red"
] 10
, Run Memory ["-p", "3"
,"-t", "Mem: %"
] 20
, Run StdinReader
, Run Date "%a %b %_d %Y %H:%M" "date" 100
]
, sepChar = "%"
, alignSep = "}{"
, template = "%cpu% | %memory% | %dynnetwork% | %StdinReader% }{ %EGNX% | %date%"
}
tag-xmobar/xmobarrc (view raw)