-
-
Save sergiy-rudenko/1eec8a731867b8f670b2c75e30c49178 to your computer and use it in GitHub Desktop.
Revisions
-
cviebrock revised this gist
Apr 26, 2018 . 1 changed file with 13 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ POWERLEVEL9K_COLOR_SCHEME='dark' # Prompts if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context dir virtualenv vcs) else POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(root_indicator dir virtualenv vcs) fi @@ -33,7 +33,7 @@ POWERLEVEL9K_DIR_HOME_SUBFOLDER_FOREGROUND='white' #POWERLEVEL9K_CUSTOM_NOW_PLAYING_BACKGROUND='blue' #POWERLEVEL9K_CUSTOM_NOW_PLAYING_FOREGROUND='black' # Root segment POWERLEVEL9K_ROOT_INDICATOR_BACKGROUND='red' POWERLEVEL9K_ROOT_INDICATOR_FOREGROUND='black' POWERLEVEL9K_ROOT_ICON="\uf21b" @@ -64,3 +64,14 @@ POWERLEVEL9K_VCS_MODIFIED_BACKGROUND='239' POWERLEVEL9K_VCS_MODIFIED_FOREGROUND='yellow' POWERLEVEL9K_VCS_UNTRACKED_BACKGROUND='239' POWERLEVEL9K_VCS_UNTRACKED_FOREGROUND='red' # SSH segment POWERLEVEL9K_SSH_BACKGROUND='blue' POWERLEVEL9K_SSH_FOREGROUND='white' # Context segment POWERLEVEL9K_CONTEXT_TEMPLATE="\uf109 %m" POWERLEVEL9K_CONTEXT_DEFAULT_FOREGROUND='white' POWERLEVEL9K_CONTEXT_DEFAULT_BACKGROUND='blue' POWERLEVEL9K_CONTEXT_ROOT_FOREGROUND='white' POWERLEVEL9K_CONTEXT_ROOT_BACKGROUND='red' -
cviebrock revised this gist
Apr 4, 2018 . 1 changed file with 37 additions and 17 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,5 @@ # General POWERLEVEL9K_MODE='nerdfont-complete' POWERLEVEL9K_COLOR_SCHEME='dark' # Prompts @@ -10,37 +9,58 @@ else POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(root_indicator dir virtualenv vcs) fi POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(background_jobs status) POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR=$'\ue0b0' POWERLEVEL9K_RIGHT_SEGMENT_SEPARATOR=$'\ue0b2' POWERLEVEL9K_PROMPT_ON_NEWLINE=false POWERLEVEL9K_PROMPT_ADD_NEWLINE=true POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX="╭" POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX="╰\uF460\uF460\uF460 " # Dir segment POWERLEVEL9K_SHORTEN_DIR_LENGTH=2 POWERLEVEL9K_SHORTEN_DELIMITER=… #POWERLEVEL9K_DIR_PATH_SEPARATOR="%F{grey}\/%F{white}" #POWERLEVEL9K_DIR_OMIT_FIRST_CHARACTER=true POWERLEVEL9K_DIR_DEFAULT_BACKGROUND='241' POWERLEVEL9K_DIR_DEFAULT_FOREGROUND='white' POWERLEVEL9K_DIR_HOME_BACKGROUND='241' POWERLEVEL9K_DIR_HOME_FOREGROUND='white' POWERLEVEL9K_DIR_HOME_SUBFOLDER_BACKGROUND='241' POWERLEVEL9K_DIR_HOME_SUBFOLDER_FOREGROUND='white' # Custom segment "now playing" #POWERLEVEL9K_CUSTOM_NOW_PLAYING='~/.dotfiles/bin/nowplaying' #POWERLEVEL9K_CUSTOM_NOW_PLAYING_BACKGROUND='blue' #POWERLEVEL9K_CUSTOM_NOW_PLAYING_FOREGROUND='black' # Context segment POWERLEVEL9K_ROOT_INDICATOR_BACKGROUND='red' POWERLEVEL9K_ROOT_INDICATOR_FOREGROUND='black' POWERLEVEL9K_ROOT_ICON="\uf21b" # Status segment POWERLEVEL9K_STATUS_VERBOSE=false POWERLEVEL9K_STATUS_OK_IN_NON_VERBOSE=true POWERLEVEL9K_STATUS_OK_BACKGROUND='black' POWERLEVEL9K_STATUS_OK_FOREGROUND='236' POWERLEVEL9K_STATUS_OK_VISUAL_IDENTIFIER_COLOR='010' POWERLEVEL9K_STATUS_ERROR_BACKGROUND='black' POWERLEVEL9K_STATUS_ERROR_FOREGROUND='236' POWERLEVEL9K_STATUS_ERROR_VISUAL_IDENTIFIER_COLOR='red' # Background jobs segment POWERLEVEL9K_BACKGROUND_JOBS_ICON="\uf423" # Battery segment POWERLEVEL9K_BATTERY_CHARGING='107' POWERLEVEL9K_BATTERY_CHARGED='blue' POWERLEVEL9K_BATTERY_LOW_THRESHOLD='50' POWERLEVEL9K_BATTERY_LOW_COLOR='red' # VCS segment POWERLEVEL9K_VCS_CLEAN_BACKGROUND='239' POWERLEVEL9K_VCS_CLEAN_FOREGROUND='010' POWERLEVEL9K_VCS_MODIFIED_BACKGROUND='239' POWERLEVEL9K_VCS_MODIFIED_FOREGROUND='yellow' POWERLEVEL9K_VCS_UNTRACKED_BACKGROUND='239' POWERLEVEL9K_VCS_UNTRACKED_FOREGROUND='red' -
cviebrock created this gist
Mar 5, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,46 @@ # General config POWERLEVEL9K_MODE='nerdfont-complete' POWERLEVEL9K_COLOR_SCHEME='dark' # Prompts if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(ssh context dir virtualenv vcs) else POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(root_indicator dir virtualenv vcs) fi POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(background_jobs status) POWERLEVEL9K_SHORTEN_DIR_LENGTH=2 POWERLEVEL9K_SHORTEN_DELIMITER=… POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR='\ue0b0' POWERLEVEL9K_RIGHT_SEGMENT_SEPARATOR='\ue0b2' POWERLEVEL9K_PROMPT_ON_NEWLINE=false POWERLEVEL9K_PROMPT_ADD_NEWLINE=true #POWERLEVEL9K_RPROMPT_ON_NEWLINE=true #POWERLEVEL9K_DIR_PATH_SEPARATOR="%F{grey}\/%F{white}" #POWERLEVEL9K_DIR_OMIT_FIRST_CHARACTER=true POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX="╭" POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX="╰\uF460\uF460\uF460 " # Custom segment "now playing" #POWERLEVEL9K_CUSTOM_NOW_PLAYING='~/.dotfiles/bin/nowplaying' POWERLEVEL9K_CUSTOM_NOW_PLAYING_BACKGROUND='blue' POWERLEVEL9K_CUSTOM_NOW_PLAYING_FOREGROUND='black' # Context POWERLEVEL9K_ROOT_INDICATOR_BACKGROUND='red' POWERLEVEL9K_ROOT_INDICATOR_FOREGROUND='black' POWERLEVEL9K_ROOT_ICON="\uf21b" # Status POWERLEVEL9K_STATUS_VERBOSE=false # Battery colors POWERLEVEL9K_BATTERY_CHARGING='107' POWERLEVEL9K_BATTERY_CHARGED='blue' POWERLEVEL9K_BATTERY_LOW_THRESHOLD='50' POWERLEVEL9K_BATTERY_LOW_COLOR='red' # VCS export DEFAULT_USER="admin"