soundcloud support for ytdl;newbga actually does second monitor check properly; new music video background script
This commit is contained in:
9
newbga
9
newbga
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user