Config File Collection
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

default_right.json 866B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "segments": {
  3. "left": [
  4. {
  5. "function": "powerline.segments.shell.mode"
  6. },
  7. {
  8. "function": "powerline.segments.common.net.hostname",
  9. "args": {
  10. "only_if_ssh": false,
  11. "exclude_domain": true
  12. },
  13. "priority": 10
  14. },
  15. {
  16. "function": "powerline.segments.common.env.user",
  17. "priority": 30
  18. },
  19. {
  20. "function": "powerline.segments.common.env.virtualenv",
  21. "priority": 50
  22. },
  23. {
  24. "function": "powerline.segments.shell.cwd",
  25. "priority": 10
  26. },
  27. {
  28. "function": "powerline.segments.shell.jobnum",
  29. "priority": 20
  30. },
  31. {
  32. "function": "powerline.segments.shell.last_status",
  33. "priority": 10
  34. }
  35. ],
  36. "right": [
  37. {
  38. "function": "powerline.segments.shell.last_pipe_status",
  39. "priority": 10
  40. },
  41. {
  42. "function": "powerline_gitstatus.gitstatus",
  43. "priority": 40
  44. }
  45. ]
  46. }
  47. }