aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/ThemeChanger.sh
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-01-08 00:28:29 -0500
committerDon Williams <don.e.williams@gmail.com>2026-01-08 00:28:29 -0500
commitd83d96dca71885f363fa9b70a32084bfe3219a69 (patch)
tree325a5444d54e42fa65ef890aae1c9d38e94b7889 /config/hypr/scripts/ThemeChanger.sh
parentba8b3514a022ed3c67f6ae2013e4ebfadad710ad (diff)
Fixing ghostty wallust integration
On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/scripts/ThemeChanger.sh modified: config/hypr/scripts/WallustSwww.sh modified: copy.sh
Diffstat (limited to 'config/hypr/scripts/ThemeChanger.sh')
-rwxr-xr-xconfig/hypr/scripts/ThemeChanger.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/hypr/scripts/ThemeChanger.sh b/config/hypr/scripts/ThemeChanger.sh
index 4a712a4b..b42ec8da 100755
--- a/config/hypr/scripts/ThemeChanger.sh
+++ b/config/hypr/scripts/ThemeChanger.sh
@@ -53,6 +53,12 @@ if wallust theme -- "${choice}"; then
"$HOME/.config/ghostty/wallust.conf"
)
+ # Normalize Ghostty palette syntax in case upstream templates or older targets used ':'
+ ghostty_conf="$HOME/.config/ghostty/wallust.conf"
+ if [ -f "$ghostty_conf" ]; then
+ sed -i -E 's/^(\s*palette\s*=\s*)([0-9]{1,2}):/\1\2=/' "$ghostty_conf" 2>/dev/null || true
+ fi
+
# Phase 1: appearance + freshness
for _ in $(seq 1 100); do # up to ~10s
ok=1
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage