From 6d88108dc04e1364b337c9560406abaccbb687c2 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Mon, 18 Dec 2023 01:41:41 +0900 Subject: Final Commit before release.... but will test one more time --- config/hypr/initial-boot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/hypr/initial-boot.sh') diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index f0524bca..1ab8b018 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -7,7 +7,7 @@ # Variables scriptsDir=$HOME/.config/hypr/scripts -wallpaper=$HOME/Pictures/wallpapers/CuteCat.png +wallpaper=$HOME/Pictures/wallpapers/Cute-Cat_ja.png swww="swww img" effect="--transition-bezier .43,1.19,1,.4 --transition-fps 30 --transition-type grow --transition-pos 0.925,0.977 --transition-duration 2" @@ -23,7 +23,7 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then ln -sf "$HOME/.cache/wal/colors-rofi-dark.rasi" "$HOME/.config/rofi/pywal-color/pywal-theme.rasi" # Initial scripts to load in order to have a proper wallpaper waybar and pywal themes - pkill swww && swww init || swww query && $swww "$wallpaper" $effect + swww init || swww query && $swww "$wallpaper" $effect # Refreshing waybar, dunst, rofi etc. "$scriptsDir/PywalSwww.sh" > /dev/null 2>&1 & -- cgit v1.2.3