diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-17 22:59:19 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-17 22:59:19 +0900 |
| commit | 9cede52e092289c8e5cbe66f5a97b4d759409ce4 (patch) | |
| tree | 9b52d33e7f8c099f2776878fb87099d966efa70f /config/hypr/initial-boot.sh | |
| parent | 0ac64eb61526f5ae02a58e5e90a589ec0f4c3b45 (diff) | |
| parent | a42dde412ec9807705b9f6bfc8e25ad37f06a776 (diff) | |
Merge pull request #81 from JaKooLit/Development
Development
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" |
