xmobarrc.lowdpi 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. Config { font = "-*-*-medium-*-*-*-14-*-*-*-*-*-*-*"
  2. , bgColor = "#1d1f21"
  3. , fgColor = "#c5c8c6"
  4. , position = TopW L 100
  5. , commands = [
  6. Run Com "weathermajig" ["80501"] "weathermajig" 300,
  7. -- Run Weather "KDEN" [
  8. -- "--template"
  9. -- ,"<fc=#969896>DIA:</fc><tempF>°F"
  10. -- ] 36000
  11. --,
  12. Run Cpu [
  13. "--template", "<total>%"
  14. -- "--Low","3"
  15. -- , "--High", "50"
  16. -- , "--normal", "#d33682"
  17. -- , "--high", "#dc322f"
  18. ] 10
  19. , Run Memory [
  20. "--template", "<usedratio>%"
  21. ] 10
  22. , Run Date "%a %F %T <fc=#969896>KW%V DOY%j</fc>" "date" 10
  23. , Run Battery [
  24. "--template" , "<left>% <fc=#969896>[<timeleft>]</fc>"
  25. -- "--template" , "<acstatus>(<left>%)"
  26. -- , "--Low" , "10"
  27. -- , "--High" , "80"
  28. -- , "--low" , "#dc322f"
  29. -- , "--normal" , "#b294bb"
  30. -- , "--high" , "#dc322f"
  31. ] 50
  32. , Run StdinReader
  33. ]
  34. , sepChar = "%"
  35. , alignSep = "}{"
  36. -- , template = "%StdinReader% <fc=#969896>//</fc> %KDEN% <fc=#969896>CPU:</fc>%cpu% <fc=#969896>Mem:</fc>%memory%}{ <fc=#969896>Batt:</fc>%battery% %date%"
  37. , template = "%StdinReader% <fc=#969896>//</fc> <fc=#969896>CPU:</fc>%cpu% <fc=#969896>Mem:</fc>%memory%}{ %weathermajig% <fc=#969896>Batt:</fc>%battery% %date%"
  38. }