summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-04-06 03:59:00 +0000
committerGitHub <noreply@github.com>2026-04-06 03:59:00 +0000
commit285a9c29866dbe683bce152dc5a21a6241ba6d1d (patch)
tree0ba1fe216649cfdbe697729d973702b668ce9f88
parent09918690d568db5865f7cfb7775fd26063f9d443 (diff)
Update wallpaper.sh
-rw-r--r--.config/scripts/wallpaper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/scripts/wallpaper.sh b/.config/scripts/wallpaper.sh
index a527384..1f031e5 100644
--- a/.config/scripts/wallpaper.sh
+++ b/.config/scripts/wallpaper.sh
@@ -49,7 +49,7 @@ ln -sf ~/.cache/wal/colors-zed.json ~/.config/zed/themes/colors-zed.json
if [ -f "$HOME/.cache/wal/colors.sh" ]; then
source "$HOME/.cache/wal/colors.sh"
- sed -i "s/^[[:space:]]*frame_color = .*/ frame_color = \"$color4\"/" "$DUNST_CONFIG"
+ sed -i "s/^[[:space:]]*frame_color = .*/ frame_color = \"$color2\"/" "$DUNST_CONFIG"
fi
kill -SIGUSR1 $(pgrep kitty) 2>/dev/null