diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-07 12:35:54 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-07 12:35:54 +0900 |
| commit | 123d24bcc4c09bf66972c5d61e80c8f610a27641 (patch) | |
| tree | 7126995d185322e47c8a93dc5f553f812d3ec81e /config | |
| parent | 908c96fa0f93705d07cdc2f501f89ee9c9f1f9f2 (diff) | |
initial boot fix
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/initial-boot.sh | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index 62d4c375..d5ce3233 100644 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -20,14 +20,9 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then #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" - # Setting initial wallpaper - exec swww query || swww init && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png & - - # Initial scripts inorder to have a proper waybar and pywal themes - exec $HOME/.config/hypr/scripts/PywalSwww.sh & + # Initial scripts to load inorder to have a proper wallpaper waybar and pywal themes + exec $HOME/.config/hypr/scripts/Wallpaper.sh & - exec $HOME/.config/hypr/scripts/Refresh.sh - # Create a marker file to indicate that the script has been executed. touch ~/.config/hypr/.initial_startup_done fi |
