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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/herbstluftwm/panel.sh') 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 -- cgit v1.2.3