From 16af5ded1f0224e0f60ca1220338ac5c7194b761 Mon Sep 17 00:00:00 2001 From: katherine Date: Sun, 22 May 2016 19:28:23 -0700 Subject: fix backup font how that escaped notice for so long i have no idea --- .config/herbstluftwm/panel.sh | 4 ++-- .config/init/vars | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '.config') 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' -- cgit v1.2.3