diff options
| author | krolxon <krolyxon@tutanota.com> | 2026-01-05 00:03:03 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2026-01-05 00:03:03 +0530 |
| commit | c9032e3e745ad7f4eb18e78fdaab488102342c10 (patch) | |
| tree | ef5a919848f9f04949ef2dd8beaf67bcd103eeb9 /.local/bin | |
| parent | 24ee83b90fd783eba97fc4c602977750040e124b (diff) | |
hyprpaper: remove splash messages
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/setwall | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/setwall b/.local/bin/setwall index a7f0553..b787318 100755 --- a/.local/bin/setwall +++ b/.local/bin/setwall @@ -8,6 +8,7 @@ apply_wallpaper() { if ! pgrep -x hyprpaper >/dev/null; then # Hyprpaper not running → start with chosen wallpaper cat > ~/.config/hypr/hyprpaper.conf <<EOF +splash = false wallpaper { monitor = path = $NEW_WALL @@ -18,6 +19,7 @@ wal -i $NEW_WALL -n else # Hyprpaper is running → change it live cat > ~/.config/hypr/hyprpaper.conf <<EOF +splash = false wallpaper { monitor = path = $NEW_WALL |
