mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
2 lines
66 B
Bash
2 lines
66 B
Bash
#!/bin/sh
|
|
while :; do echo "battery" `apm -l` "%"; sleep 59; done
|