commit 0ffbf8e53d752cd66a5474500d52baada0f0141c
parent b40ca4b071e0200c664935ebf6b131c36ac99888
Author: nyangkosense <sebastian.michalk@protonmail.com>
Date: Mon, 14 Oct 2024 20:34:28 +0000
clean up
Diffstat:
4 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/Makefile b/Makefile
@@ -25,4 +25,4 @@ uninstall:
clean:
rm -f nyxwm *.o
-.PHONY: all install uninstall clean
-\ No newline at end of file
+.PHONY: all install uninstall clean
diff --git a/config.def.h b/config.def.h
@@ -7,6 +7,11 @@
#define BAR_COLOR "#333333"
#define TEXT_COLOR "#FFFFFF"
+// tray
+#define TRAY_ICON_SIZE 25
+#define TRAY_ICON_SPACING 4
+#define TRAY_PADDING 4
+
#define MOD Mod4Mask
#define BORDER_COLOR "#ffffff"
#define BORDER_WIDTH 1
diff --git a/config.h b/config.h
@@ -2,10 +2,10 @@
#define CONFIG_H
// stats bar
-#define BAR_HEIGHT 25
-#define FONT "Monospace:size=14"
-#define BAR_COLOR "#121212"
-#define TEXT_COLOR "#d0d0d0"
+#define BAR_HEIGHT 20
+#define FONT "monospace:size=10"
+#define BAR_COLOR "#333333"
+#define TEXT_COLOR "#FFFFFF"
// tray
#define TRAY_ICON_SIZE 25
@@ -13,7 +13,7 @@
#define TRAY_PADDING 4
#define MOD Mod4Mask
-#define BORDER_COLOR "#000000"
+#define BORDER_COLOR "#ffffff"
#define BORDER_WIDTH 1
const char* menu[] = {"dmenu_run", 0};
const char* term[] = {"st", 0};
diff --git a/nyxwm b/nyxwm
Binary files differ.