This commit is contained in:
mr0xb 2026-06-03 14:36:50 -04:00
commit 715eb53860
No known key found for this signature in database
57 changed files with 7755 additions and 3 deletions

View file

@ -0,0 +1,11 @@
#!/bin/bash
source "$CONFIG_DIR/colors.sh"
sketchybar --add item clock right \
--set clock update_freq=10 \
--set clock icon=󰃰 \
--set clock icon.color=$ICON_COLOR \
--set clock label.color=$LABEL_COLOR \
--set clock script="$PLUGIN_DIR/clock.sh" \
--set clock click_script="$PLUGIN_DIR/zen.sh"