summaryrefslogtreecommitdiff
path: root/.local/bin/makewall
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/makewall')
-rwxr-xr-x.local/bin/makewall4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/makewall b/.local/bin/makewall
index 3458676..6929bc5 100755
--- a/.local/bin/makewall
+++ b/.local/bin/makewall
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!/bin/bash
-wallDir="${XDG_CONFIG_HOME:-$HOME}/wallpapers"
+wallDir="${XDG_CONFIG_HOME:-$HOME/.config}/wallpapers"
# Acquire the list of connected displays and their models
displays="$(wlr-randr --json | jq -r '.[] | select(.enabled) | "\(.name) \(.model)"')"