unicode_terminus.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "dividers": {
  3. "left": {
  4. "hard": "▌ ",
  5. "soft": "│ "
  6. },
  7. "right": {
  8. "hard": " ▐",
  9. "soft": " │"
  10. }
  11. },
  12. "spaces": 1,
  13. "segment_data": {
  14. "branch": {
  15. "before": "BR "
  16. },
  17. "cwd": {
  18. "args": {
  19. "ellipsis": "…"
  20. }
  21. },
  22. "line_current_symbol": {
  23. "contents": "␤ "
  24. },
  25. "player": {
  26. "args": {
  27. "state_symbols": {
  28. "fallback": "♫",
  29. "play": "▶",
  30. "pause": "▮▮",
  31. "stop": "■"
  32. }
  33. }
  34. },
  35. "time": {
  36. "before": ""
  37. },
  38. "powerline.segments.common.net.network_load": {
  39. "args": {
  40. "recv_format": "⇓ {value:>8}",
  41. "sent_format": "⇑ {value:>8}"
  42. }
  43. },
  44. "powerline.segments.common.net.hostname": {
  45. "before": "⌂ "
  46. },
  47. "powerline.segments.common.bat.battery": {
  48. "args": {
  49. "full_heart": "♥",
  50. "empty_heart": "♥"
  51. }
  52. },
  53. "powerline.segments.common.sys.uptime": {
  54. "before": "↑ "
  55. },
  56. "powerline.segments.common.mail.email_imap_alert": {
  57. "before": "MAIL "
  58. },
  59. "powerline.segments.common.env.virtualenv": {
  60. "before": "(e) "
  61. },
  62. "powerline.segments.common.wthr.weather": {
  63. "args": {
  64. "icons": {
  65. "day": "DAY",
  66. "blustery": "WIND",
  67. "rainy": "RAIN",
  68. "cloudy": "CLOUDS",
  69. "snowy": "SNOW",
  70. "stormy": "STORM",
  71. "foggy": "FOG",
  72. "sunny": "SUN",
  73. "night": "NIGHT",
  74. "windy": "WINDY",
  75. "not_available": "NA",
  76. "unknown": "UKN"
  77. }
  78. }
  79. },
  80. "powerline.segments.common.time.fuzzy_time": {
  81. "args": {
  82. "unicode_text": true
  83. }
  84. },
  85. "powerline.segments.vim.mode": {
  86. "args": {
  87. "override": {
  88. "n": "NORMAL",
  89. "no": "N·OPER",
  90. "v": "VISUAL",
  91. "V": "V·LINE",
  92. "^V": "V·BLCK",
  93. "s": "SELECT",
  94. "S": "S·LINE",
  95. "^S": "S·BLCK",
  96. "i": "INSERT",
  97. "R": "RPLACE",
  98. "Rv": "V·RPLC",
  99. "c": "COMMND",
  100. "cv": "VIM·EX",
  101. "ce": "NRM·EX",
  102. "r": "PROMPT",
  103. "rm": "-MORE-",
  104. "r?": "CNFIRM",
  105. "!": "!SHELL"
  106. }
  107. }
  108. },
  109. "powerline.segments.vim.visual_range": {
  110. "args": {
  111. "CTRL_V_text": "{rows} × {vcols}",
  112. "v_text_oneline": "C:{vcols}",
  113. "v_text_multiline": "L:{rows}",
  114. "V_text": "L:{rows}"
  115. }
  116. },
  117. "powerline.segments.vim.readonly_indicator": {
  118. "args": {
  119. "text": "RO"
  120. }
  121. },
  122. "powerline.segments.vim.modified_indicator": {
  123. "args": {
  124. "text": "+"
  125. }
  126. }
  127. }
  128. }