Add HawolexV2 gradient style

This commit is contained in:
2026-01-24 15:57:58 +00:00
parent 77cbefe2a2
commit a6b588ad8a
5 changed files with 69 additions and 2 deletions

View File

@@ -133,6 +133,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" ;;
@@ -141,6 +143,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