synth-shell-prompt.conf (2555B)
1 # ___ _ _ _ _ _____ _ _ ___ _ _ ___ _ _ 2 # ( _( ) () ( ) \/ ( )__ __() () ( ____ ( _( ) () ( ) __( ) | ) | 3 # _) \ '. / | \ | | | | -- | )____( _) \ | -- | | _) | (__ | (__ 4 #)____) /_( )_()_( )_( )_()_( )____) )_()_( )___( )____( )____( 5 6 format="USER HOST PWD GIT PYENV TF KUBE" 7 8 separator_char='\uE0B0' 9 separator_padding_left='' 10 separator_padding_right='' 11 segment_padding=' ' 12 enable_vertical_padding=true 13 enable_command_on_new_line=false 14 15 16 #Host 17 font_color_host="white" 18 background_host="54" 19 texteffect_host="bold" 20 21 #user 22 font_color_user="white" 23 background_user="53" 24 texteffect_user="bold" 25 26 #What directory I am in 27 font_color_pwd="white" 28 background_pwd="55" 29 texteffect_pwd="bold" 30 31 max_pwd_char="55" 32 pwd_trunc_symbol="…" 33 34 #Git 35 font_color_git="white" 36 background_git="130" 37 texteffect_git="bold" 38 39 max_pwd_char="55" 40 pwd_trunc_symbol="…" 41 symbol_synced='' 42 git_symbol_unpushed=' ▲' 43 git_symbol_unpulled=' ▼' 44 git_symbol_unpushedunpulled=' ◆' 45 git_symbol_dirty=' ◔' 46 git_symbol_dirty_unpushed=' ◔ △' 47 git_symbol_dirty_unpulled=' ◔ ▽' 48 git_symbol_dirty_unpushedunpulled=' ◔ ◇' 49 git_symbol_stash='🗎' 50 git_update_period_minutes=15 51 52 ##============================================================================== 53 ## PYENV 54 ##============================================================================== 55 font_color_pyenv="white" 56 background_pyenv="blue" 57 texteffect_pyenv="bold" 58 59 60 61 ##============================================================================== 62 ## KUBERNETES 63 ##============================================================================== 64 font_color_kube="white" 65 background_kube="purple" 66 texteffect_kube="bold" 67 68 69 70 ##============================================================================== 71 ## TERRAFORM WORKSPACE 72 ##============================================================================== 73 font_color_tf="purple" 74 background_tf="light-purple" 75 texteffect_tf="bold" 76 77 78 79 ##============================================================================== 80 ## CLOCK 81 ##============================================================================== 82 font_color_clock="white" 83 background_clock="light-blue" 84 texteffect_clock="bold" 85 86 clock_format="%H:%M" 87 88 89 90 ##============================================================================== 91 ## INPUT (user typed command) 92 ##============================================================================== 93 font_color_input="98" 94 background_input="none" 95 texteffect_input="bold"