Add Hawolex holiday theme
- Add Hawolex palette and emoji set - Add Hawolex option to holiday prompts
This commit is contained in:
@@ -93,7 +93,7 @@ _ps1_season() {
|
||||
# PS1_STYLE=aurora|neon|forge|circuit|mono
|
||||
# PS1_STYLE_PACK=standard|contest|holiday
|
||||
# PS1_CONTEST_LAYOUT=day-time-user|user-time|time-user|day-time
|
||||
# PS1_HOLIDAY=christmas|easter|halloween|valentine|thanksgiving|newyear
|
||||
# PS1_HOLIDAY=christmas|easter|halloween|valentine|thanksgiving|newyear|hawolex
|
||||
# Also reads config from /etc/ps1-style or ~/.config/ps1/style
|
||||
_ps1_style_config() {
|
||||
local cfg=""
|
||||
@@ -224,6 +224,11 @@ _ps1_symbol() {
|
||||
work_list=( "🗓️" "⏳" "🚀" "✨" )
|
||||
coffee="☕"; evening="🌆"; night="🌙"
|
||||
;;
|
||||
hawolex)
|
||||
sunrise_list=( "💻" "🚗" "🔊" "🎮" )
|
||||
work_list=( "🎧" "🕹️" "📟" "🧩" )
|
||||
coffee="☕"; evening="🌆"; night="🌙"
|
||||
;;
|
||||
*)
|
||||
sunrise_list=( "🎉" "✨" "🎊" "🌟" )
|
||||
work_list=( "🧩" "🛠️" "💾" "🧪" )
|
||||
@@ -356,6 +361,14 @@ _ps1_set_prompt() {
|
||||
PATH_FG="\[\e[38;5;229m\]"
|
||||
FRAME="\[\e[38;5;19m\]"
|
||||
;;
|
||||
hawolex)
|
||||
Z1_BG="\[\e[48;5;61m\]"
|
||||
Z1_FG="\[\e[38;5;255m\]"
|
||||
Z2_BG="\[\e[48;5;37m\]"
|
||||
Z2_FG="\[\e[38;5;255m\]"
|
||||
PATH_FG="\[\e[38;5;194m\]"
|
||||
FRAME="\[\e[38;5;60m\]"
|
||||
;;
|
||||
*)
|
||||
Z1_BG="\[\e[48;5;24m\]"
|
||||
Z1_FG="\[\e[38;5;255m\]"
|
||||
|
||||
Reference in New Issue
Block a user