diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-06 22:25:12 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-06 22:25:12 +0900 |
| commit | e5eba26138fbc6212bf8fc36967ff545215c2133 (patch) | |
| tree | ef19edce4cd5ef26d6b3e0cb2af40fe9c9f28232 /config | |
| parent | ab900c9c2183d55ac8be674993bd437e915548bc (diff) | |
small adjustment
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/initial-boot.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index 6b0bd72a..c7353cdd 100644 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -14,12 +14,12 @@ if [ ! -f ~/.hyprland_startup_done ]; then # Run wal with random wallpapers from ~/Pictures/wallpapers wal -i ~/Pictures/wallpapers/* echo "Pywal initialized" - - #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" fi fi + #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" + # Initializing the initial wallpaper and wal exec ~/.config/hypr/scripts/Wallpaper.sh & |
