Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# INSTALL INSTRUCTIONS
1. Run: `sudo mkdir /usr/share/grub/themes` (IF DONE SKIP TO TWO.)
2. Run: `sudo cp --recursive ./surface /usr/share/grub/themes`
2. Run: `sudo cp --recursive ./surface /usr/share/grub/themes` for Surface
or `sudo cp --recursive ./surfacebook /usr/share/grub/themes` for Surface Book
3. Add the following line to `/etc/default/grub`:

For Surface:
```
GRUB_THEME=/usr/share/grub/themes/surface/theme.txt
```

For Surface Book:
```
GRUB_THEME=/usr/share/grub/themes/surfacebook/theme.txt
```

4. Make the repair title and icon for kernel repair.

Open `/etc/grub.d/10_linux` and search for (towards bottom):
Expand Down
Binary file added surfacebook/centerQ.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added surfacebook/desktop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added surfacebook/icons/elementary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added surfacebook/icons/recovery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added surfacebook/icons/secure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added surfacebook/icons/ubuntu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added surfacebook/icons/windows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added surfacebook/statQ.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added surfacebook/terminal_c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added surfacebook/terminal_e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added surfacebook/terminal_n.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added surfacebook/terminal_ne.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added surfacebook/terminal_nw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added surfacebook/terminal_s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added surfacebook/terminal_se.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added surfacebook/terminal_sw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added surfacebook/terminal_w.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions surfacebook/theme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Designed for 3000x2000 resolution.

message-font: "Ubuntu Regular 16"
title-text: ""
terminal-font: "Calibri Regular 16"
desktop-image: "desktop.png"
terminal-box: "terminal_*.png"

+ boot_menu {
left = 1950
width = 860
top = 800
height = 40%
item_font = "Ubuntu Regular 40"
item_color = "#231f20"
selected_item_color= "#f08080"
icon_width = 78
icon_height = 80
item_height = 80
item_padding = 20
item_icon_space = 40
item_spacing = 20
max_items_shown = 7
scrollbar = false
}

+ circular_progress
{
id = "__timeout__"
left = 500
width = 100
top = 100
height = 100
num_ticks = 46
ticks_disappear = true
start_angle = -60
center_bitmap = "centerQ.png"
tick_bitmap = "startQ.png"
}



Binary file added surfacebook/ubuntu-thin-36.pf2
Binary file not shown.
Binary file added surfacebook/ubuntu.pf2
Binary file not shown.