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/rica | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'scripts/.local/bin/personal/rica') diff --git a/scripts/.local/bin/personal/rica b/scripts/.local/bin/personal/rica index fe9a2ff..81c0575 100755 --- a/scripts/.local/bin/personal/rica +++ b/scripts/.local/bin/personal/rica @@ -6,13 +6,14 @@ cache="$HOME/.cache/wal" config="$HOME/.config" -relevant=("dunst/dunstrc" "zathura/zathurarc" "flameshot/flameshot.ini") - xrdb -merge "$HOME/.cache/wal/colors.Xresources" xrdb -merge "$HOME/.Xresources" -for file in ${relevant[@]}; do - cp "$cache/$(basename $file)" "$config/$file" -done +# relevant=("dunst/dunstrc" "zathura/zathurarc" "flameshot/flameshot.ini") +# relevant=() +# for file in ${relevant[@]}; do + # cp "$cache/$(basename $file)" "$config/$file" +# done -killall dunst +pkill dunst; dunst & +pkill polybar; polybar & -- cgit v1.2.3