From ebfdbc7d3d77c281dce775ce22e4fa64e346cbcc Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Thu, 29 Aug 2024 03:33:49 +0900 Subject: Add new status script to dwmblocks, update README --- code/dwm/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/dwm') diff --git a/code/dwm/config.h b/code/dwm/config.h index d12931a..895fced 100644 --- a/code/dwm/config.h +++ b/code/dwm/config.h @@ -23,7 +23,7 @@ static const char *colors[][3] = { }; /* tagging */ -static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; +static const char *tags[] = { "一", "二", "三", "四", "五", "六", "七", "八", "九" }; static const Rule rules[] = { /* xprop(1): -- cgit v1.2.3