summaryrefslogtreecommitdiff
path: root/mac/.config/sketchybar.allapp/items/battery.sh
blob: 7955060a4ff9e9b169de3b95a541387c000dcfc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

battery=(
  script="$PLUGIN_DIR/battery.sh"
  icon.font="$FONT:Regular:19.0"
  padding_right=3
  padding_left=0
  label.drawing=off
  update_freq=120
  updates=on
)
sketchybar --add item battery right \
           --set battery "${battery[@]}"\
              icon.font.size=15 update_freq=120 script="$PLUGIN_DIR/battery.sh" \
           --subscribe battery power_source_change system_woke