diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-08 17:04:45 -0400 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-08 17:04:45 -0400 |
| commit | 22494da413765d40a5c4ef4985024572307d22bc (patch) | |
| tree | e9b15a5e69a55e00f15eb905be95d34d10f408f7 /scripts/take-screenshots.sh | |
| parent | a81bdfc2814c2cb6a86c9bbb0db7feddefa2efef (diff) | |
Update themes+screenshots
Diffstat (limited to 'scripts/take-screenshots.sh')
| -rwxr-xr-x | scripts/take-screenshots.sh | 2 |
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 |
