updates and a lot of em
This commit is contained in:
parent
30cd55aca8
commit
bd0cf6ff9b
37 changed files with 618 additions and 96 deletions
|
@ -1,10 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
awesome-client "naughty.destroy_all_notifications()"
|
||||
capacity=$(cat /sys/class/power_supply/BAT1/capacity)
|
||||
status=$(cat /sys/class/power_supply/BAT1/status)
|
||||
|
||||
if [ $status = 'Charging' ]; then
|
||||
|
||||
icon=''
|
||||
else
|
||||
icon=''
|
||||
fi
|
||||
|
||||
echo $icon $capacity
|
||||
echo $icon $capacity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue