default.json 424 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "default_module": "powerline.segments.common",
  3. "segments": {
  4. "right": [
  5. {
  6. "function": "weather",
  7. "priority": 50
  8. },
  9. {
  10. "function": "date"
  11. },
  12. {
  13. "function": "date",
  14. "name": "time",
  15. "args": {
  16. "format": "%H:%M",
  17. "istime": true
  18. }
  19. },
  20. {
  21. "function": "email_imap_alert",
  22. "priority": 10,
  23. "args": {
  24. "username": "",
  25. "password": ""
  26. }
  27. }
  28. ]
  29. }
  30. }