changed gbt car for dotfiles

This commit is contained in:
Jonas Forsberg 2020-05-04 16:09:37 +02:00
parent eadaec5ec1
commit 99ff02451d
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -11,12 +11,12 @@ export GBT_CAR_SIGN_USER_TEXT=''
export GBT_CAR_CUSTOM1_TEXT_TEXT='MyDot: error'
export GBT_CAR_CUSTOM1_BG='red'
export GBT_CAR_CUSTOM1_DISPLAY_CMD="$HOME/.local/bin/dotfiles_gbt_status.sh check_error"
export GBT_CAR_CUSTOM1_TEXT_TEXT='MyDot: err'
export GBT_CAR_CUSTOM1_TEXT_TEXT='.error!'
export GBT_CAR_CUSTOM2_BG='green'
export GBT_CAR_CUSTOM2_FG='black'
export GBT_CAR_CUSTOM2_TEXT_TEXT='MyDot: commit'
export GBT_CAR_CUSTOM2_TEXT_TEXT='.c'
export GBT_CAR_CUSTOM2_DISPLAY_CMD="$HOME/.local/bin/dotfiles_gbt_status.sh check_status"
export GBT_CAR_CUSTOM3_TEXT_TEXT='MyDot: push'
export GBT_CAR_CUSTOM3_TEXT_TEXT='.p'
export GBT_CAR_CUSTOM3_BG='green'
export GBT_CAR_CUSTOM3_FG='black'
export GBT_CAR_CUSTOM3_DISPLAY_CMD="$HOME/.local/bin/dotfiles_gbt_status.sh check_push"