Commit Diff


commit - f04a5f5c2efc8b90ca3004c28f534b3cee737c2c
commit + 834a7dd0ac54b1d06efc0bdecfe435da3df13eed
blob - 41948ebe97c4a51534ff71c4bd789dff0584823d
blob + 65759f2d8a770c5f23dc32938fecbc03d0f49234
--- config.def.h
+++ config.def.h
@@ -5,14 +5,14 @@
  */
 
 #define WIN_WIDTH       480
-#define WIN_X           0       /* Offset from right edge of screen */
-#define WIN_Y           33      /* Below bxbar (BAR_HEIGHT 32 + PADDING 4) */
+#define WIN_X           0     /* Offset from right edge of screen */
+#define WIN_Y           32    /* Below status bar */
 #define PADDING         6
 #define BORDER_WIDTH    2
 #define BORDER_COLOR    "#555555"
 #define FG_COLOR        "#ffffff"
 #define BG_COLOR        "#000000"
 #define FONT            "monospace:size=14"
-#define ALIGN  0        /* 0 = left, 1 = center, 2 = right */
-#define DURATION        5       /* Seconds, 0 = persist until dismissed */
+#define ALIGN           0   /* 0 = left, 1 = center, 2 = right */
+#define DURATION        5   /* Seconds, 0 = persist until dismissed */