Add scripts

This commit is contained in:
kuben
2019-11-03 14:28:22 +01:00
parent fc0ee648e0
commit a58cdb6355
9 changed files with 1620 additions and 0 deletions

24
scripts/set_bg.sh Executable file
View File

@@ -0,0 +1,24 @@
#!/bin/bash
#function get_index(){
# for i in "${!xra_out[@]}"; do
# if [[ "${xra_out[$i]}" = "$value" ]]; then
# echo "${i}";
# break
# fi
# done
#}
#xra_out=($(xrandr | grep ' connected' | awk '{print $1}'))
#in=($@)
#for i in `seq 0 2 ${#in[@]}`; do
# value="${in[$i]}"
# idx=$(get_index)
# if [ ! -z "$idx" ]; then
# screen_idx="$idx"
# #"${xra_out[$idx-1]}"
# paths[${screen_idx%:}]="--bg-scale ${in[$i+1]}"
# fi
#done
##echo "${paths[@]}"
#str=`printf -v var "%s\n" "${System[@]}"`
#sh -c "feh ${paths[@]}"
feh --bg-scale "$@"