aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2026-01-05 00:03:03 +0530
committerkrolxon <krolyxon@tutanota.com>2026-01-05 00:03:03 +0530
commitc9032e3e745ad7f4eb18e78fdaab488102342c10 (patch)
treeef5a919848f9f04949ef2dd8beaf67bcd103eeb9 /.local
parent24ee83b90fd783eba97fc4c602977750040e124b (diff)
hyprpaper: remove splash messages
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/setwall2
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