default_leftonly.json 558 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "default_module": "powerline.segments.common",
  3. "segments": {
  4. "left": [
  5. {
  6. "function": "hostname",
  7. "priority": 10
  8. },
  9. {
  10. "function": "user",
  11. "priority": 30
  12. },
  13. {
  14. "function": "virtualenv",
  15. "priority": 50
  16. },
  17. {
  18. "function": "branch",
  19. "priority": 40
  20. },
  21. {
  22. "function": "powerline.segments.shell.cwd",
  23. "priority": 10
  24. },
  25. {
  26. "function": "powerline.segments.shell.jobnum",
  27. "priority": 20
  28. },
  29. {
  30. "function": "powerline.segments.shell.last_status",
  31. "priority": 10
  32. }
  33. ]
  34. }
  35. }