Reroganize repository
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
0a4424d25e
commit
cd781c174e
40 changed files with 113 additions and 22 deletions
|
@ -1,11 +0,0 @@
|
|||
#!/bin/bash
|
||||
# volume.sh
|
||||
volume=$(/usr/lib/i3blocks/volume 5 pulse)
|
||||
|
||||
if [ ${volume::-1} -ge "35" ]; then
|
||||
echo " $volume"
|
||||
elif [ ${volume::-1} -gt "0" ]; then
|
||||
echo " $volume"
|
||||
else
|
||||
echo " $volume"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue