setWallpaperSolid.sh 82 B

1234567
  1. #/bin/sh
  2. #8f00ff
  3. convert xc:"$1" /tmp/image.png
  4. feh --bg-scale /tmp/image.png &