nyxwm
Owner: IIIlllIIIllI URL: git@github.com:nyangkosense/nyxwm.git
clean up
Commit 0ffbf8e53d752cd66a5474500d52baada0f0141c by nyangkosense <sebastian.michalk@protonmail.com> on 2024-10-14 20:34:28 +0000
diff --git a/Makefile b/Makefile
index 7ca6cfe..43aa6d8 100644
--- 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
index 3bd86db..6b5f863 100644
--- 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
index 4cb3c42..6b5f863 100644
--- 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
deleted file mode 100755
index ee7ed7b..0000000
Binary files a/nyxwm and /dev/null differ