diff options
| author | JaKooLit <jimmielovejay@gmail.com~> | 2023-12-22 23:20:27 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com~> | 2023-12-22 23:20:27 +0900 |
| commit | 6223302237f55d0055d4570f5116b38972cf2dca (patch) | |
| tree | aa809d61ee79bffd9fe4c75ccdf99a9bbe9fab4e | |
| parent | f4ce2f15cbde980fce73c7f6743da0462d19268e (diff) | |
updated initial boot
| -rwxr-xr-x | config/hypr/initial-boot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index d3b4d098..fe568b7a 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -28,7 +28,7 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then ln -sf "$waybar_style" "$HOME/.config/waybar/style.css" # Initial scripts to load in order to have a proper wallpaper waybar and pywal themes - swww query && $swww "$wallpaper" $effect + swww query || swww init && $swww "$wallpaper" $effect # Refreshing waybar, dunst, rofi etc. "$scriptsDir/PywalSwww.sh" > /dev/null 2>&1 & |
