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:
Kevin Lange 2016-10-17 19:09:42 +09:00
parent 86408ec7d3
commit 5606c3be81
6 changed files with 4 additions and 3 deletions

View File

@ -0,0 +1 @@
fuji.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

View File

@ -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

View File

@ -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

View File

@ -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)"