Add demo mode to cycle all themes
This commit is contained in:
@@ -187,6 +187,8 @@ if [[ -t 0 ]]; then
|
||||
echo " Preview: [date time user] @host - /path"
|
||||
echo " 8) HawolexV2 - Winter neon gradient"
|
||||
echo " Preview: [date time user] @host - /path"
|
||||
echo " 9) Demo - Cycles all themes every prompt"
|
||||
echo " Preview: (auto-rotate)"
|
||||
read -r -p "Choose style [1]: " style_pick
|
||||
case "${style_pick}" in
|
||||
2) style_choice="neon" ;;
|
||||
@@ -196,6 +198,7 @@ if [[ -t 0 ]]; then
|
||||
6) style_choice="git" ;;
|
||||
7) style_choice="hawolex" ;;
|
||||
8) style_choice="hawolexv2" ;;
|
||||
9) style_choice="demo" ;;
|
||||
""|1) style_choice="aurora" ;;
|
||||
*) echo "Invalid choice, using aurora."; style_choice="aurora" ;;
|
||||
esac
|
||||
|
||||
@@ -163,6 +163,8 @@ if [[ -t 0 ]]; then
|
||||
echo " Preview: [date time user] @host - /path"
|
||||
echo " 8) HawolexV2 - Winter neon gradient"
|
||||
echo " Preview: [date time user] @host - /path"
|
||||
echo " 9) Demo - Cycles all themes every prompt"
|
||||
echo " Preview: (auto-rotate)"
|
||||
read -r -p "Choose style [1]: " style_pick
|
||||
case "${style_pick}" in
|
||||
2) style_choice="neon" ;;
|
||||
@@ -172,6 +174,7 @@ if [[ -t 0 ]]; then
|
||||
6) style_choice="git" ;;
|
||||
7) style_choice="hawolex" ;;
|
||||
8) style_choice="hawolexv2" ;;
|
||||
9) style_choice="demo" ;;
|
||||
""|1) style_choice="aurora" ;;
|
||||
*) echo "Invalid choice, using aurora."; style_choice="aurora" ;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user