#!/bin/env/bash # Load global styles, colors and icons source "$CONFIG_DIR/globalstyles.sh" mail=( "${notification_defaults[@]}" icon=􀍕 icon.y_offset=1 background.color=$YELLOW background.height=18 icon.padding_left=6 label.padding_right=6 script="$PLUGIN_DIR/mail.sh" click_script="open -a /System/Applications/Mail.app" ) sketchybar --add item mail right \ --set mail "${mail[@]}"