mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-11 04:49:38 +00:00
fix volume bar script
This commit is contained in:
parent
02b587fe82
commit
25870d1d06
@ -19,4 +19,5 @@ nitrogen --restore
|
|||||||
nm-applet &
|
nm-applet &
|
||||||
|
|
||||||
# Start volume bar
|
# Start volume bar
|
||||||
~/.config/xob/volume.sh
|
~/.config/xob/volume.sh &
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
WATCHER=pulse-volume-watcher.py ./base.sh $@
|
cd "${0%/*}" || exit
|
||||||
|
|
||||||
|
WATCHER=pulse-volume-watcher.py ./base.sh volume
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user