1 2 3 4 5 6 7 8 9
#!/bin/sh echo "Choose a theme:" && ls ./theme/ read theme cp ./theme/$theme/$theme.png $HOME/.config/sarc/wallpaper.png cp ./theme/$theme/colors.h ./ echo "Done"