Workaround for OpenBox (Thanks ma @ arch bbs). Handle some fonts better.

This commit is contained in:
LemonBoy
2012-11-10 14:48:21 +01:00
parent febe0f822d
commit 03c39538a5
2 changed files with 7 additions and 2 deletions

View File

@@ -12,6 +12,8 @@
#define BAR_BOTTOM 0
/* The fonts used for the bar, comma separated. Only the first 2 will be used. */
#define BAR_FONT "-*-terminus-medium-r-normal-*-12-*-*-*-c-*-*-1","fixed"
/* Some fonts don't set the right width for some chars, pheex it */
#define BAR_FONT_FALLBACK_WIDTH 6
/* Color palette */
#define COLOR0 0x1A1A1A /* background */
#define COLOR1 0xA9A9A9 /* foreground */