blob: 9ad951389e9d9396bed052391f4658370f7cf844 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Load global styles, colors and icons
source "$CONFIG_DIR/globalstyles.sh"
messages=(
"${notification_defaults[@]}"
icon=
background.color=$GREEN
script="$PLUGIN_DIR/messages.sh"
click_script="open -a /System/Applications/Messages.app"
)
sketchybar --add item messages right \
--set messages "${messages[@]}"
|