commit - 804f6ad2688aa55d50bcc5e673f47bad86df4e66
commit + 5e47d491513ed5fb036b3881ea0fb5ff6b878bde
blob - 3187d44d924587b4fe2873077c8b2b39201050b1
blob + 2081eb4e59110ab690aadabb746ffbc8d873a4b5
--- config.def.h
+++ config.def.h
/*
* config.def.h for bxnotify
- *
* A very basix X notification tool, a.k.a. Brett's X notify.
* See LICENSE.md and README.md for details.
*/
+/*
+ * config.def.h for bxnotify
+ *
+ * A very basic X notification tool, a.k.a. Brett's X notifier.
+ * See LICENSE.md and README.md for details.
+ */
+#define WIN_WIDTH 480
+#define WIN_X 0 /* Offset from right edge of screen */
+#define WIN_Y 36 /* Below bxbar (BAR_HEIGHT 32 + PADDING 4) */
+#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 DURATION 5 /* Seconds, 0 = persist until dismissed */
+