Multi font support. Major refactoring of many places.

This commit is contained in:
LemonBoy
2012-07-23 16:49:39 +02:00
parent 5ea77f2242
commit d7412803f6
2 changed files with 207 additions and 141 deletions

View File

@@ -5,7 +5,8 @@
/* Whether to put the bar at the screen bottom or not */
#define BAR_BOTTOM 0
/* The font used for the bar */
#define BAR_FONT "-*-terminus-medium-r-normal-*-12-*-*-*-c-*-*-1"
#define BAR_MAIN_FONT "-*-terminus-medium-r-normal-*-12-*-*-*-c-*-*-1"
#define BAR_FALLBACK_FONT "fixed"
/* Color palette */
#define COLOR0 0x1A1A1A /* background */
#define COLOR1 0xA9A9A9 /* foreground */