diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-04 16:57:57 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-04 16:57:57 +0900 |
| commit | 8bae586d777f440537b8209b527484fbe4666c36 (patch) | |
| tree | d474833dc8a374bafd4fe70917563bdefe222fe6 | |
| parent | 9303170cc5971828f834e32fe9fac6df308de6a0 (diff) | |
Added an initial symlink to copy.sh as some users ignore the reboot!!! This should avoid the error on initial rofi launch.
| -rwxr-xr-x | copy.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |
