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
db67c1b3
Commit
db67c1b3
authored
May 24, 2019
by
Andrey Cherepanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put status banner to plymouth and grub wallpapers
parent
d68f736f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
Makefile.in
Makefile.in
+11
-1
No files found.
Makefile.in
View file @
db67c1b3
...
...
@@ -24,7 +24,17 @@ graphics:
# convert images/small.png images/product-logo.png -geometry +30+30 -composite images/grub.png
# cp -al images/grub.png images/boot.png
# use predefined image 800x600 with logo
cp
-al
images/boot.png
images/grub.png
if
[
-n
"$(STATUS)"
];then
\
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
\
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;
\
done;
\
fi
cp
-al
images/boot.png
images/grub.png;
\
# product logo for ahttpd
cp
-al
images/product-logo.png
ahttpd/images/product-logo.png
# product logo for indexhtml
...
...
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