Update git emojis and move Hawolex to contest

- Add git state emojis and branch wrapping

- Move Hawolex to contest styles and update JSONs
This commit is contained in:
2026-01-24 12:01:55 +00:00
parent 059a642ff5
commit 21233b9083
5 changed files with 90 additions and 33 deletions

View File

@@ -77,7 +77,6 @@ if [[ -t 0 ]]; then
echo " 4) Valentine"
echo " 5) Thanksgiving"
echo " 6) New Year"
echo " 7) Hawolex"
read -r -p "Choose [1]: " holiday_pick
case "${holiday_pick}" in
2) holiday_choice="easter" ;;
@@ -85,7 +84,6 @@ if [[ -t 0 ]]; then
4) holiday_choice="valentine" ;;
5) holiday_choice="thanksgiving" ;;
6) holiday_choice="newyear" ;;
7) holiday_choice="hawolex" ;;
""|1) holiday_choice="christmas" ;;
*) echo "Invalid choice, using christmas."; holiday_choice="christmas" ;;
esac
@@ -127,6 +125,8 @@ if [[ -t 0 ]]; then
echo " Preview: [date time user] @host /path"
echo " 6) Git - Minimal with git capsule"
echo " Preview: [date time user] @host - /path (git)"
echo " 7) Hawolex - Winter neon, tech icons"
echo " Preview: [date time user] @host - /path"
read -r -p "Choose style [1]: " style_pick
case "${style_pick}" in
2) style_choice="neon" ;;
@@ -134,6 +134,7 @@ if [[ -t 0 ]]; then
4) style_choice="circuit" ;;
5) style_choice="mono" ;;
6) style_choice="git" ;;
7) style_choice="hawolex" ;;
""|1) style_choice="aurora" ;;
*) echo "Invalid choice, using aurora."; style_choice="aurora" ;;
esac