Untitled

From Thundering Crane, 9 Months ago, written in Plain Text, viewed 2 times.
URL https://paste.blessuren.de/view/be4156c0 Embed
Download Paste or View Raw
  1. add_newline = false
  2.  
  3. format = """
  4. [░▒▓](#a3aed2)\
  5. [  ](bg:#a3aed2 fg:#090c0c)\
  6. [](bg:#769ff0 fg:#a3aed2)\
  7. $directory\
  8. [](fg:#769ff0 bg:#394260)\
  9. $git_branch\
  10. $git_status\
  11. [](fg:#394260 bg:#212736)\
  12. $rust\
  13. $golang\
  14. $php\
  15. $kotlin\
  16. $java\
  17. $python\
  18. $docker_context\
  19. $terraform\
  20. $kubernetes\
  21. $cmd_duration\
  22. [](fg:#212736 bg:#1d2230)\
  23. $time\
  24. [ ](fg:#1d2230)\
  25. \n$character"""
  26.  
  27. [directory]
  28. style = "fg:#e3e5e5 bg:#769ff0"
  29. format = "[ $path ]($style)"
  30. truncation_length = 3
  31. truncation_symbol = "…/"
  32.  
  33. [directory.substitutions]
  34. "Documents" = "? "
  35. "Downloads" = " "
  36. "Music" = " "
  37. "Pictures" = " "
  38.  
  39. [git_branch]
  40. symbol = ""
  41. style = "bg:#394260"
  42. format = '[[ $symbol $branch ](fg:#769ff0 bg:#394260)]($style)'
  43.  
  44. [git_status]
  45. style = "bg:#394260"
  46. format = '[[($all_status$ahead_behind )](fg:#769ff0 bg:#394260)]($style)'
  47.  
  48. [rust]
  49. symbol = ""
  50. style = "bg:#212736"
  51. format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
  52.  
  53. [golang]
  54. symbol = ""
  55. style = "bg:#212736"
  56. format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
  57.  
  58. [php]
  59. symbol = ""
  60. style = "bg:#212736"
  61. format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
  62.  
  63. [kotlin]
  64. symbol = "?"
  65. style = "bg:#212736"
  66. format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
  67.  
  68. [java]
  69. symbol = ""
  70. style = "bg:#212736"
  71. format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
  72.  
  73. [python]
  74. symbol = "?"
  75. style = "bg:#212736"
  76. format = '[[ $symbol ($version)( $virtualenv) ](fg:#769ff0 bg:#212736)]($style)'
  77. detect_extensions = ["py"]
  78. detect_files = ["requirements.txt", "pyproject.toml", "setup.py", "Pipfile"]
  79. detect_folders = [".venv", "venv"]
  80.  
  81. [docker_context]
  82. symbol = "?"
  83. style = "bg:#212736"
  84. format = '[[ $symbol $context ](fg:#86b9c2 bg:#212736)]($style)'
  85. only_with_files = false
  86.  
  87. [terraform]
  88. symbol = "?"
  89. style = "bg:#212736"
  90. format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
  91.  
  92. [kubernetes]
  93. symbol = "☸"
  94. style = "bg:#212736"
  95. format = '[[ $symbol $context( $namespace) ](fg:#86b9c2 bg:#212736)]($style)'
  96. disabled = false
  97.  
  98. [time]
  99. disabled = false
  100. time_format = "%R"
  101. style = "bg:#1d2230"
  102. format = '[[  $time ](fg:#a0a9cb bg:#1d2230)]($style)'
  103.  
  104. [character]
  105. success_symbol = "[❯](bold green)"
  106. error_symbol = "[❯](bold red)"
  107. vicmd_symbol = "[❮](bold yellow)"

Reply to "Untitled"

Here you can reply to the paste above