summaryrefslogtreecommitdiff
path: root/config/binary_local-includes/boot/burg/themes
diff options
context:
space:
mode:
authorroot <root@KanotixBox.(none)>2011-03-06 03:00:54 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2011-03-06 03:02:54 +0100
commitfca33554db8cdc9d49d226a5d3cb5ffe050ce00f (patch)
tree079ec32a17208cbb18fec3c800e89f5d5b20ae5a /config/binary_local-includes/boot/burg/themes
parent7cf0807c369e63faf122a7cca15f6835efd1d988 (diff)
downloadkanotix-fca33554db8cdc9d49d226a5d3cb5ffe050ce00f.zip
kanotix-fca33554db8cdc9d49d226a5d3cb5ffe050ce00f.tar.gz
added burg support
- isohybrid-bg2 - burg PPA - burg kanotix theme
Diffstat (limited to 'config/binary_local-includes/boot/burg/themes')
-rw-r--r--config/binary_local-includes/boot/burg/themes/kanotix/orb.pngbin0 -> 289 bytes
-rw-r--r--config/binary_local-includes/boot/burg/themes/kanotix/progressbg.pngbin0 -> 1059 bytes
-rw-r--r--config/binary_local-includes/boot/burg/themes/kanotix/small_kanotix.pngbin0 -> 1662 bytes
-rw-r--r--config/binary_local-includes/boot/burg/themes/kanotix/small_memtest.pngbin0 -> 947 bytes
-rw-r--r--config/binary_local-includes/boot/burg/themes/kanotix/small_unknown.pngbin0 -> 4517 bytes
-rw-r--r--config/binary_local-includes/boot/burg/themes/kanotix/theme391
-rw-r--r--config/binary_local-includes/boot/burg/themes/kanotix/wallpaper.pngbin0 -> 97592 bytes
7 files changed, 391 insertions, 0 deletions
diff --git a/config/binary_local-includes/boot/burg/themes/kanotix/orb.png b/config/binary_local-includes/boot/burg/themes/kanotix/orb.png
new file mode 100644
index 0000000..2bf5a86
--- /dev/null
+++ b/config/binary_local-includes/boot/burg/themes/kanotix/orb.png
Binary files differ
diff --git a/config/binary_local-includes/boot/burg/themes/kanotix/progressbg.png b/config/binary_local-includes/boot/burg/themes/kanotix/progressbg.png
new file mode 100644
index 0000000..89e6e7c
--- /dev/null
+++ b/config/binary_local-includes/boot/burg/themes/kanotix/progressbg.png
Binary files differ
diff --git a/config/binary_local-includes/boot/burg/themes/kanotix/small_kanotix.png b/config/binary_local-includes/boot/burg/themes/kanotix/small_kanotix.png
new file mode 100644
index 0000000..06ca2f6
--- /dev/null
+++ b/config/binary_local-includes/boot/burg/themes/kanotix/small_kanotix.png
Binary files differ
diff --git a/config/binary_local-includes/boot/burg/themes/kanotix/small_memtest.png b/config/binary_local-includes/boot/burg/themes/kanotix/small_memtest.png
new file mode 100644
index 0000000..06eb2e6
--- /dev/null
+++ b/config/binary_local-includes/boot/burg/themes/kanotix/small_memtest.png
Binary files differ
diff --git a/config/binary_local-includes/boot/burg/themes/kanotix/small_unknown.png b/config/binary_local-includes/boot/burg/themes/kanotix/small_unknown.png
new file mode 100644
index 0000000..5138e2e
--- /dev/null
+++ b/config/binary_local-includes/boot/burg/themes/kanotix/small_unknown.png
Binary files differ
diff --git a/config/binary_local-includes/boot/burg/themes/kanotix/theme b/config/binary_local-includes/boot/burg/themes/kanotix/theme
new file mode 100644
index 0000000..e67ceae
--- /dev/null
+++ b/config/binary_local-includes/boot/burg/themes/kanotix/theme
@@ -0,0 +1,391 @@
+template_submenu {
+ panel {
+ attach_hcenter = 0
+ attach_vcenter = 0
+ class = frame
+ }
+}
+
+dialog_line {
+ panel {
+ parameters = "text=edit.text"
+ class = frame
+ width = 80%
+ attach_hcenter = 0
+ attach_vcenter = 0
+
+ edit {
+ lines = 1
+ max_lines = 1
+ }
+ }
+}
+
+dialog_edit {
+ panel {
+ parameters = "text=edit.text"
+ class = frame
+ width = 80%
+ attach_hcenter = 0
+ attach_vcenter = 0
+
+ edit {
+ lines = 10
+ }
+ }
+}
+
+dialog_message {
+ panel {
+ parameters = "text=text.text"
+ class = frame
+ margin_size = 1
+ margin_bottom = 0
+ space = 1
+ attach_hcenter = 0
+ attach_vcenter = 0
+ text {}
+ panel {
+ class = frame
+ command = true
+ halign = center
+ margin_left = 1
+ margin_right = 1
+ text { text = OK }
+ }
+ }
+}
+
+dialog_password {
+ panel {
+ parameters = "username=__user__.text:password=__pass__.text"
+ class = frame
+ 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 {
+ class = frame
+ 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 {
+ class = frame
+ margin_left = 1
+ margin_right = 1
+ password {
+ id = __pass__
+ }
+ }
+ }
+
+ panel {
+ class = frame
+ command = true
+ halign = center
+ margin_left = 1
+ margin_right = 1
+ text {
+ text = OK
+ }
+ }
+ }
+}
+
+term_window {
+ panel {
+ class = frame
+ width = 100%
+ height = 100%
+ term {
+ width=100%
+ height=100%
+ }
+ }
+}
+
+two_term {
+ panel {
+ width = 100%
+ height = 100%
+ direction = left_to_right
+
+ panel {
+ class = frame
+ extend = 1
+
+ term {
+ width=100%
+ height=100%
+ }
+ }
+
+ panel {
+ class = frame
+ extend = 1
+
+ term {
+ width=100%
+ height=100%
+ }
+ }
+ }
+}
+
+about {
+ panel {
+ class = frame
+ margin_size = 1
+ margin_bottom = 0
+ space = 1
+ attach_hcenter = 0
+ attach_vcenter = 0
+ text { text = "This is BURG loader" }
+ panel {
+ class = frame
+ command = true
+ halign = center
+ margin_left = 1
+ margin_right = 1
+ text { text = OK }
+ }
+ }
+}
+
+help {
+ panel {
+ class = frame
+ attach_hcenter = 0
+ attach_vcenter = 0
+ margin_left = 1
+ margin_right = 1
+ text { text = "F1/h - Help" }
+ text { text = "F2/t - Change language" }
+ text { text = "F3/r - Change resolution" }
+ text { text = "F5/ctrl-x - Finish edit" }
+ text { text = "F6 - Next window" }
+ text { text = "F7 - Show folded items" }
+ text { text = "F8 - Toggle between text and graphic mode" }
+ text { text = "F9 - Shutdown" }
+ text { text = "F10 - Reboot" }
+ text { text = "f - Toggle between folded and unfolded mode" }
+ text { text = "c - Open terminal" }
+ text { text = "2 - Open two terminals" }
+ text { text = "e - Edit current command" }
+ text { text = "q - Quit graphic mode" }
+ text { text = "i - Show theme information" }
+ text { text = "n - Next item with the same class" }
+ text { text = "w - Next windows item" }
+ text { text = "u - Next ubuntu item" }
+ text { text = "ESC - Exit from window or menu" }
+ panel {
+ class = frame
+ command = true
+ halign = center
+ margin_left = 1
+ margin_right = 1
+ text { text = OK }
+ }
+ }
+}
+
+onkey {
+ e = "*menu_edit dialog_edit text=command"
+ c = "*menu_popup term_window"
+ 2 = "*menu_popup two_term"
+ f1 = "menu_popup help"
+ h = "menu_popup help"
+ f2 = "select_language"
+ t = "select_language"
+ f3 = "select_resolution"
+ r = "select_resolution"
+ i = "menu_popup about"
+ f = "toggle_fold"
+ n = "ui_next_class"
+ w = "ui_next_class windows"
+ u = "ui_next_class ubuntu"
+ q = "ui_quit"
+ f6 = ui_next_anchor
+ f7 = "menu_popup -r :group"
+ f8 = menu_toggle_mode
+ f9 = halt
+ f10 = reboot
+}
+
+mapkey {
+ f5 = ctrl-x
+}
+
+screen {
+ background = "$$/wallpaper.png,minfit,#000000/light-gray/black"
+
+ panel {
+ width = 100%
+ height = 45%/3
+ }
+
+ panel {
+ id = __menu__
+ popup = abs
+ extend = 1
+ halign = center
+ valign = top
+ max_items = 8
+ }
+
+ circular_progress {
+ id = __timeout__
+ background="$$/progressbg.png"
+ tick="$$/orb.png"
+ attach_left = 6%
+ valign = center
+ start_angle = 90
+ }
+
+ panel {
+ halign = center
+ margin_size = 6/0
+ direction = left_to_right
+ space = 3
+
+ panel {
+ direction = left_to_right
+ space = 1
+
+ text {
+ text = "F1"
+ class = hotkey_title
+ }
+
+ text {
+ text = "Help"
+ class = hotkey_name
+ }
+ }
+
+ panel {
+ direction = left_to_right
+ space = 1
+
+ text {
+ text = "F2"
+ class = hotkey_title
+ }
+
+ text {
+ text = "Change language"
+ class = hotkey_name
+ }
+ }
+
+ panel {
+ direction = left_to_right
+ space = 1
+
+ text {
+ text = "F3"
+ class = hotkey_title
+ }
+
+ text {
+ text = "Change resolution"
+ class = hotkey_name
+ }
+ }
+ }
+}
+
+template_menuitem {
+ panel {
+ parameters = "class=image.class:title=text.text"
+ direction = left_to_right
+ margin_size = 3/0
+ space = 1
+ image {}
+ text {
+ valign = center
+ font = "Helvetica Bold 27"
+ }
+ }
+}
+
+class {
+ frame {
+ top_left = ",,#B08458/brown/black,#0x250F:,,#FFFFFF/light-gray/black,#0x2554"
+ top = ",tiling,#B08458/brown/black,#0x2501:,,#FFFFFF/light-gray/black,#0x2550"
+ top_right = ",,#B08458/brown/black,#0x2513:,,#FFFFFF/light-gray/black,#0x2557"
+ left = ",tiling,#B08458/brown/black,#0x2503:,,#FFFFFF/light-gray/black,#0x2551"
+ right = ",tiling,#B08458/brown/black,#0x2503:,,#FFFFFF/light-gray/black,#0x2551"
+ bottom_left = ",,#B08458/brown/black,#0x2517:,,#FFFFFF/light-gray/black,#0x255A"
+ bottom = ",tiling,#B08458/brown/black,#0x2501:,,#FFFFFF/light-gray/black,#0x2550"
+ bottom_right = ",tiling,#B08458/brown/black,#0x251B:,,#FFFFFF/light-gray/black,#0x255D"
+ }
+
+ hotkey_title {
+ color = "#ffbb00/blue:dark-gray/blue"
+ font = "Helvetica Bold 27"
+ }
+
+ hotkey_name {
+ color = "#FFFFFF/light-gray"
+ font = "Helvetica Bold 27"
+ }
+
+ text {
+ color = "light-grey/black:#FFFFFF/light-gray/black"
+ }
+
+ term {
+ color = "light-grey/black:#FFFFFF/light-gray/black"
+ }
+
+ edit {
+ color = "light-grey/black:#FFFFFF/light-gray/black"
+ }
+
+ password {
+ color = "light-grey/black:#FFFFFF/light-gray/black"
+ }
+}
+
+menu {
+
+ Shutdown {
+ command = "halt"
+ }
+
+ Restart {
+ command = "reboot"
+ }
+}
+
++class
+{
+ -kanotix { image = "$$/small_kanotix.png" }
+ -memtest { image = "$$/small_memtest.png" }
+ -image { image = "$$/small_unknown.png" }
+}
+
diff --git a/config/binary_local-includes/boot/burg/themes/kanotix/wallpaper.png b/config/binary_local-includes/boot/burg/themes/kanotix/wallpaper.png
new file mode 100644
index 0000000..8584c17
--- /dev/null
+++ b/config/binary_local-includes/boot/burg/themes/kanotix/wallpaper.png
Binary files differ