My dotfiles
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

7 行
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"