mirror of
https://github.com/vale981/spectrwm
synced 2025-03-06 02:01:42 -05:00
3 lines
65 B
Bash
3 lines
65 B
Bash
![]() |
#!/bin/sh
|
||
|
while :; do echo "battery" `apm -l` "%"; sleep 1; done
|