aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig/hypr/scripts/WallustSwww.sh14
-rw-r--r--config/wallust/wallust.toml2
2 files changed, 15 insertions, 1 deletions
diff --git a/config/hypr/scripts/WallustSwww.sh b/config/hypr/scripts/WallustSwww.sh
index 63911036..391abb8a 100755
--- a/config/hypr/scripts/WallustSwww.sh
+++ b/config/hypr/scripts/WallustSwww.sh
@@ -114,6 +114,20 @@ wallust_targets=(
)
wait_for_templates "$start_ts" "${wallust_targets[@]}" || true
+# Reload kitty colors when wallpaper-based theme is active
+kitty_wallust_theme="$HOME/.config/kitty/kitty-themes/01-Wallust.conf"
+if [ -s "$kitty_wallust_theme" ]; then
+ if command -v kitty >/dev/null 2>&1; then
+ kitty @ load-config >/dev/null 2>&1 || true
+ kitty @ set-colors --all --configured "$kitty_wallust_theme" >/dev/null 2>&1 || true
+ fi
+ if pidof kitty >/dev/null 2>&1; then
+ for pid in $(pidof kitty); do
+ kill -SIGUSR1 "$pid" 2>/dev/null || true
+ done
+ fi
+fi
+
# Normalize Ghostty palette syntax in case ':' was used by older files
if [ -f "$HOME/.config/ghostty/wallust.conf" ]; then
sed -i -E 's/^(\s*palette\s*=\s*)([0-9]{1,2}):/\1\2=/' "$HOME/.config/ghostty/wallust.conf" 2>/dev/null || true
diff --git a/config/wallust/wallust.toml b/config/wallust/wallust.toml
index 7565dd47..76d0267c 100644
--- a/config/wallust/wallust.toml
+++ b/config/wallust/wallust.toml
@@ -23,7 +23,7 @@ color_space = "labmixed"
# * softdark16 - softdark with 16 color variation
# * softlight - Light with soft pastel colors, counterpart of `harddark`
# * softlight16 - softlight with 16 color variation
-palette = "dark16"
+palette = "softdark16"
# Difference between similar colors, used by the colorspace:
# 1 Not perceptible by human eyes.
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage