From a33954c59fe9d8fe889fab077b6612cc029ac3fc Mon Sep 17 00:00:00 2001 From: davidpkj Date: Wed, 24 Jul 2024 16:37:37 +0200 Subject: Mega Update: FW16 Space Rice - Add symlinks to dotfiles in config dir (links to links) - Switch from neofetch to fastfetch - Add htop - Add dynamic colors (polybar, xmonad, qutebrowser) - Update color management (pywal & friends, alacritty, xorg) - Minor updates to other files (quality of life) --- scripts/.local/bin/personal/wally | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'scripts/.local/bin/personal/wally') diff --git a/scripts/.local/bin/personal/wally b/scripts/.local/bin/personal/wally index b733873..9b13bcc 100755 --- a/scripts/.local/bin/personal/wally +++ b/scripts/.local/bin/personal/wally @@ -43,8 +43,12 @@ setTheme() { if [[ $1 == *.json ]]; then wal --theme "$1" - rica - xdotool key Super_L+r + + walppr="$(cat "$1" | jq .wallpaper | sed 's/"//g')" + cp "$walppr" "$cachedWallpaperFile" + + rica "$1" + xdotool key Super_L+Shift_L+r exit 0 fi -- cgit v1.2.3