My dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
203 B

  1. #!/bin/sh
  2. month="$(LC_TIME=ja_JP.UTF-8 date "+%A")"
  3. day="$(LC_TIME=ja_JP.UTF-8 date "+%x")"
  4. time="$(date "+%H:%M")"
  5. printf "^c#222222^^b#a77bf2^ %s ^b#9863f2^ %s ^b#884cef^ %s " "$month" "$day" "$time"