Add HawolexV2 gradient style
This commit is contained in:
@@ -157,6 +157,8 @@ if [[ -t 0 ]]; then
|
||||
echo " Preview: [date time user] @host - /path (git)"
|
||||
echo " 7) Hawolex - Winter neon, tech icons"
|
||||
echo " Preview: [date time user] @host - /path"
|
||||
echo " 8) HawolexV2 - Winter neon gradient"
|
||||
echo " Preview: [date time user] @host - /path"
|
||||
read -r -p "Choose style [1]: " style_pick
|
||||
case "${style_pick}" in
|
||||
2) style_choice="neon" ;;
|
||||
@@ -165,6 +167,7 @@ if [[ -t 0 ]]; then
|
||||
5) style_choice="mono" ;;
|
||||
6) style_choice="git" ;;
|
||||
7) style_choice="hawolex" ;;
|
||||
8) style_choice="hawolexv2" ;;
|
||||
""|1) style_choice="aurora" ;;
|
||||
*) echo "Invalid choice, using aurora."; style_choice="aurora" ;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user