123456789101112131415 |
- Config { font = "Liberation Mono:size=13:antialias=true:autohint=true"
- , bgColor = "#1b1918"
- , fgColor = "#f1efee"
- , commands = [ Run Date "%a %b %_d" "date" 36000
- , Run Date "%l:%M:%S%P" "time" 10
- -- kjfk == nyc
- -- kgeg == spokane
- , Run Weather "KJFK" ["-t"," <tempF>°F","-L","60","-H","80","--normal","#5ab738","--high","#f56b79","--low","#b2cbf5"] 18000
- , Run Com "/usr/local/bin/custom/obstrat" [] "obstrat" 18000
- , Run StdinReader
- ]
- , sepChar = "%"
- , alignSep = "}{"
- , template = "%StdinReader% } %obstrat% { %KJFK% | <fc=#00ad9c>%date%</fc> <fc=#fabc3c>%time%</fc> "
- }
|