diff options
| author | JaKooLit <jimmielovejay.com> | 2023-12-17 20:49:07 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-12-17 20:49:07 +0900 |
| commit | 96c5794d550d34bce500828f4160667d70d60681 (patch) | |
| tree | 7f912a902812c1ebc54790b1f7a26dcb629171b6 /config/hypr/initial-boot.sh | |
| parent | 18d13f4fa7f1558d4b3056f59313beb936400c09 (diff) | |
final tweak.. I hope
Diffstat (limited to 'config/hypr/initial-boot.sh')
| -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 a9923539..f0524bca 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -17,7 +17,7 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then # Initialize pywal printf " Initializing pywal........\n\n" - wal -i "$wallpaper" + wal -i $wallpaper -s -t # 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" |
