Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
16350880
Commit
16350880
authored
Jun 11, 2019
by
Andrey Cherepanov
Committed by
Alexey Shabalin
Jun 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix put status banner to plymouth wallpapers
parent
3fb007c8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Makefile.in
Makefile.in
+4
-4
No files found.
Makefile.in
View file @
16350880
...
@@ -29,10 +29,10 @@ graphics:
...
@@ -29,10 +29,10 @@ graphics:
mv
images/boot.png
images/.boot.png;
\
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;\
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;
\
rm
-f
images/.boot.png;
\
for
i
in
`ls
-1
images/with-logo/*.png`
;
do
\
for
i
in
images/with-logo/*.png
;
do
\
mv
images/with-logo/$$i
images/with-logo/.$$i
;
\
mv
$$i
$$i.png
;
\
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;\
convert
$$i.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,0 " $(STATUS) "'
$$i;\
rm
-f
images/with-logo/.$$i
;
\
rm
-f
$$i.png
;
\
done;
\
done;
\
fi
fi
cp
-al
images/boot.png
images/grub.png;
\
cp
-al
images/boot.png
images/grub.png;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment