1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-12 20:41:16 +02:00

scripts: renamed many scripts and added options; added loopback

This commit is contained in:
2024-05-18 04:27:54 +02:00
parent b25a478cfa
commit f662768a04
14 changed files with 124 additions and 40 deletions

View File

@@ -2,7 +2,7 @@
while read file
do
case "$1" in
"w") background_set "$file" & ;;
"w") wallpaper "$file" & ;;
"c")
[ -z "$destdir" ] && destdir="$(sed "s/\s.*#.*$//;/^\s*$/d" ~/.config/bmdirs | awk '{print $2}' | dmenu -l 20 -i -p "Copy file(s) to where?" | sed "s|~|$HOME|g")"
[ -z "$destdir" ] && exit