5 lines
88 B
Bash
5 lines
88 B
Bash
#!/usr/bin/env bash
|
|
pkill swaybg
|
|
swaybg -o '*' -i "~/.config/sway/sway.png" -m fill &
|
|
|