parent
8672323dcb
commit
fbd3d16d51
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
sleep 1
|
||||
|
||||
if [[ $(cat /tmp/spotify-dl.log) == '' ]]; then
|
||||
kill -9 $(ps -aux | grep "lib/spotify-ripper" | grep -v grep | awk '{print $2}')
|
||||
fi
|
@ -0,0 +1,24 @@
|
||||
echo "
|
||||
<style>
|
||||
html {
|
||||
background-color: #272727;
|
||||
color: #E6E6E6;
|
||||
}
|
||||
a {
|
||||
color: #E6E6E6;
|
||||
}
|
||||
|
||||
#player {
|
||||
min-width: 250px;
|
||||
width: 40%;
|
||||
}
|
||||
.container-dis {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
-moz-transform: translateX(-50%) translateY(-50%);
|
||||
-webkit-transform: translateX(-50%) translateY(-50%);
|
||||
transform: translateX(-50%) translateY(-50%);
|
||||
}
|
||||
</style>
|
||||
"
|
Loading…
Reference in new issue