fix: mpd startup and statusbar music block
This commit is contained in:
parent
b71f77f9c8
commit
91bee9981d
@ -8,7 +8,8 @@ xss-lock -- slock &
|
|||||||
redshift &
|
redshift &
|
||||||
dunst -follow mouse &> /dev/null & #temp fix
|
dunst -follow mouse &> /dev/null & #temp fix
|
||||||
# MPD daemon start (if no other user instance exists)
|
# MPD daemon start (if no other user instance exists)
|
||||||
[ ! -s "$XDG_CONFIG_HOME/mpd/pid" ] && mpd
|
[ -z "$(pidof mpd)" ] && mpd
|
||||||
|
[ -z "$(pgrep -f sb-mpdup)" ] && sb-mpdup &
|
||||||
pulsemixer --set-volume 50
|
pulsemixer --set-volume 50
|
||||||
sbacklight set 3 &
|
sbacklight set 3 &
|
||||||
setbg &
|
setbg &
|
||||||
|
Reference in New Issue
Block a user