diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-07-27 22:27:07 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-07-27 22:27:07 -0500 |
| commit | f7ce5d9af566cd1f1384cc1b019909a68cdd68c0 (patch) | |
| tree | 5f91415a634602b90559fa4a20c6a17c2eaff42d /setwll | |
| parent | 689a56ac10d80aec9fdc7e604772b47c52e50cbe (diff) | |
changes
- fixed setwll with quotes
- riced waybar more
Diffstat (limited to 'setwll')
| -rwxr-xr-x | setwll | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
