aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/take-screenshots.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/take-screenshots.sh b/scripts/take-screenshots.sh
index 77174cb..9b94706 100755
--- a/scripts/take-screenshots.sh
+++ b/scripts/take-screenshots.sh
@@ -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