Skip to content

Instantly share code, notes, and snippets.

@TingoL
Created May 23, 2013 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TingoL/5637661 to your computer and use it in GitHub Desktop.
Save TingoL/5637661 to your computer and use it in GitHub Desktop.
bar config file
/* The height of the bar (in pixels) */
#define BAR_HEIGHT 14
/* The width of the bar. Set to -1 to fit screen */
#define BAR_WIDTH -1
/* Offset from the left. Set to 0 to have no effect */
#define BAR_OFFSET 0
/* Choose between an underline or an overline */
#define BAR_UNDERLINE 1
/* The thickness of the underline (in pixels). Set to 0 to disable. */
#define BAR_UNDERLINE_HEIGHT 2
/* Default bar position, overwritten by '-b' switch */
#define BAR_BOTTOM 0
/* The fonts used for the bar, comma separated. Only the first 2 will be used. */
#define BAR_FONT "-*-lime-*-*-*-*-10-*-*-*-*-*-*-*", "-*-lime-*-*-*-*-10-*-*-*-*-*-*-*"
/* Some fonts don't set the right width for some chars, pheex it */
#define BAR_FONT_FALLBACK_WIDTH 6
/* Color palette */
#define COLOR0 0x1c2027
#define COLOR1 0xE6E6E6
#define COLOR2 0x5DCE33
#define COLOR3 0x09A5B3
#define COLOR4 0x3A57D7
#define COLOR5 0xBE007F
#define COLOR6 0x4957F3
#define COLOR7 0xBE1919
#define COLOR8 0x585858
#define COLOR9 0xAEAEAE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment