custom_statusbar (110B)
1 #!/bin/sh 2 3 # Day of week in Japanese. 4 time=$(LC_TIME=ja_JP.UTF-8 date +"%Y-%m-%d %k:%M (%a)") 5 6 echo "${time}"