New wallpaper: Yosemite

This commit is contained in:
Kevin Lange 2015-10-15 16:15:13 -07:00
parent 2959d53e3e
commit d877b60aaa
4 changed files with 3 additions and 3 deletions

View File

@ -18,5 +18,5 @@
[image]
;logo=/usr/share/logo_login.png
;wallpaper=/usr/share/wallpapers/southbay.png
;wallpaper=/usr/share/wallpapers/yosemite.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 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/southbay.png";
static char * WALLPAPER = "/usr/share/wallpapers/yosemite.png";
static char * LOGO = "/usr/share/logo_login.png";
#define TEXTBOX_INTERIOR_LEFT 4

View File

@ -20,7 +20,7 @@
#include "lib/hashmap.h"
#include "lib/confreader.h"
#define DEFAULT_WALLPAPER "/usr/share/wallpapers/southbay.png"
#define DEFAULT_WALLPAPER "/usr/share/wallpapers/yosemite.png"
#define ICON_X 24
#define ICON_TOP_Y 40