Config File Collection
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

default.json 774B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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_gitstatus.gitstatus",
  25. "priority": 40
  26. },
  27. {
  28. "function": "powerline.segments.shell.cwd",
  29. "priority": 10
  30. },
  31. {
  32. "function": "powerline.segments.shell.jobnum",
  33. "priority": 20
  34. },
  35. {
  36. "function": "powerline.segments.shell.last_status",
  37. "priority": 10
  38. }
  39. ],
  40. "right": []
  41. }
  42. }