Commit Diff


commit - 7ccb65c224d7a31ec4871b9f7558062842b181f3
commit + 1ec25070c119a4e47caa722aa1a0e1f352902093
blob - 2e700f207306ed5868ac2b9a219b6c260efc3134
blob + 75bf9219c03aa8f9453fe219d6ab72441267beb7
--- config.def.h
+++ config.def.h
@@ -5,7 +5,6 @@
  * See LICENSE.md and README.md for details.
  */
 
-/* Appearance */
 #define BAR_HEIGHT      24
 #define PADDING         4
 #define BORDER_WIDTH    0       /* No borders initially */
@@ -14,6 +13,3 @@
 #define BG_COLOR        "#000000"
 #define FONT            "monospace:size=14"
 
-/* Geometry */
-#define BAR_POSITION    TOP     /* TOP or BOTTOM (future-proofing) */
-