Advertisement
constantin-net

grub theme

Jul 13th, 2021
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. default/grub:
  2. +GRUB_VIDEO_BACKEND="vbe"
  3. +GRUB_TERMINAL_OUTPUT="gfxterm"
  4. +GRUB_THEME="/boot/grub/themes/custom/theme.txt"
  5. +GRUB_GFXMODE=800x600
  6.  
  7. theme.txt:
  8. title-text: ""
  9. desktop-color: "#000000"
  10. terminal-left: "0"
  11. terminal-top: "0"
  12. terminal-width: "100%"
  13. terminal-height: "100%"
  14. terminal-border: "0"
  15.  
  16. + boot_menu {
  17. left = 20%
  18. top = 30%
  19. width = 70%
  20. height = 60%
  21. item_color = "#6d6d6d"
  22. selected_item_color = "#ffffff"
  23. icon_width = 32
  24. icon_height = 32
  25. item_icon_space = 20
  26. item_height = 36
  27. item_padding = 5
  28. item_spacing = 15
  29. }
  30.  
  31. + progress_bar {
  32. left = 50%-100
  33. top = 10%-10
  34. width = 200
  35. height = 20
  36. id = "__timeout__"
  37. text = "@TIMEOUT_NOTIFICATION_SHORT@"
  38. text_color = "#ffffff"
  39. border_color = "#6d6d6d"
  40. bg_color = "#000000"
  41. fg_color = "#6d6d6d"
  42. }
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement