add bar width and leading offset configuration options
This commit is contained in:
@@ -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. */
|
||||
|
Reference in New Issue
Block a user