aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2019-10-08 17:04:45 -0400
committerLoic Guegan <manzerbredes@mailbox.org>2019-10-08 17:04:45 -0400
commit22494da413765d40a5c4ef4985024572307d22bc (patch)
treee9b15a5e69a55e00f15eb905be95d34d10f408f7 /scripts
parenta81bdfc2814c2cb6a86c9bbb0db7feddefa2efef (diff)
Update themes+screenshots
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