summaryrefslogtreecommitdiff
path: root/scripts/set_theme.sh
blob: c25883d0f26eb685e6d626e2a3d3071b6dec9184 (plain)
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/wallpaper.png
cp ./theme/$theme/colors.h ./dwm-6.3

echo "Done"