misc: New example background
diff --git a/README.md b/README.md
index 8bb67171..82a18ba1 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Like Limine and want to support it? Donate Bitcoin to

-[Photo by Chris Kane from Pexels](https://www.pexels.com/photo/reflection-of-building-on-body-of-water-at-daytime-166360/)
+[Photo by Martin Damboldt from Pexels](https://www.pexels.com/photo/gray-bridge-and-trees-814499/)
### Supported boot protocols
* stivale and stivale2 (Limine's native boot protocols, see [their specifications](https://github.com/stivale) for details)
@@ -50,9 +50,9 @@ For example, to clone the latest binary release of the `v2.x` branch one can do
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=v2.0-branch-binary --depth=1
```
-or, to clone a specific binary point release (for example `v2.86`)
+or, to clone a specific binary point release (for example `v2.88`)
```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v2.86-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v2.88-binary --depth=1
```
Additionally, the absolute latest Limine binary release can be obtained by
diff --git a/common/menu.c b/common/menu.c
index 61278ffe..c2f4a4f4 100644
--- a/common/menu.c
+++ b/common/menu.c
@@ -805,7 +805,7 @@ refresh:
print(" \e[32mARROWS\e[0m Select \e[32mENTER\e[0m %s",
selected_menu_entry->expanded ? "Collapse" : "Expand");
}
- set_cursor_pos_helper(term_cols - 12, 3);
+ set_cursor_pos_helper(term_cols - 13, 3);
print("\e[32mC\e[0m Console");
set_cursor_pos_helper(x, y);
}
diff --git a/screenshot.png b/screenshot.png
index 428d40f2..53ad8204 100644
Binary files a/screenshot.png and b/screenshot.png differ
diff --git a/test/bg.bmp b/test/bg.bmp
index a01985e9..84f78b3a 100644
Binary files a/test/bg.bmp and b/test/bg.bmp differ
diff --git a/test/limine.cfg b/test/limine.cfg
index ff871886..b5cf2e5d 100644
--- a/test/limine.cfg
+++ b/test/limine.cfg
@@ -5,7 +5,7 @@ DEFAULT_ENTRY=1
TIMEOUT=3
VERBOSE=yes
-THEME_BACKGROUND=50000000
+THEME_BACKGROUND=68000000
BACKGROUND_PATH=${BACKGROUND_PATH}
BACKGROUND_STYLE=stretched
