New wallpaper (Fuji, seen from Fujiyoshida)
The default wallpaper is now a symlink, which can be replaced appropriately as the wallpaper changes in the future, thus future wallpaper changes won't necessitate changes to applications which have fallbacks. TODO: write an imagemagick script to generate the bootloader wallpaper.
This commit is contained in:
parent
86408ec7d3
commit
5606c3be81
1
hdd/usr/share/wallpapers/default
Symbolic link
1
hdd/usr/share/wallpapers/default
Symbolic link
@ -0,0 +1 @@
|
||||
fuji.png
|
BIN
hdd/usr/share/wallpapers/fuji.png
Normal file
BIN
hdd/usr/share/wallpapers/fuji.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 MiB |
@ -59,7 +59,7 @@ static int BOX_COLOR_R=0;
|
||||
static int BOX_COLOR_G=0;
|
||||
static int BOX_COLOR_B=0;
|
||||
static int BOX_COLOR_A=127;
|
||||
static char * WALLPAPER = "/usr/share/wallpapers/yosemite.png";
|
||||
static char * WALLPAPER = "/usr/share/wallpapers/default";
|
||||
static char * LOGO = "/usr/share/logo_login.png";
|
||||
|
||||
#define TEXTBOX_INTERIOR_LEFT 4
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "lib/trace.h"
|
||||
#define TRACE_APP_NAME "wallpaper"
|
||||
|
||||
#define DEFAULT_WALLPAPER "/usr/share/wallpapers/yosemite.png"
|
||||
#define DEFAULT_WALLPAPER "/usr/share/wallpapers/default"
|
||||
|
||||
#define ICON_X 24
|
||||
#define ICON_TOP_Y 40
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.1 MiB |
@ -20,7 +20,7 @@ if [[ $TOOLCHAIN/ = $PWD/* ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
BLACKLIST="userspace/tests/* userspace/gui/gl/teapot.c userspace/gui/basic/select-wallpaper.c hdd/usr/share/wallpapers/{grandcanyon,paris,southbay,yokohama}.png"
|
||||
BLACKLIST="userspace/tests/* userspace/gui/gl/teapot.c userspace/gui/basic/select-wallpaper.c hdd/usr/share/wallpapers/{grandcanyon,paris,southbay,yokohama,yosemite}.png"
|
||||
|
||||
# Rebuild
|
||||
echo "Rebuilding... (ignore warnings about time skew, this is intentional)"
|
||||
|
Loading…
Reference in New Issue
Block a user