Advertisement
poetician

theme.txt for Vimix-based Grub theme

Sep 25th, 2022
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. # GRUB2 gfxmenu Linux theme
  2. # Designed for any resolution
  3.  
  4. # Global Property
  5. title-text: "Bienvenue au i3wm Edition Poeticien"
  6. title-font: "Unifont Regular 16"
  7. title-color: "#d3dae3"
  8. desktop-image: "GrainesSurFiles_DSCN1919_CAP.png"
  9. desktop-color: "#d3dae3"
  10. terminal-font: "Unifont Regular 16"
  11. terminal-box: "terminal_box_*.png"
  12. terminal-left: "50%"
  13. terminal-top: "10%"
  14. terminal-width: "35%"
  15. terminal-height: "35%"
  16. terminal-border: "24"
  17.  
  18. # Show the boot menu
  19. + boot_menu {
  20. left = 12%
  21. top = 23%
  22. width = 22%
  23. height = 25%
  24. item_font = "Unifont Regular 16"
  25. item_color = "#E5CDCE"
  26. selected_item_color = "#fee6e7"
  27. icon_width = 48
  28. icon_height = 48
  29. item_icon_space = 20
  30. item_height = 48
  31. item_padding = 10
  32. item_spacing = 10
  33. selected_item_pixmap_style = "select_*.png"
  34. }
  35.  
  36. # Show a countdown message using the label component
  37. + label {
  38. top = 80%
  39. left = 30%
  40. width = 30%
  41. align = "center"
  42. id = "__timeout__"
  43. text = "Booting in %d seconds"
  44. color = "#fee6e7"
  45. font = "Unifont Regular 16"
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement