Consistent option naming.

This commit is contained in:
LemonBoy
2012-08-18 13:48:54 +02:00
parent 278f1b7cc5
commit 0a71d182db
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
/* 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
#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. */