feat(sketchybar): rebuild sketchybar config

This commit is contained in:
js0ny 2025-03-03 22:39:12 +00:00
parent d93d153827
commit 0af876301c
27 changed files with 615 additions and 1059 deletions

View file

@ -0,0 +1,10 @@
#!/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"