.xmobarrc 619 B

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