Some work on Scripts
notable changes: - rename `bt-connect` to `bt_connect` - rename `music` to `media` and make it generic instead of checking Spotify - make separate script to set background to a preset black image - make all shebangs "#!/usr/bin/env sh"
This commit is contained in:
@@ -27,7 +27,7 @@ choice=$(ssh oreo@oldboy "find /media/hdd/content/ -type 'f' $filtering" |\
|
||||
sed "s/\/media\/hdd\/content\/$selection/\1/g" |\
|
||||
dmenu -i -l 5 -p "Choose file: ")
|
||||
|
||||
if [ $1 == "-f" ]
|
||||
if [ $1 = "-f" ]
|
||||
then
|
||||
mpv "sftp://oldboy:/media/hdd/content/$choice$ending"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user