Browse Source

small adjustment

pull/10/head
JaKooLit 2 years ago
parent
commit
e5eba26138
  1. 4
      config/hypr/initial-boot.sh

4
config/hypr/initial-boot.sh

@ -14,11 +14,11 @@ if [ ! -f ~/.hyprland_startup_done ]; then
# Run wal with random wallpapers from ~/Pictures/wallpapers # Run wal with random wallpapers from ~/Pictures/wallpapers
wal -i ~/Pictures/wallpapers/* wal -i ~/Pictures/wallpapers/*
echo "Pywal initialized" echo "Pywal initialized"
fi
fi
#initial symlink for Pywal Dark and Light for Rofi Themes #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" ln -sf "$HOME/.cache/wal/colors-rofi-dark.rasi" "$HOME/.config/rofi/pywal-color/pywal-theme.rasi"
fi
fi
# Initializing the initial wallpaper and wal # Initializing the initial wallpaper and wal
exec ~/.config/hypr/scripts/Wallpaper.sh & exec ~/.config/hypr/scripts/Wallpaper.sh &

Loading…
Cancel
Save