diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-18 01:41:41 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-18 01:41:41 +0900 |
| commit | 6d88108dc04e1364b337c9560406abaccbb687c2 (patch) | |
| tree | a4b315f816c372d672b36eca6561e02c602731c3 /config/hypr/initial-boot.sh | |
| parent | a42dde412ec9807705b9f6bfc8e25ad37f06a776 (diff) | |
Final Commit before release.... but will test one more time
Diffstat (limited to 'config/hypr/initial-boot.sh')
| -rwxr-xr-x | config/hypr/initial-boot.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 & |
