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
28223765
Commit
28223765
authored
Oct 17, 2009
by
Denis Koryavov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5.0.0-alt7
- Simply Linux final release.
parent
673fb37b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
59 deletions
+16
-59
bootsplash-1280x1024.cfg.in
...imply-linux/bootsplash/config/bootsplash-1280x1024.cfg.in
+8
-8
bootsplash-1280x800.cfg.in
...simply-linux/bootsplash/config/bootsplash-1280x800.cfg.in
+8
-8
configure.ac
branding-simply-linux/configure.ac
+0
-1
configure.ac~
branding-simply-linux/configure.ac~
+0
-42
background.png
branding-simply-linux/images/background.png
+0
-0
No files found.
branding-simply-linux/bootsplash/config/bootsplash-1280x1024.cfg.in
View file @
28223765
...
...
@@ -24,15 +24,15 @@ th=975
jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-1280x1024.jpg
silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-1280x1024.jpg
box silent noover
375 550 888 550
#69696760
box silent noover
375 550 888 559
#CCCDCC60
box silent noover
375 559 888 572
#9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760
box silent noover
375 572 888 448
#CBCBCC60
box silent noover
400 657 880 657
#69696760
box silent noover
400 657 880 666
#CCCDCC60
box silent noover
400 666 880 678
#9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760
box silent noover
400 678 880 665
#CBCBCC60
box silent inter
376 551 376 559 #94ddee
box silent
376 551 887 559 #94ddee
box silent inter
376 559 376 572 #23b8dc
box silent
376 559 887 572 #23b8dc
box silent inter
401 657 401 666 #59a8dd
box silent
401 657 879 666 #59a8dd
box silent inter
401 666 401 678 #0093d7
box silent
401 666 879 678 #0093d7
trigger "isdown" quit
trigger "rlreached 5" quit
...
...
branding-simply-linux/bootsplash/config/bootsplash-1280x800.cfg.in
View file @
28223765
...
...
@@ -24,15 +24,15 @@ th=750
jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-1280x800.jpg
silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-1280x800.jpg
box silent noover 4
20 458 833 458
#69696760
box silent noover 4
20 458 833 465
#CCCDCC60
box silent noover 4
20 465 833 475
#9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760
box silent noover 4
20 475 833 466
#CBCBCC60
box silent noover 4
00 513 880 513
#69696760
box silent noover 4
00 513 880 520
#CCCDCC60
box silent noover 4
00 520 880 529
#9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760
box silent noover 4
00 529 880 519
#CBCBCC60
box silent inter 4
21 459 421 465 #94ddee
box silent
421 459 832 465 #94ddee
box silent inter 4
21 465 421 475 #23b8dc
box silent
421 465 832 475 #23b8dc
box silent inter 4
01 513 401 520 #59a8dd
box silent
401 513 879 520 #59a8dd
box silent inter 4
01 520 401 529 #0093d7
box silent
401 520 879 529 #0093d7
trigger "isdown" quit
trigger "rlreached 5" quit
...
...
branding-simply-linux/configure.ac
View file @
28223765
...
...
@@ -26,7 +26,6 @@ AC_SUBST(TITLE_COLOR)
AC_CONFIG_FILES([
Makefile
bootloader/config
bootsplash/config/bootsplash-640x480.cfg
bootsplash/config/bootsplash-800x600.cfg
bootsplash/config/bootsplash-1024x768.cfg
bootsplash/config/bootsplash-1280x800.cfg
...
...
branding-simply-linux/configure.ac~
deleted
100644 → 0
View file @
673fb37b
AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] )
PROGRESS_COLOR=00A1E4
TITLE_COLOR=5C96CC
LIGHT_COLOR_HEX=DFDFE0
MIDDLE_COLOR_HEX=C8C9CB
DARK_COLOR_HEX=909195
LIGHT_LABELS_HEX=FFFFFF
DARK_LABELS_HEX=000000
MIDDLE_LABELS_HEX=4d4d4f
AC_SUBST(THEME)
AC_SUBST(NAME)
AC_SUBST(STATUS)
AC_SUBST(VERSION)
AC_SUBST(PROGRESS_COLOR)
AC_SUBST(LIGHT_COLOR_HEX)
AC_SUBST(MIDDLE_COLOR_HEX)
AC_SUBST(DARK_COLOR_HEX)
AC_SUBST(LIGHT_LABELS_HEX)
AC_SUBST(DARK_LABELS_HEX)
AC_SUBST(MIDDLE_LABELS_HEX)
AC_SUBST(TITLE_COLOR)
AC_CONFIG_FILES([
Makefile
bootloader/config
bootsplash/config/bootsplash-640x480.cfg
bootsplash/config/bootsplash-800x600.cfg
bootsplash/config/bootsplash-1024x768.cfg
bootsplash/config/bootsplash-1280x800.cfg
alterator/design/design.ini
bootloader/gfxboot.cfg
notes/release-notes.ru.html
notes/release-notes.all.html
notes/license.ru.html
notes/license.all.html
indexhtml.desktop
indexhtml/index-ru.html
indexhtml/index-en.html
])
AC_OUTPUT
branding-simply-linux/images/background.png
View replaced file @
673fb37b
View file @
28223765
11.5 KB
|
W:
|
H:
249 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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