aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.config/herbstluftwm/panel.sh4
-rw-r--r--.config/init/vars2
2 files changed, 3 insertions, 3 deletions
diff --git a/.config/herbstluftwm/panel.sh b/.config/herbstluftwm/panel.sh
index e8ae8c6..5f15044 100755
--- a/.config/herbstluftwm/panel.sh
+++ b/.config/herbstluftwm/panel.sh
@@ -110,7 +110,7 @@ update_winlist() {
update_date() {
echo -n "${sep}%{A:date:} \uE015 "
- date +$'%a, %b %d, %H:%M:%S' | tr -d '\n'
+ LANG=ja_JP.UTF-8 date +$'%a, %b %d, %H:%M:%S' | tr -d '\n'
echo " %{A}"
}
@@ -312,7 +312,7 @@ event_when() {
while read command; do
case "$command" in
date)
- notify-send "$(cal)"
+ notify-send "$(LANG=ja_JP.UTF-8 cal)"
;;
mpd)
~/.config/herbstluftwm/mpc-status.sh
diff --git a/.config/init/vars b/.config/init/vars
index c77abaf..44200e9 100644
--- a/.config/init/vars
+++ b/.config/init/vars
@@ -120,7 +120,7 @@ jfont_size='10'
jfont_off='0'
# backup font
-bkfont='Noto Sans Mono CJK JP Bold'
+bkfont='Noto Sans'
bkfont_size='10'
bkfont_off='0'