diff options
Diffstat (limited to '.config/scripts')
| -rw-r--r-- | .config/scripts/wallpaper.sh | 2 |
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 |
