mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-27 19:34:57 -04:00
updates
This commit is contained in:
parent
bc4d4c403a
commit
715eb53860
57 changed files with 7755 additions and 3 deletions
11
.config/sketchybar/items/clock.sh
Executable file
11
.config/sketchybar/items/clock.sh
Executable 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"
|
||||
Loading…
Reference in a new issue