Skip to content

Instantly share code, notes, and snippets.

@xvzftube
Last active January 1, 2021 14:47
Show Gist options
  • Save xvzftube/6efabb66c8525eb6e237759ed4972e9c to your computer and use it in GitHub Desktop.
Save xvzftube/6efabb66c8525eb6e237759ed4972e9c to your computer and use it in GitHub Desktop.
Select wallpaper from sxiv and set as wallpaper
#!/bin/bash
sudo apt install xwallpaper
sudo apt install sxiv
git clone https://gist.github.com/85942af486eb79118467.git ~/wallpapers
# Enter to get into thumbnail mode
# Mark desired image with M
# Wallpaper will set when window closes
sxiv -r -q -o * | xargs xwallpaper --stretch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment