aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <shmibs@airen-no-jikken.icu>2019-05-14 20:52:40 -0700
committerkatherine <shmibs@airen-no-jikken.icu>2019-05-14 20:52:40 -0700
commit91f99732096f22c660b4c233c86f9a799b39e7f3 (patch)
tree1b3462abd05a9589415098ecf63e295254d1fb56
parent7b74b920e28c55391f3d4c3ec4da7930bbf23341 (diff)
downloaddotfiles-91f99732096f22c660b4c233c86f9a799b39e7f3.tar.gz
add a certain person's localtime to clock
-rwxr-xr-x.config/herbstluftwm/panel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/herbstluftwm/panel.sh b/.config/herbstluftwm/panel.sh
index 3c3d178..79b3cce 100755
--- a/.config/herbstluftwm/panel.sh
+++ b/.config/herbstluftwm/panel.sh
@@ -111,7 +111,7 @@ update_winlist() {
update_date() {
#\uE015
echo -n "${sep}%{A:date:} "
- LANG=ja_JP.UTF-8 date +$'%a, %b %d, %H:%M:%S' | tr -d '\n'
+ echo -n "$(LANG=ja_JP.UTF-8 date +$'%m月%d日 (%a) %H:%M:%S') [$(TZ=Japan LANG=ja_JP.UTF-8 date +'%m/%d:%H')]" | tr -d '\n'
echo " %{A}"
}