Update themes+screenshots

This commit is contained in:
Loic Guegan 2019-10-08 17:04:45 -04:00
parent a81bdfc281
commit 22494da413
28 changed files with 107 additions and 1 deletions

View file

@ -13,7 +13,7 @@ echo "Get ready for screenshots (5s)..."
sleep 5
for theme in $(ls ${theme_loc}|grep -v ".jpg")
do
$i3_colors -r ${theme_loc}/${theme}
$i3_colors apply -r ${theme_loc}/${theme}
sleep 2 # Wait for i3 reload
scrot ${wai}/${theme}.png
done