This website requires JavaScript.
Explore
Help
Sign in
hiro
/
spectrwm
Watch
1
Star
0
Fork
You've already forked spectrwm
0
mirror of
https://github.com/vale981/spectrwm
synced
2025-03-05 18:01:37 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7ab5dbd429
spectrwm
/
baraction.sh
3 lines
66 B
Bash
Raw
Normal View
History
Unescape
Escape
Add baraction script for batter and stuff. bad mcbride broke colors in config file; need to go fix that now.
2009-01-22 17:50:16 +00:00
#!/bin/sh
update every 59 seconds instead of 1
2009-01-22 18:16:35 +00:00
while
:
;
do
echo
"battery"
`
apm -l
`
"%"
;
sleep 59
;
done
Reference in a new issue
Copy permalink