Fix bugs with volume, dbus and monitor settings

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2017-01-18 21:15:26 +01:00
parent 1c65ee002d
commit 1102b08218
3 changed files with 4 additions and 6 deletions

View file

@ -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"