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 09:51:38 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2ad4e1c6a2
spectrwm
/
baraction.sh
3 lines
75 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
Use full path
2009-01-23 02:38:30 +00:00
while
:
;
do
echo
"battery"
`
/usr/sbin/apm -l
`
"%"
;
sleep 1
;
done
Reference in a new issue
Copy permalink