Add GRUB theme
BIN
common/grub/themes/tileos-grub-theme/background.png
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
common/grub/themes/tileos-grub-theme/boot_menu_c.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
common/grub/themes/tileos-grub-theme/boot_menu_e.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
common/grub/themes/tileos-grub-theme/boot_menu_n.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
common/grub/themes/tileos-grub-theme/boot_menu_ne.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
common/grub/themes/tileos-grub-theme/boot_menu_nw.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
common/grub/themes/tileos-grub-theme/boot_menu_s.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
common/grub/themes/tileos-grub-theme/boot_menu_se.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
common/grub/themes/tileos-grub-theme/boot_menu_sw.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
common/grub/themes/tileos-grub-theme/boot_menu_w.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
common/grub/themes/tileos-grub-theme/select_c.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
common/grub/themes/tileos-grub-theme/terminal_c.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
common/grub/themes/tileos-grub-theme/terminal_e.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
BIN
common/grub/themes/tileos-grub-theme/terminal_n.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
common/grub/themes/tileos-grub-theme/terminal_ne.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
common/grub/themes/tileos-grub-theme/terminal_nw.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
common/grub/themes/tileos-grub-theme/terminal_s.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
common/grub/themes/tileos-grub-theme/terminal_se.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
common/grub/themes/tileos-grub-theme/terminal_sw.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
common/grub/themes/tileos-grub-theme/terminal_w.png
Normal file
After Width: | Height: | Size: 4.8 KiB |
53
common/grub/themes/tileos-grub-theme/theme.txt
Normal file
|
@ -0,0 +1,53 @@
|
||||||
|
# Custom grub theme for Ubuntu Sway
|
||||||
|
|
||||||
|
desktop-image: "background.png"
|
||||||
|
desktop-image-scale-method: "stretch"
|
||||||
|
title-text: "Select a boot option"
|
||||||
|
title-color: "#cad3f5"
|
||||||
|
message-color: "#cad3f5"
|
||||||
|
terminal-box: "terminal_*.png"
|
||||||
|
|
||||||
|
+ boot_menu {
|
||||||
|
left = 20%
|
||||||
|
width = 60%
|
||||||
|
top = 33%
|
||||||
|
height = 33%
|
||||||
|
|
||||||
|
menu_pixmap_style = "boot_menu_*.png"
|
||||||
|
|
||||||
|
item_color = "#cad3f5"
|
||||||
|
item_height = 40
|
||||||
|
item_icon_space = 8
|
||||||
|
item_spacing = 2
|
||||||
|
|
||||||
|
selected_item_color= "#1e2030"
|
||||||
|
selected_item_pixmap_style = "select_*.png"
|
||||||
|
|
||||||
|
icon_height = 32
|
||||||
|
icon_width = 32
|
||||||
|
|
||||||
|
scrollbar = false
|
||||||
|
}
|
||||||
|
|
||||||
|
#help bar at the bottom
|
||||||
|
+ label {
|
||||||
|
top = 100%-50
|
||||||
|
left = 0
|
||||||
|
width = 100%
|
||||||
|
height = 20
|
||||||
|
text = "@KEYMAP_SHORT@"
|
||||||
|
align = "center"
|
||||||
|
color = "#cad3f5"
|
||||||
|
}
|
||||||
|
|
||||||
|
+ progress_bar {
|
||||||
|
id = "__timeout__"
|
||||||
|
left = 33%
|
||||||
|
width = 33%
|
||||||
|
top = 73%
|
||||||
|
height = 8
|
||||||
|
show_text = false
|
||||||
|
fg_color = #91d7e3
|
||||||
|
bg_color = #24273a
|
||||||
|
border_color = #8aadf4
|
||||||
|
}
|
1
debian/files
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
tileos-artwork_0.8~tileos_source.buildinfo x11 optional
|