#
This commit is contained in:
parent
9114af5ac5
commit
089db581f9
|
@ -1,6 +1,5 @@
|
||||||
#>manjaro grub-theme-live-manjaro
|
|
||||||
|
|
||||||
calamares
|
calamares
|
||||||
|
>manjaro grub-theme-live-manjaro
|
||||||
gsmartcontrol
|
gsmartcontrol
|
||||||
manjaro-architect
|
manjaro-architect
|
||||||
manjaro-live-skel
|
manjaro-live-skel
|
||||||
|
@ -11,6 +10,6 @@ squashfs-tools
|
||||||
clonezilla
|
clonezilla
|
||||||
|
|
||||||
#TROM
|
#TROM
|
||||||
grub-theme-live-common-tromjaro
|
#grub-theme-live-common-tromjaro
|
||||||
grub-theme-live-tromjaro
|
#grub-theme-live-tromjaro
|
||||||
grub-theme-tromjaro
|
#grub-theme-tromjaro
|
|
@ -4,10 +4,10 @@ componentName: manjaro
|
||||||
strings:
|
strings:
|
||||||
productName: TROMjaro Linux
|
productName: TROMjaro Linux
|
||||||
shortProductName: TROMjaro
|
shortProductName: TROMjaro
|
||||||
version: 18.1.1
|
version: 18.1.2
|
||||||
shortVersion: 18.1.1
|
shortVersion: 18.1.2
|
||||||
versionedName: TROMjaro Linux
|
versionedName: TROMjaro Linux 18.1.2 "Juhraya"
|
||||||
shortVersionedName: TROMjaro
|
shortVersionedName: TROMjaro 18.1.2
|
||||||
bootloaderEntryName: TROMjaro
|
bootloaderEntryName: TROMjaro
|
||||||
|
|
||||||
images:
|
images:
|
||||||
|
|
|
@ -28,20 +28,36 @@ Presentation
|
||||||
id: presentation
|
id: presentation
|
||||||
|
|
||||||
Timer {
|
Timer {
|
||||||
interval: 20000
|
interval: 6000
|
||||||
running: true
|
running: true
|
||||||
repeat: true
|
repeat: true
|
||||||
onTriggered: presentation.goToNextSlide()
|
onTriggered: presentation.goToNextSlide()
|
||||||
}
|
}
|
||||||
|
|
||||||
Slide {
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
|
|
||||||
|
Image {
|
||||||
|
id: background
|
||||||
|
source: "slide1.png"
|
||||||
|
anchors.fill: parent
|
||||||
|
}
|
||||||
|
Text {
|
||||||
|
anchors.horizontalCenter: background1.horizontalCenter
|
||||||
|
anchors.top: background1.bottom
|
||||||
|
text: ""
|
||||||
|
wrapMode: Text.WordWrap
|
||||||
|
width: 800
|
||||||
|
horizontalAlignment: Text.Center
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: background1
|
id: background1
|
||||||
source: "slide1.png"
|
source: "slide2.png"
|
||||||
width: 800; height: 440
|
anchors.fill: parent
|
||||||
fillMode: Image.PreserveAspectFit
|
|
||||||
anchors.centerIn: parent
|
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
anchors.horizontalCenter: background1.horizontalCenter
|
anchors.horizontalCenter: background1.horizontalCenter
|
||||||
|
@ -53,13 +69,11 @@ Presentation
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Slide {
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
Image {
|
Image {
|
||||||
id: background2
|
id: background2
|
||||||
source: "slide2.png"
|
source: "slide3.png"
|
||||||
width: 800; height: 440
|
anchors.fill: parent
|
||||||
fillMode: Image.PreserveAspectFit
|
|
||||||
anchors.centerIn: parent
|
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
anchors.horizontalCenter: background1.horizontalCenter
|
anchors.horizontalCenter: background1.horizontalCenter
|
||||||
|
@ -71,13 +85,11 @@ Presentation
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Slide {
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
Image {
|
Image {
|
||||||
id: background3
|
id: background3
|
||||||
source: "slide3.png"
|
source: "slide4.png"
|
||||||
width: 800; height: 440
|
anchors.fill: parent
|
||||||
fillMode: Image.PreserveAspectFit
|
|
||||||
anchors.centerIn: parent
|
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
anchors.horizontalCenter: background1.horizontalCenter
|
anchors.horizontalCenter: background1.horizontalCenter
|
||||||
|
@ -89,13 +101,11 @@ Presentation
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Slide {
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
Image {
|
Image {
|
||||||
id: background4
|
id: background4
|
||||||
source: "slide4.png"
|
source: "slide5.png"
|
||||||
width: 800; height: 440
|
anchors.fill: parent
|
||||||
fillMode: Image.PreserveAspectFit
|
|
||||||
anchors.centerIn: parent
|
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
anchors.horizontalCenter: background1.horizontalCenter
|
anchors.horizontalCenter: background1.horizontalCenter
|
||||||
|
@ -107,13 +117,11 @@ Presentation
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Slide {
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
Image {
|
Image {
|
||||||
id: background5
|
id: background5
|
||||||
source: "slide5.png"
|
source: "slide6.png"
|
||||||
width: 800; height: 440
|
anchors.fill: parent
|
||||||
fillMode: Image.PreserveAspectFit
|
|
||||||
anchors.centerIn: parent
|
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
anchors.horizontalCenter: background1.horizontalCenter
|
anchors.horizontalCenter: background1.horizontalCenter
|
||||||
|
@ -124,33 +132,13 @@ Presentation
|
||||||
horizontalAlignment: Text.Center
|
horizontalAlignment: Text.Center
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Slide {
|
|
||||||
|
|
||||||
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
Image {
|
Image {
|
||||||
id: background6
|
id: background6
|
||||||
source: "slide6.png"
|
|
||||||
width: 800; height: 440
|
|
||||||
fillMode: Image.PreserveAspectFit
|
|
||||||
anchors.centerIn: parent
|
|
||||||
}
|
|
||||||
Text {
|
|
||||||
anchors.horizontalCenter: background1.horizontalCenter
|
|
||||||
anchors.top: background1.bottom
|
|
||||||
text: ""
|
|
||||||
wrapMode: Text.WordWrap
|
|
||||||
width: 800
|
|
||||||
horizontalAlignment: Text.Center
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Slide {
|
|
||||||
|
|
||||||
Image {
|
|
||||||
id: background7
|
|
||||||
source: "slide7.png"
|
source: "slide7.png"
|
||||||
width: 800; height: 440
|
anchors.fill: parent
|
||||||
fillMode: Image.PreserveAspectFit
|
|
||||||
anchors.centerIn: parent
|
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
anchors.horizontalCenter: background2.horizontalCenter
|
anchors.horizontalCenter: background2.horizontalCenter
|
||||||
|
@ -163,13 +151,11 @@ Presentation
|
||||||
}
|
}
|
||||||
|
|
||||||
Slide {
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
Image {
|
Image {
|
||||||
id: background8
|
id: background7
|
||||||
source: "slide8.png"
|
source: "slide8.png"
|
||||||
width: 800; height: 440
|
anchors.fill: parent
|
||||||
fillMode: Image.PreserveAspectFit
|
|
||||||
anchors.centerIn: parent
|
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
anchors.horizontalCenter: background3.horizontalCenter
|
anchors.horizontalCenter: background3.horizontalCenter
|
||||||
|
@ -182,13 +168,11 @@ Presentation
|
||||||
}
|
}
|
||||||
|
|
||||||
Slide {
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
Image {
|
Image {
|
||||||
id: background9
|
id: background8
|
||||||
source: "slide9.png"
|
source: "slide9.png"
|
||||||
width: 800; height: 440
|
anchors.fill: parent
|
||||||
fillMode: Image.PreserveAspectFit
|
|
||||||
anchors.centerIn: parent
|
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
anchors.horizontalCenter: background4.horizontalCenter
|
anchors.horizontalCenter: background4.horizontalCenter
|
||||||
|
@ -201,13 +185,11 @@ Presentation
|
||||||
}
|
}
|
||||||
|
|
||||||
Slide {
|
Slide {
|
||||||
|
anchors.fill: parent
|
||||||
Image {
|
Image {
|
||||||
id: background10
|
id: background9
|
||||||
source: "slide10.png"
|
source: "slide10.png"
|
||||||
width: 800; height: 440
|
anchors.fill: parent
|
||||||
fillMode: Image.PreserveAspectFit
|
|
||||||
anchors.centerIn: parent
|
|
||||||
}
|
}
|
||||||
Text {
|
Text {
|
||||||
anchors.horizontalCenter: background5.horizontalCenter
|
anchors.horizontalCenter: background5.horizontalCenter
|
||||||
|
|
|
@ -43,7 +43,7 @@ GRUB_DISABLE_RECOVERY=true
|
||||||
|
|
||||||
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
|
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
|
||||||
#GRUB_BACKGROUND="/usr/share/grub/trom-background.png"
|
#GRUB_BACKGROUND="/usr/share/grub/trom-background.png"
|
||||||
GRUB_THEME="/boot/grub/themes/tromjaro-live/theme.txt"
|
#GRUB_THEME="/boot/grub/themes/tromjaro-live/theme.txt"
|
||||||
|
|
||||||
# Uncomment to get a beep at GRUB start
|
# Uncomment to get a beep at GRUB start
|
||||||
#GRUB_INIT_TUNE="480 440 1"
|
#GRUB_INIT_TUNE="480 440 1"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user