mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-08 17:21:23 +01:00
6 lines
216 B
Bash
Executable file
6 lines
216 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sketchybar --add item battery right \
|
|
--set battery update_freq=120 \
|
|
script="$PLUGIN_DIR/battery.sh" \
|
|
--subscribe battery system_woke power_source_change
|