Fix place status bar on backgrounds with logo
This commit is contained in:
parent
a17441f8d2
commit
4bbd9a67a9
@ -28,7 +28,7 @@ graphics:
|
||||
mv images/boot.png images/.boot.png; \
|
||||
convert images/.boot.png -undercolor '#c62530' -fill white -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 30 -gravity northwest -draw 'text 0,55 " $(STATUS) "' images/boot.png;\
|
||||
rm -f images/.boot.png; \
|
||||
for i in images/with-logo/*.png; do \
|
||||
for i in `ls -1 images/with-logo/*.png`; do \
|
||||
mv images/with-logo/$$i images/with-logo/.$$i; \
|
||||
convert images/with-logo/.$$i -undercolor '#c62530' -fill white -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 30 -gravity northwest -draw 'text 0,55 " $(STATUS) "' images/with-logo/$$i;\
|
||||
rm -f images/with-logo/.$$i; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user