aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-05-10 20:02:19 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-05-10 20:02:19 +0530
commit64662eac26b1e6338c2980e57022f49e84907b7e (patch)
tree5b4d09afa08581f5645969d0012384ed13b30a19
parent972768c21aae20295bcb91c37bcf95ae3b0262ef (diff)
japanese symbols for tags
-rw-r--r--.gitignore2
-rw-r--r--config.def.h11
-rwxr-xr-xdwmbin62840 -> 0 bytes
-rw-r--r--dwm.obin58112 -> 0 bytes
4 files changed, 5 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3c51b12
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/dwm
+/dwm.o
diff --git a/config.def.h b/config.def.h
index c128ea2..a2e11d9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -3,21 +3,16 @@ static const unsigned int snap = 32;
static const int showbar = 1;
static const int topbar = 1;
static const int user_bh = 32;
-static const char *fonts[] = { "Noto Sans:size=16" };
+static const char *fonts[] = { "Noto Sans CJK JP:size=14" };
static const unsigned int gappx = 8;
-static const char col_gray1[] = "#222222";
-static const char col_gray2[] = "#444444";
-static const char col_gray3[] = "#bbbbbb";
-static const char col_gray4[] = "#eeeeee";
-static const char col_cyan[] = "#005577";
static const char *colors[][3] = {
/* fg bg border */
- [SchemeNorm] = { col_gray3, "#282c34", "#282c34" },
+ [SchemeNorm] = { "#bbbbbb", "#282c34", "#282c34" },
[SchemeSel] = { "#232627", "#7874c2", "#c678dd" },
};
/* tagging */
-static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", "0" };
+static const char *tags[] = { "一", "二", "三", "四", "五", "六", "七", "八", "九", "十" };
static const Rule rules[] = {
/* xprop(1):
diff --git a/dwm b/dwm
deleted file mode 100755
index 3671921..0000000
--- a/dwm
+++ /dev/null
Binary files differ
diff --git a/dwm.o b/dwm.o
deleted file mode 100644
index 50e78db..0000000
--- a/dwm.o
+++ /dev/null
Binary files differ