Initial Commit
BIN
themes/Shodan/bgnd_1024x768.png
Normal file
After Width: | Height: | Size: 154 KiB |
BIN
themes/Shodan/fonts/unifont_16.pf2
Normal file
BIN
themes/Shodan/menu_c.png
Normal file
After Width: | Height: | Size: 109 B |
BIN
themes/Shodan/menu_e.png
Normal file
After Width: | Height: | Size: 118 B |
BIN
themes/Shodan/menu_n.png
Normal file
After Width: | Height: | Size: 112 B |
BIN
themes/Shodan/menu_ne.png
Normal file
After Width: | Height: | Size: 118 B |
BIN
themes/Shodan/menu_nw.png
Normal file
After Width: | Height: | Size: 119 B |
BIN
themes/Shodan/menu_s.png
Normal file
After Width: | Height: | Size: 112 B |
BIN
themes/Shodan/menu_se.png
Normal file
After Width: | Height: | Size: 117 B |
BIN
themes/Shodan/menu_sw.png
Normal file
After Width: | Height: | Size: 117 B |
BIN
themes/Shodan/menu_w.png
Normal file
After Width: | Height: | Size: 111 B |
BIN
themes/Shodan/progress_bar_c.png
Normal file
After Width: | Height: | Size: 108 B |
BIN
themes/Shodan/progress_border_c.png
Normal file
After Width: | Height: | Size: 109 B |
BIN
themes/Shodan/progress_border_e.png
Normal file
After Width: | Height: | Size: 118 B |
BIN
themes/Shodan/progress_border_n.png
Normal file
After Width: | Height: | Size: 116 B |
BIN
themes/Shodan/progress_border_ne.png
Normal file
After Width: | Height: | Size: 126 B |
BIN
themes/Shodan/progress_border_nw.png
Normal file
After Width: | Height: | Size: 125 B |
BIN
themes/Shodan/progress_border_s.png
Normal file
After Width: | Height: | Size: 119 B |
BIN
themes/Shodan/progress_border_se.png
Normal file
After Width: | Height: | Size: 129 B |
BIN
themes/Shodan/progress_border_sw.png
Normal file
After Width: | Height: | Size: 130 B |
BIN
themes/Shodan/progress_border_w.png
Normal file
After Width: | Height: | Size: 118 B |
BIN
themes/Shodan/slider_c.png
Normal file
After Width: | Height: | Size: 124 B |
BIN
themes/Shodan/slider_n.png
Normal file
After Width: | Height: | Size: 126 B |
BIN
themes/Shodan/slider_s.png
Normal file
After Width: | Height: | Size: 126 B |
BIN
themes/Shodan/terminal_c.png
Normal file
After Width: | Height: | Size: 124 B |
BIN
themes/Shodan/terminal_e.png
Normal file
After Width: | Height: | Size: 124 B |
BIN
themes/Shodan/terminal_n.png
Normal file
After Width: | Height: | Size: 124 B |
BIN
themes/Shodan/terminal_ne.png
Normal file
After Width: | Height: | Size: 124 B |
BIN
themes/Shodan/terminal_nw.png
Normal file
After Width: | Height: | Size: 124 B |
BIN
themes/Shodan/terminal_s.png
Normal file
After Width: | Height: | Size: 124 B |
BIN
themes/Shodan/terminal_se.png
Normal file
After Width: | Height: | Size: 124 B |
BIN
themes/Shodan/terminal_sw.png
Normal file
After Width: | Height: | Size: 124 B |
BIN
themes/Shodan/terminal_w.png
Normal file
After Width: | Height: | Size: 124 B |
60
themes/Shodan/theme.txt
Normal file
|
@ -0,0 +1,60 @@
|
|||
desktop-image: "bgnd_1024x768.png"
|
||||
#desktop-color: "#000000"
|
||||
title-text: ""
|
||||
#title-color: "#67AC68"
|
||||
#title-font: ""
|
||||
terminal-box: "terminal_*.png"
|
||||
terminal-font: "Unifont Regular 16"
|
||||
#message-font: "Unifont Regular 16"
|
||||
#message-color: "#67AC68"
|
||||
#message-bg-color: "#000000"
|
||||
+ boot_menu {
|
||||
visible = true
|
||||
left = 10
|
||||
top = 50%-102
|
||||
width = 400
|
||||
height = 204
|
||||
menu_pixmap_style = "menu_*.png"
|
||||
scrollbar = true
|
||||
scrollbar_width = 2
|
||||
#scrollbar_frame = "scr_frame_*.png"
|
||||
scrollbar_thumb = "slider_*.png"
|
||||
item_font = "Unifont Regular 16"
|
||||
item_color = "#67AC68"
|
||||
selected_item_font = "Unifont Regular 16"
|
||||
selected_item_color= "#00FF00"
|
||||
#selected_item_pixmap_style = "select_*.png"
|
||||
item_height = 20
|
||||
item_padding = 10
|
||||
item_spacing = 0
|
||||
item_icon_space = 0
|
||||
icon_width = 0
|
||||
icon_height = 0
|
||||
}
|
||||
+ progress_bar {
|
||||
visible = true
|
||||
id = "__timeout__"
|
||||
left = 10
|
||||
top = 50%+104
|
||||
height = 30
|
||||
width = 400
|
||||
font = "Unifont Regular 16"
|
||||
text_color = "#00FF00"
|
||||
fg_color = "#000000"
|
||||
bg_color = "#67AC68"
|
||||
border_color = "#67AC68"
|
||||
text = "@TIMEOUT_NOTIFICATION_SHORT@"
|
||||
bar_style = "progress_border_*.png"
|
||||
highlight_style = "progress_bar_*.png"
|
||||
|
||||
}
|
||||
+ label {
|
||||
top = 75%
|
||||
left = 50%
|
||||
width = 100%
|
||||
height = 25
|
||||
text = ""
|
||||
align = "center"
|
||||
font = "Unifont Regular 16"
|
||||
color = "#FFFFFF"
|
||||
}
|