Shellcheck and tabindent all scripts
This commit is contained in:
parent
bd5ead19e5
commit
049a93e5d8
25 changed files with 589 additions and 534 deletions
|
@ -47,7 +47,7 @@ record() {
|
|||
}
|
||||
|
||||
while true; do
|
||||
NRECORDINGS="$(ls -1 "$RECDIR" | wc -l)"
|
||||
NRECORDINGS="$(find "$RECDIR" -type f | wc -l)"
|
||||
OPTION="$(
|
||||
printf %b "Line Jack\nMicrophone\n($NRECORDINGS) Recordings\nClose Menu" |
|
||||
dmenu -fn Terminus-30 -c -p "Record" -l 20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue