Merge pull request 'refs #1749 remove burg and rsync 3.1' (#17) from delete-stuff2 into main
ogclone-engine/pipeline/tag This commit looks good
Details
Reviewed-on: #17pull/18/head 0.3.0
Before Width: | Height: | Size: 136 B |
Before Width: | Height: | Size: 73 KiB |
|
@ -1,79 +0,0 @@
|
||||||
include "theme"
|
|
||||||
|
|
||||||
screen {
|
|
||||||
background = "$$/background.png"
|
|
||||||
|
|
||||||
panel {
|
|
||||||
halign = center
|
|
||||||
attach_vcenter = 0
|
|
||||||
height = 19
|
|
||||||
# Flip so the cursor defaults to the main menu
|
|
||||||
direction = bottom_to_top
|
|
||||||
|
|
||||||
### Main Menu ###
|
|
||||||
panel {
|
|
||||||
height = 15
|
|
||||||
max_width = 120
|
|
||||||
margin_top = 1
|
|
||||||
class = container-body
|
|
||||||
# No need for a min width and centering panel because extended width > min width
|
|
||||||
|
|
||||||
direction = left_to_right
|
|
||||||
anchor = 1
|
|
||||||
id = __menu__
|
|
||||||
}
|
|
||||||
|
|
||||||
panel {
|
|
||||||
height = 4
|
|
||||||
width = 100%
|
|
||||||
class = container-title
|
|
||||||
|
|
||||||
direction = left_to_right
|
|
||||||
|
|
||||||
image {
|
|
||||||
image = "$$/images/txt-select.png"
|
|
||||||
attach_top = 0
|
|
||||||
attach_left = 0
|
|
||||||
}
|
|
||||||
|
|
||||||
### Tools Menu ###
|
|
||||||
image {
|
|
||||||
attach_right = 2
|
|
||||||
image = "$$/images/button-tools.png:$$/images/button-tools-hover.png"
|
|
||||||
command = "menu_popup tools_menu"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
### Progress Bar ###
|
|
||||||
panel {
|
|
||||||
halign = center
|
|
||||||
attach_vcenter = 20
|
|
||||||
width = 80
|
|
||||||
class = progressbar-background
|
|
||||||
id = __timeout__
|
|
||||||
|
|
||||||
progressbar { }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
template_menuitem {
|
|
||||||
panel {
|
|
||||||
width = 40
|
|
||||||
height = 12
|
|
||||||
|
|
||||||
parameters = "class=image.class:title=panel.text.text"
|
|
||||||
|
|
||||||
image {
|
|
||||||
attach_vcenter = 0
|
|
||||||
attach_hcenter = 0
|
|
||||||
}
|
|
||||||
|
|
||||||
panel {
|
|
||||||
attach_vcenter = 0
|
|
||||||
attach_hcenter = 0
|
|
||||||
class = text-line
|
|
||||||
text { font = "Helvetica Regular 22" }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 1.5 KiB |
|
@ -1,21 +0,0 @@
|
||||||
+class
|
|
||||||
{
|
|
||||||
-opengnsys { image = "$$/normal_opengnsys.png:$$/hover_opengnsys.png" }
|
|
||||||
-windows10 { image = "$$/normal_windows10.png:$$/hover_windows10.png" }
|
|
||||||
-windows7 { image = "$$/normal_windows7.png:$$/hover_windows7.png" }
|
|
||||||
-windows { image = "$$/normal_windows.png:$$/hover_windows.png" }
|
|
||||||
-elementary { image = "$$/normal_elementary.png:$$/hover_elementary.png" }
|
|
||||||
-elementaryos { image = "$$/normal_elementary.png:$$/hover_elementary.png" }
|
|
||||||
-recovery { image = "$$/normal_recovery.png:$$/hover_recovery.png" }
|
|
||||||
-shutdown { image = "$$/normal_shutdown.png:$$/hover_shutdown.png" }
|
|
||||||
-restart { image = "$$/normal_restart.png:$$/hover_restart.png" }
|
|
||||||
-linux { image = "$$/normal_linux.png:$$/hover_linux.png" }
|
|
||||||
-ubuntu { image = "$$/normal_ubuntu.png:$$/hover_ubuntu.png" }
|
|
||||||
-debian { image = "$$/normal_debian.png:$$/hover_debian.png" }
|
|
||||||
-suse { image = "$$/normal_opensuse.png:$$/hover_opensuse.png" }
|
|
||||||
-freebsd { image = "$$/normal_freebsd.png:$$/hover_freebsd.png" }
|
|
||||||
-macosx { image = "$$/normal_osx.png:$$/hover_osx.png" }
|
|
||||||
-haiku { image = "$$/normal_haiku.png:$$/hover_haiku.png" }
|
|
||||||
-image { image = "$$/normal_os.png:$$/hover_os.png" }
|
|
||||||
-os { image = "$$/normal_os.png:$$/hover_os.png" }
|
|
||||||
}
|
|
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 109 B |
Before Width: | Height: | Size: 146 B |
Before Width: | Height: | Size: 146 B |
Before Width: | Height: | Size: 525 B |
Before Width: | Height: | Size: 671 B |
Before Width: | Height: | Size: 725 B |
Before Width: | Height: | Size: 562 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 153 B |
Before Width: | Height: | Size: 146 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 155 B |
Before Width: | Height: | Size: 148 B |
Before Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 144 B |
Before Width: | Height: | Size: 139 B |
Before Width: | Height: | Size: 139 B |
Before Width: | Height: | Size: 151 B |
Before Width: | Height: | Size: 181 B |
Before Width: | Height: | Size: 188 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 144 B |
Before Width: | Height: | Size: 177 B |
Before Width: | Height: | Size: 168 B |
Before Width: | Height: | Size: 131 B |
Before Width: | Height: | Size: 140 B |
Before Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 181 B |
Before Width: | Height: | Size: 188 B |
Before Width: | Height: | Size: 156 B |
Before Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 346 B |
Before Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 155 B |
Before Width: | Height: | Size: 183 B |
Before Width: | Height: | Size: 186 B |
Before Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 254 B |
Before Width: | Height: | Size: 260 B |
Before Width: | Height: | Size: 253 B |
Before Width: | Height: | Size: 905 B |
Before Width: | Height: | Size: 423 B |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 474 B |
Before Width: | Height: | Size: 8.9 KiB |
|
@ -1,188 +0,0 @@
|
||||||
tools_menu {
|
|
||||||
panel {
|
|
||||||
class = overlay
|
|
||||||
|
|
||||||
panel {
|
|
||||||
attach_hcenter = 0
|
|
||||||
attach_vcenter = 0
|
|
||||||
width = 30
|
|
||||||
|
|
||||||
panel {
|
|
||||||
class = dialog-title
|
|
||||||
image { image = "$$/images/txt-tools.png" attach_left = 0 }
|
|
||||||
}
|
|
||||||
|
|
||||||
panel {
|
|
||||||
class = dialog-body
|
|
||||||
|
|
||||||
text { class = br }
|
|
||||||
|
|
||||||
text {
|
|
||||||
text = "Toggle Mode"
|
|
||||||
command = "menu_toggle_mode"
|
|
||||||
class = text-menu-item
|
|
||||||
}
|
|
||||||
text {
|
|
||||||
text="Terminal"
|
|
||||||
command = "menu_popup term_window"
|
|
||||||
class = text-menu-item
|
|
||||||
}
|
|
||||||
text {
|
|
||||||
text = "Restart"
|
|
||||||
command = reboot
|
|
||||||
class = text-menu-item
|
|
||||||
}
|
|
||||||
text {
|
|
||||||
text = "Shutdown"
|
|
||||||
command = halt
|
|
||||||
class = text-menu-item
|
|
||||||
}
|
|
||||||
text {
|
|
||||||
text = "Help"
|
|
||||||
command = "menu_popup help"
|
|
||||||
class = text-menu-item
|
|
||||||
}
|
|
||||||
text {
|
|
||||||
text = "About"
|
|
||||||
command = "menu_popup about"
|
|
||||||
class = text-menu-item
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
about {
|
|
||||||
panel {
|
|
||||||
class = overlay
|
|
||||||
|
|
||||||
panel {
|
|
||||||
attach_hcenter = 0
|
|
||||||
attach_vcenter = 0
|
|
||||||
margin_left = 2
|
|
||||||
width = 60
|
|
||||||
|
|
||||||
panel {
|
|
||||||
class = dialog-title
|
|
||||||
image { image = "$$/images/txt-about.png" attach_left = 0 }
|
|
||||||
}
|
|
||||||
|
|
||||||
panel {
|
|
||||||
class = dialog-body
|
|
||||||
|
|
||||||
text { class = br }
|
|
||||||
text { text = "Darkness" class = "dialog-text" }
|
|
||||||
text { class = br }
|
|
||||||
text { text = "Designed & Created by LuxieRayku(luksi.reiku@gmail.com)" class = "dialog-text" }
|
|
||||||
text { text = "Darkness theme is designed to feel clean," class = "dialog-text" }
|
|
||||||
text { text = "light, modern & minimal." class = dialog-text }
|
|
||||||
text { class = br }
|
|
||||||
|
|
||||||
panel {
|
|
||||||
halign = center
|
|
||||||
class = button
|
|
||||||
command = true
|
|
||||||
|
|
||||||
text { text = OK class = button-text }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
help {
|
|
||||||
panel {
|
|
||||||
class = overlay
|
|
||||||
|
|
||||||
panel {
|
|
||||||
attach_hcenter = 0
|
|
||||||
attach_vcenter = 0
|
|
||||||
margin_left = 2
|
|
||||||
width = 48
|
|
||||||
|
|
||||||
panel {
|
|
||||||
class = dialog-title
|
|
||||||
image { image = "$$/images/txt-help.png" attach_left = 0 }
|
|
||||||
}
|
|
||||||
|
|
||||||
panel {
|
|
||||||
class = dialog-body
|
|
||||||
|
|
||||||
text { text = "F1/h - Help" class = dialog-text }
|
|
||||||
text { text = "F2/t - Change theme" class = dialog-text }
|
|
||||||
text { text = "F3/r - Change resolution" class = dialog-text }
|
|
||||||
text { text = "F5/ctrl-x - Finish edit" class = dialog-text }
|
|
||||||
text { text = "F6 - Next window" class = dialog-text }
|
|
||||||
text { text = "F7 - Show folded items" class = dialog-text }
|
|
||||||
text { text = "F8 - Toggle between text and graphic mode" class = dialog-text }
|
|
||||||
text { text = "F9 - Shutdown" class = dialog-text }
|
|
||||||
text { text = "F10 - Reboot" class = dialog-text }
|
|
||||||
text { text = "f - Toggle between folded and unfolded mode" class = dialog-text }
|
|
||||||
text { text = "c - Open terminal" class = dialog-text }
|
|
||||||
text { text = "2 - Open two terminals" class = dialog-text }
|
|
||||||
text { text = "e - Edit current command" class = dialog-text }
|
|
||||||
text { text = "q - Quit graphic mode" class = dialog-text }
|
|
||||||
text { text = "i - Show theme information" class = dialog-text }
|
|
||||||
text { text = "n - Next item with the same class" class = dialog-text }
|
|
||||||
text { text = "w - Next windows item" class = dialog-text }
|
|
||||||
text { text = "u - Next ubuntu item" class = dialog-text }
|
|
||||||
text { text = "ESC - Exit from window or menu" class = dialog-text }
|
|
||||||
|
|
||||||
panel {
|
|
||||||
halign = center
|
|
||||||
class = button
|
|
||||||
command = true
|
|
||||||
|
|
||||||
text { text = OK class = button-text }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
term_window {
|
|
||||||
panel {
|
|
||||||
class = terminal
|
|
||||||
width = 100%
|
|
||||||
height = 100%
|
|
||||||
term {
|
|
||||||
width=100%
|
|
||||||
height=100%
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
two_term {
|
|
||||||
panel {
|
|
||||||
width = 100%
|
|
||||||
height = 100%
|
|
||||||
direction = left_to_right
|
|
||||||
|
|
||||||
panel {
|
|
||||||
class = terminal
|
|
||||||
extend = 1
|
|
||||||
|
|
||||||
term {
|
|
||||||
width=100%
|
|
||||||
height=100%
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
panel {
|
|
||||||
class = terminal
|
|
||||||
extend = 1
|
|
||||||
|
|
||||||
term {
|
|
||||||
width=100%
|
|
||||||
height=100%
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/*menu {
|
|
||||||
Shutdown {
|
|
||||||
class = "shutdown"
|
|
||||||
group = "group_main"
|
|
||||||
command = "halt"
|
|
||||||
}
|
|
||||||
}*/
|
|
|
@ -1,158 +0,0 @@
|
||||||
+class {
|
|
||||||
### Default Elements ###
|
|
||||||
screen {
|
|
||||||
background = "#250040"
|
|
||||||
}
|
|
||||||
|
|
||||||
text {
|
|
||||||
color = "#4d0085:#ffffff"
|
|
||||||
font = "Sans Bold 16"
|
|
||||||
}
|
|
||||||
|
|
||||||
progressbar {
|
|
||||||
width = 80%
|
|
||||||
height = 4/1
|
|
||||||
color = "#ffffff:#4d0085"
|
|
||||||
}
|
|
||||||
|
|
||||||
edit {
|
|
||||||
color = "white"
|
|
||||||
}
|
|
||||||
|
|
||||||
password {
|
|
||||||
color = "white"
|
|
||||||
}
|
|
||||||
|
|
||||||
term {
|
|
||||||
color = "white"
|
|
||||||
}
|
|
||||||
|
|
||||||
### Text Styles ###
|
|
||||||
br {
|
|
||||||
text = "- "
|
|
||||||
font = "Sans Bold 16"
|
|
||||||
}
|
|
||||||
|
|
||||||
text-menu-item {
|
|
||||||
color = "white"
|
|
||||||
font = "Sans Bold 16"
|
|
||||||
}
|
|
||||||
|
|
||||||
dialog-title-text {
|
|
||||||
halign = center
|
|
||||||
color = "black"
|
|
||||||
}
|
|
||||||
|
|
||||||
dialog-text {
|
|
||||||
color = "white"
|
|
||||||
font = "Sans Bold 16"
|
|
||||||
}
|
|
||||||
|
|
||||||
button-text {
|
|
||||||
font = "Sans Bold 16"
|
|
||||||
color = "white"
|
|
||||||
}
|
|
||||||
|
|
||||||
### Panel Styles ###
|
|
||||||
text-line {
|
|
||||||
left = ",,,#0x0020:$$/images/text-line-l.png"
|
|
||||||
background = ",,,#0x0020:$$/images/dialog-bg.png"
|
|
||||||
right = ",,,#0x0020:$$/images/text-line-r.png"
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
|
||||||
left = "$$/images/button-l.png:$$/images/button-hover-l.png"
|
|
||||||
background = "$$/images/button-bg.png:$$/images/button-hover-bg.png"
|
|
||||||
right = "$$/images/button-r.png:$$/images/button-hover-r.png"
|
|
||||||
margin_left = 2
|
|
||||||
margin_right = 2
|
|
||||||
margin_top = 3/0
|
|
||||||
margin_bottom = 3/0
|
|
||||||
}
|
|
||||||
|
|
||||||
terminal {
|
|
||||||
top_left = ",,light-gray/black,#0x2554:,,white/black,#0x250F"
|
|
||||||
top = ",,light-gray/black,#0x2550:,tiling,white/black,#0x2501"
|
|
||||||
top_right = ",,light-gray/black,#0x2557:,,white/black,#0x2513"
|
|
||||||
left = ",,light-gray/black,#0x2551:,tiling,white/black,#0x2503"
|
|
||||||
background="$$/images/000-70opaque.png"
|
|
||||||
right = ",,light-gray/black,#0x2551:,tiling,white/black,#0x2503"
|
|
||||||
bottom_left = ",,light-gray/black,#0x255A:,,white/black,#0x2517"
|
|
||||||
bottom = ",,light-gray/black,#0x2550:,tiling,white/black,#0x2501"
|
|
||||||
bottom_right = ",,light-gray/black,#0x255D:,tiling,white/black,#0x251B"
|
|
||||||
}
|
|
||||||
|
|
||||||
progressbar-background {
|
|
||||||
top_left = "$$/images/progressbar-bg-tl.png"
|
|
||||||
top = "$$/images/progressbar-bg-t.png"
|
|
||||||
top_right = "$$/images/progressbar-bg-tr.png"
|
|
||||||
left = "$$/images/progressbar-bg-l.png"
|
|
||||||
background = "$$/images/progressbar-bg.png"
|
|
||||||
right = "$$/images/progressbar-bg-r.png"
|
|
||||||
bottom_left = "$$/images/progressbar-bg-bl.png"
|
|
||||||
bottom = "$$/images/progressbar-bg-b.png"
|
|
||||||
bottom_right = "$$/images/progressbar-bg-br.png"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
dialog {
|
|
||||||
top_left = "$$/images/dialog-tl.png"
|
|
||||||
top = "$$/images/dialog-t.png"
|
|
||||||
top_right = "$$/images/dialog-tr.png"
|
|
||||||
left = "$$/images/dialog-lr.png"
|
|
||||||
background = "$$/images/dialog-bg.png"
|
|
||||||
right = "$$/images/dialog-lr.png"
|
|
||||||
bottom_left = "$$/images/dialog-bl.png"
|
|
||||||
bottom = "$$/images/dialog-b.png"
|
|
||||||
bottom_right = "$$/images/dialog-br.png"
|
|
||||||
}
|
|
||||||
|
|
||||||
dialog-title {
|
|
||||||
top_left = "$$/images/dialog-tl.png"
|
|
||||||
top = "$$/images/dialog-t.png"
|
|
||||||
top_right = "$$/images/dialog-tr.png"
|
|
||||||
left = "$$/images/dialog-lr.png"
|
|
||||||
background = "$$/images/dialog-bg.png"
|
|
||||||
right = "$$/images/dialog-lr.png"
|
|
||||||
bottom_left = "$$/images/dialog-spacer.png"
|
|
||||||
bottom = "$$/images/dialog-spacer.png"
|
|
||||||
bottom_right = "$$/images/dialog-spacer.png"
|
|
||||||
}
|
|
||||||
|
|
||||||
dialog-body {
|
|
||||||
left = "$$/images/dialog-lr.png"
|
|
||||||
background = "$$/images/dialog-bg.png"
|
|
||||||
right = "$$/images/dialog-lr.png"
|
|
||||||
bottom_left = "$$/images/dialog-bl.png"
|
|
||||||
bottom = "$$/images/dialog-b.png"
|
|
||||||
bottom_right = "$$/images/dialog-br.png"
|
|
||||||
}
|
|
||||||
|
|
||||||
# container-title {
|
|
||||||
# top_left = "$$/images/container-title-tl.png"
|
|
||||||
# top = "$$/images/container-title-t.png"
|
|
||||||
# top_right = "$$/images/container-title-tr.png"
|
|
||||||
# left = "$$/images/container-title-l.png"
|
|
||||||
# background = "$$/images/container-title-bg.png"
|
|
||||||
# right = "$$/images/container-title-r.png"
|
|
||||||
# }
|
|
||||||
|
|
||||||
container-body {
|
|
||||||
top_left = "$$/images/container-tl.png"
|
|
||||||
top = "$$/images/container-t.png"
|
|
||||||
top_right = "$$/images/container-tr.png"
|
|
||||||
left = "$$/images/container-l.png"
|
|
||||||
background = "$$/images/container-bg.png"
|
|
||||||
right = "$$/images/container-r.png"
|
|
||||||
bottom_left = "$$/images/container-bl.png"
|
|
||||||
bottom = "$$/images/container-b.png"
|
|
||||||
bottom_right = "$$/images/container-br.png"
|
|
||||||
}
|
|
||||||
|
|
||||||
overlay {
|
|
||||||
height = 100%
|
|
||||||
width = 100%
|
|
||||||
absolute = 1
|
|
||||||
background="$$/images/000-70opaque.png"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,231 +0,0 @@
|
||||||
include "menus"
|
|
||||||
include "../icons/hover"
|
|
||||||
include "icons/icons"
|
|
||||||
include "style"
|
|
||||||
|
|
||||||
screen {
|
|
||||||
background = "$$/background.png"
|
|
||||||
|
|
||||||
panel {
|
|
||||||
halign = center
|
|
||||||
attach_vcenter = 0
|
|
||||||
height = 19
|
|
||||||
# Flip so the cursor defaults to the main menu
|
|
||||||
direction = bottom_to_top
|
|
||||||
|
|
||||||
### Main Menu ###
|
|
||||||
panel {
|
|
||||||
min_width = 36
|
|
||||||
class = container-body
|
|
||||||
height = 14
|
|
||||||
# margin_top = 0
|
|
||||||
max_width = 128
|
|
||||||
|
|
||||||
panel {
|
|
||||||
halign = center
|
|
||||||
|
|
||||||
space = 0
|
|
||||||
direction = left_to_right
|
|
||||||
anchor = 1
|
|
||||||
id = __menu__
|
|
||||||
popup = bottom
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
panel {
|
|
||||||
halign = center
|
|
||||||
height = 4
|
|
||||||
min_width = 36
|
|
||||||
class = container-title
|
|
||||||
|
|
||||||
space = 0
|
|
||||||
direction = left_to_right
|
|
||||||
anchor = 1
|
|
||||||
|
|
||||||
image {
|
|
||||||
halign=center
|
|
||||||
image = "$$/images/txt-select.png"
|
|
||||||
attach_top = 2
|
|
||||||
attach_left = 2
|
|
||||||
}
|
|
||||||
|
|
||||||
### Tools Menu ###
|
|
||||||
# image {
|
|
||||||
# attach_right = 2
|
|
||||||
# image = "$$/images/button-tools.png:$$/images/button-tools-hover.png"
|
|
||||||
# command = "menu_popup tools_menu"
|
|
||||||
# }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
### Progress Bar ###
|
|
||||||
panel {
|
|
||||||
halign = center
|
|
||||||
attach_bottom = 4
|
|
||||||
width = 60
|
|
||||||
class = progressbar-background
|
|
||||||
id = __timeout__
|
|
||||||
|
|
||||||
progressbar { }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
template_menuitem {
|
|
||||||
panel {
|
|
||||||
width = 20
|
|
||||||
height = 10
|
|
||||||
|
|
||||||
parameters = "class=image.class:title=panel.text.text"
|
|
||||||
|
|
||||||
### Icon ###
|
|
||||||
image {
|
|
||||||
attach_vcenter = 0
|
|
||||||
attach_hcenter = 0
|
|
||||||
}
|
|
||||||
|
|
||||||
### Text ###
|
|
||||||
# panel {
|
|
||||||
# attach_vcenter = 0
|
|
||||||
# attach_hcenter = 0
|
|
||||||
# margin_left = 1
|
|
||||||
# margin_right = 1
|
|
||||||
# class = text-line
|
|
||||||
# text {}
|
|
||||||
# }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
template_submenu {
|
|
||||||
panel {
|
|
||||||
class = dialog
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
template_subitem {
|
|
||||||
panel {
|
|
||||||
parameters = "title=text.text"
|
|
||||||
text {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
template_popup {
|
|
||||||
panel {
|
|
||||||
attach_hcenter = 0
|
|
||||||
attach_vcenter = 0
|
|
||||||
class = dialog
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dialog_line {
|
|
||||||
panel {
|
|
||||||
parameters = "text=edit.text"
|
|
||||||
class = dialog
|
|
||||||
width = 60
|
|
||||||
attach_hcenter = 0
|
|
||||||
attach_vcenter = 0
|
|
||||||
|
|
||||||
edit {
|
|
||||||
lines = 1
|
|
||||||
max_lines = 1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dialog_edit {
|
|
||||||
panel {
|
|
||||||
parameters = "text=edit.text"
|
|
||||||
class = dialog
|
|
||||||
width = 90
|
|
||||||
attach_hcenter = 0
|
|
||||||
attach_vcenter = 0
|
|
||||||
|
|
||||||
edit {
|
|
||||||
lines = 10
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dialog_message {
|
|
||||||
panel {
|
|
||||||
parameters = "text=text.text"
|
|
||||||
class = dialog
|
|
||||||
margin_size = 1
|
|
||||||
margin_bottom = 0
|
|
||||||
space = 1
|
|
||||||
attach_hcenter = 0
|
|
||||||
attach_vcenter = 0
|
|
||||||
text {}
|
|
||||||
panel {
|
|
||||||
class = button
|
|
||||||
command = true
|
|
||||||
halign = center
|
|
||||||
text { text = OK class = button-text }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dialog_password {
|
|
||||||
panel {
|
|
||||||
parameters = "username=__user__.text:password=__pass__.text"
|
|
||||||
class = dialog
|
|
||||||
margin_size = 1
|
|
||||||
margin_bottom = 0
|
|
||||||
attach_hcenter = 0
|
|
||||||
attach_vcenter = 0
|
|
||||||
|
|
||||||
panel {
|
|
||||||
direction = left_to_right
|
|
||||||
space = 1
|
|
||||||
text {
|
|
||||||
extend = 1
|
|
||||||
valign = center
|
|
||||||
text = Username
|
|
||||||
}
|
|
||||||
|
|
||||||
panel {
|
|
||||||
margin_left = 1
|
|
||||||
margin_right = 1
|
|
||||||
edit {
|
|
||||||
id = __user__
|
|
||||||
max_lines = 1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
panel {
|
|
||||||
direction = left_to_right
|
|
||||||
space = 1
|
|
||||||
text {
|
|
||||||
extend = 1
|
|
||||||
valign = center
|
|
||||||
text = Password
|
|
||||||
}
|
|
||||||
panel {
|
|
||||||
margin_left = 1
|
|
||||||
margin_right = 1
|
|
||||||
password {
|
|
||||||
id = __pass__
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
panel {
|
|
||||||
class = button
|
|
||||||
command = true
|
|
||||||
halign = center
|
|
||||||
margin_left = 1
|
|
||||||
margin_right = 1
|
|
||||||
text {
|
|
||||||
text = OK
|
|
||||||
class = button-text
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
menu {
|
|
||||||
|
|
||||||
# Shutdown {
|
|
||||||
# command = "halt"
|
|
||||||
# class = "shutdown"
|
|
||||||
# }
|
|
||||||
}
|
|