Adam Cooper
8f92d4511b
- [mail] Update the aerc config - [vim] Add plugins, enable airline tabline, highlight cursor row - [xmobar] Fix gap
40 lines
1.7 KiB
Text
40 lines
1.7 KiB
Text
Config { overrideRedirect = False
|
|
, font = "InconsolataGo Nerd Font Mono 16"
|
|
, additionalFonts = ["JoyPixels 24"]
|
|
, bgColor = "#ffff99"
|
|
, fgColor = "#191970"
|
|
, position = TopSize L 88 28
|
|
, commands = [ Run WeatherX "KLGA"
|
|
[ ("clear", "clear")
|
|
, ("sunny", "sunny")
|
|
, ("mostly clear", "🌣")
|
|
, ("mostly sunny", "🌤")
|
|
, ("partly sunny", "⛅")
|
|
, ("fair", "🌑")
|
|
, ("cloudy","☁")
|
|
, ("overcast","☁")
|
|
, ("partly cloudy", "⛅")
|
|
, ("mostly cloudy", "mostly cloudy")
|
|
, ("considerable cloudiness", "⛈")]
|
|
[ "--template", "<skyConditionS> <tempF>°F"
|
|
, "-L", "0"
|
|
, "-H", "25"
|
|
, "--low" , "blue"
|
|
, "--normal", "#f8f8f2"
|
|
, "--high" , "red"
|
|
] 36000
|
|
, Run Cpu
|
|
[ "-L", "3"
|
|
, "-H", "50"
|
|
, "--high" , "red"
|
|
, "--normal", "darkgreen"
|
|
] 10
|
|
, Run Memory ["--template", "Mem: <usedratio>%"] 10
|
|
, Run Swap [] 10
|
|
, Run Date "%a %Y-%m-%d <fc=#191970>%H:%M</fc>" "date" 10
|
|
, Run StdinReader
|
|
]
|
|
, sepChar = "%"
|
|
, alignSep = "}{"
|
|
, template = "%StdinReader% }{ %cpu% | %memory% * %swap% | %KLGA% | %date% "
|
|
}
|