aboutsummaryrefslogtreecommitdiff
path: root/.local/bin
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin')
-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