new images for linbook
This commit is contained in:
parent
4bb83a0bd7
commit
1ff2331994
18
Makefile.in
18
Makefile.in
@ -3,12 +3,12 @@ all:
|
||||
cp -a bootloader/config design-bootloader-source/
|
||||
cp -a bootloader/gfxboot.cfg design-bootloader-source/data-install/
|
||||
cp -a bootloader/gfxboot.cfg design-bootloader-source/data-boot/
|
||||
convert images/boot.jpg -resize 1024x600 -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' boot.jpg
|
||||
convert images/boot.jpg -resize 1024x600 -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' boot-1024x600.jpg
|
||||
cp -al boot-1024x600.jpg design-bootloader-source/data-boot/back.jpg
|
||||
cp -al boot-1024x600.jpg design-bootloader-source/data-install/back.jpg
|
||||
cp -al boot.jpg bootsplash/images/silent-1024x600.jpg
|
||||
convert -resize '1024x600!' bootsplash/images/silent-1024x600.jpg bootsplash/images/silent-1024x600.jpg
|
||||
convert images/boot.jpg -resize 800x600 -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' boot.jpg
|
||||
convert images/boot.jpg -resize 800x600 -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' boot-800x600.jpg
|
||||
cp -al boot-800x600.jpg design-bootloader-source/data-boot/back.jpg
|
||||
cp -al boot-800x600.jpg design-bootloader-source/data-install/back.jpg
|
||||
cp -al boot.jpg bootsplash/images/silent-800x600.jpg
|
||||
convert -resize '800x600!' bootsplash/images/silent-800x600.jpg bootsplash/images/silent-800x600.jpg
|
||||
# background
|
||||
convert images/background.png -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' background.png
|
||||
convert graphics/backgrounds/wallpaper.png -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' prototype.png
|
||||
@ -17,10 +17,10 @@ all:
|
||||
convert images/background.png -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' kde3-styles-splash/Background.jpg
|
||||
convert -resize '400x320!' images/background.png kde3-styles-splash/Preview.png
|
||||
# cp -al prototype.png kde3-styles-splash/Background.png
|
||||
convert alterator/images/background.png -resize '1024x600!' -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' alterator/design/bg.png
|
||||
convert alterator/images/background.png -resize '800x600!' -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' alterator/design/bg.png
|
||||
# console background
|
||||
cp -al images/console.jpg bootsplash/images/bootsplash-1024x600.jpg
|
||||
convert -resize '1024x600!' bootsplash/images/bootsplash-1024x600.jpg bootsplash/images/bootsplash-640x480.jpg
|
||||
cp -al images/console.jpg bootsplash/images/bootsplash-800x600.jpg
|
||||
convert -resize '800x600!' bootsplash/images/bootsplash-800x600.jpg bootsplash/images/bootsplash-640x480.jpg
|
||||
# logo for web alterator
|
||||
convert images/logo.png -fill '#ffffff' -font /usr/share/fonts/ttf/dejavu/DejaVuSans-Bold.ttf -style Normal -weight Normal -pointsize 24 -gravity northwest -draw 'text 0,0 "@VERSION@ @NAME@"' alterator/images/logo.png
|
||||
#color scheme
|
||||
|
@ -15,7 +15,7 @@
|
||||
; theme name
|
||||
theme=ALTLinux
|
||||
; other sections to read
|
||||
layout=1024x768,install
|
||||
layout=800x600,install
|
||||
; penguin theme likelihood (in percent, -1 = auto)
|
||||
penguin=0
|
||||
; activate speech output
|
||||
@ -69,9 +69,9 @@ panel.f-key.fg=0x@DARK_LABELS_HEX@
|
||||
; default keymap (e.g. de_DE, czech)
|
||||
keymap=
|
||||
|
||||
[1024x600]
|
||||
[800x600]
|
||||
; screen size
|
||||
screen.size=1024,768
|
||||
screen.size=800,600
|
||||
; upper left corner
|
||||
mainmenu.pos=253,170
|
||||
; boot option input field position
|
||||
|
@ -22,8 +22,8 @@ tw=780
|
||||
th=550
|
||||
|
||||
|
||||
jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-1024x600.jpg
|
||||
silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-1024x600.jpg
|
||||
jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-800x600.jpg
|
||||
silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-800x600.jpg
|
||||
|
||||
box silent noover 99 370 701 372 #69696760
|
||||
box silent noover 99 372 701 377 #CCCDCC60
|
BIN
images/boot.jpg
BIN
images/boot.jpg
Binary file not shown.
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 34 KiB |
Loading…
x
Reference in New Issue
Block a user