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