soundcloud support for ytdl;newbga actually does second monitor check properly; new music video background script

This commit is contained in:
shockrah
2019-10-19 20:33:26 -07:00
parent 0326d64c96
commit 0776285cc5
3 changed files with 28 additions and 6 deletions

9
newbga
View File

@@ -37,8 +37,9 @@ c=`xrandr | grep ' connected' | wc -l`
if $c = "1"
then
exit
else
# Second monitor
xwinwrap -g 1920x1080+1920+0 -ni -fdt -sh rectangle -un -b -nf -ov -- $mpv "$base/$pape2" & > /dev/null 2>&1 &
echo $! >> ${HOME}/.cache/mpvbg.pid
echo "$pape1" >> $HOME/.cache/newbga_img
fi
# Second monitor
xwinwrap -g 1920x1080+1920+0 -ni -fdt -sh rectangle -un -b -nf -ov -- $mpv "$base/$pape2" & > /dev/null 2>&1 &
echo $! >> ${HOME}/.cache/mpvbg.pid
echo "$pape1" >> $HOME/.cache/newbga_img