mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-27 19:34:57 -04:00
11 lines
366 B
Shell
Executable file
11 lines
366 B
Shell
Executable file
#!/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"
|