├── LICENSE ├── README.md ├── images ├── battery_raw.png └── tmux1.png └── src ├── .tmux.conf └── battery.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strafplanet/beepy-battery/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strafplanet/beepy-battery/HEAD/README.md -------------------------------------------------------------------------------- /images/battery_raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strafplanet/beepy-battery/HEAD/images/battery_raw.png -------------------------------------------------------------------------------- /images/tmux1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strafplanet/beepy-battery/HEAD/images/tmux1.png -------------------------------------------------------------------------------- /src/.tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strafplanet/beepy-battery/HEAD/src/.tmux.conf -------------------------------------------------------------------------------- /src/battery.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/strafplanet/beepy-battery/HEAD/src/battery.sh --------------------------------------------------------------------------------