diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-13 01:25:37 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-13 01:25:37 +0900 |
| commit | 0a59d4b9fd14384c5f726504d363ccd2cb213d09 (patch) | |
| tree | 16e420d2d65ef8d17c51503b492c1aa9185a0402 /copy.sh | |
| parent | 74287585507ca3dbd1801554f506f29f418e534b (diff) | |
updated rofi.beats. initial boot, wallpaper copy.sh in preparation for the upcomming release
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,8 +3,8 @@ clear -wallpaper=$HOME/Pictures/wallpapers/Lofi-Urban-Nightscape.png -Waybar_Style="$HOME/.config/waybar/style/[Wallust] Chroma Tally.css" +wallpaper=$HOME/Pictures/wallpapers/Fantasy-Waterfall.png +waybar_style="$HOME/.config/waybar/style/[Dark] Latte-Wallust combined.css" # Check if running as root. If root, script will exit if [[ $EUID -eq 0 ]]; then @@ -295,7 +295,7 @@ while true; do done # symlinks for waybar style -ln -sf "$Waybar_Style" "$HOME/.config/waybar/style.css" && \ +ln -sf "$waybar_Style" "$HOME/.config/waybar/style.css" && \ # initialize wallust to avoid config error on hyprland wallust run -s $wallpaper 2>&1 | tee -a "$LOG" |
