Skip to content

Instantly share code, notes, and snippets.

@killajoe
Created July 2, 2019 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save killajoe/b8378eca3d7b5fae4340f597aaab3848 to your computer and use it in GitHub Desktop.
Save killajoe/b8378eca3d7b5fae4340f597aaab3848 to your computer and use it in GitHub Desktop.
set xfce4 wallpaper with a command
xfconf-query --channel xfce4-desktop --list | grep last-image | while read path; do
xfconf-query --channel xfce4-desktop --property $path --set /usr/share/endeavouros/endeavouros-wallpaper.png
done
@killajoe
Copy link
Author

killajoe commented Jul 2, 2019

can be running on live session startup and removed after installing to bare metal?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment