Fix bugs with volume, dbus and monitor settings
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
1c65ee002d
commit
1102b08218
3 changed files with 4 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# volume.sh
|
||||
volume=$(/usr/share/i3blocks/volume 5 pulse)
|
||||
volume=$(/usr/lib/i3blocks/volume 5 pulse)
|
||||
|
||||
if [ ${volume::-1} -ge "35" ]; then
|
||||
echo " $volume"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue