add bar width and leading offset configuration options

This commit is contained in:
Ivan Kanakarakis
2012-08-17 03:29:18 +03:00
parent f6801f83e3
commit 80fd31b32c
2 changed files with 10 additions and 7 deletions

View File

@@ -1,5 +1,9 @@
/* The height of the bar (in pixels) */
#define BAR_HEIGHT 18
/* 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 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. */