Switch to bspwm
This commit is contained in:
parent
4133deacdb
commit
d77432d398
10 changed files with 297 additions and 0 deletions
12
panel/battery
Executable file
12
panel/battery
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
prefix=$1
|
||||
suffix=$2
|
||||
|
||||
while [ true ]; do
|
||||
echo -n "$prefix"
|
||||
echo -n $(acpi --battery | cut -d, -f2 | tr -d ' ')
|
||||
echo -n "$suffix"
|
||||
echo
|
||||
sleep 1s
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue