Multi font support. Major refactoring of many places.
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user