Browse Source

Added an initial symlink to copy.sh as some users ignore the reboot!!! This should avoid the error on initial rofi launch.

pull/50/head
JaKooLit 2 years ago
parent
commit
8bae586d77
  1. 4
      copy.sh

4
copy.sh

@ -208,6 +208,10 @@ fi
# initialize pywal to avoid config error on hyprland
wal -i ~/Pictures/wallpapers/mecha-nostalgia.png 2>&1 | tee -a "$LOG"
#initial symlink for Pywal Dark and Light for Rofi Themes
ln -sf "$HOME/.cache/wal/colors-rofi-dark.rasi" "$HOME/.config/rofi/pywal-color/pywal-theme.rasi"
printf "\n\n"
printf "\n${OK} Copy Completed!\n\n\n"
printf "${ORANGE} ATTENTION!!!! \n"

Loading…
Cancel
Save