mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
update every 59 seconds instead of 1
This commit is contained in:
parent
b99ba3ea1e
commit
5f373c8f32
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
while :; do echo "battery" `apm -l` "%"; sleep 1; done
|
||||
while :; do echo "battery" `apm -l` "%"; sleep 59; done
|
||||
|
|
Loading…
Add table
Reference in a new issue