aboutsummaryrefslogtreecommitdiff
path: root/setwll
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-07-27 22:27:07 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-07-27 22:27:07 -0500
commitf7ce5d9af566cd1f1384cc1b019909a68cdd68c0 (patch)
tree5f91415a634602b90559fa4a20c6a17c2eaff42d /setwll
parent689a56ac10d80aec9fdc7e604772b47c52e50cbe (diff)
changes
- fixed setwll with quotes - riced waybar more
Diffstat (limited to 'setwll')
-rwxr-xr-xsetwll2
1 files changed, 1 insertions, 1 deletions
diff --git a/setwll b/setwll
index 5dae995..6f512ba 100755
--- a/setwll
+++ b/setwll
@@ -67,7 +67,7 @@ fi
if [ "$WAYLAND_DISPLAY" ]; then
if [ "$XDG_CURRENT_DESKTOP" == "sway:wlroots" ]; then
PID=$(pidof swaybg)
- swaybg -o HDMI-A-1 -i $primary -m fill -o DP-1 -i $secondary -m fill & disown
+ swaybg -o HDMI-A-1 -i "$primary" -m fill -o DP-1 -i "$secondary" -m fill & disown
sleep 0.4s
kill $PID
else