osic-stacks/scripts/setwallpaper

5 lines
168 B
Plaintext
Raw Normal View History

2023-09-19 22:06:13 +00:00
#!/bin/bash
xfconf-query --channel xfce4-desktop --list | grep last-image | while read path; do
xfconf-query --channel xfce4-desktop --property $path --set $1
done