dotfiles/home/dot_config/sketchybar/plugins/executable_calendar.sh
2025-09-27 16:00:34 +01:00

10 lines
225 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/usr/bin/env bash
# vim:ft=bash
export LC_TIME=zh_CN.UTF-8
# 获取当前日期并格式化为“3月3日 星期一”格式
DATE=$(date "+%-m月%-d日 %A")
# 发送到 SketchyBar
sketchybar --set $NAME label="$DATE"