mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
fix volume bar script
This commit is contained in:
parent
02b587fe82
commit
25870d1d06
@ -19,4 +19,5 @@ nitrogen --restore
|
||||
nm-applet &
|
||||
|
||||
# Start volume bar
|
||||
~/.config/xob/volume.sh
|
||||
~/.config/xob/volume.sh &
|
||||
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
#!/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