default.json 639 B

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