feat: scanpdf, bash optimizations

This commit is contained in:
angeD 2022-05-16 14:44:31 +02:00
parent 0ea2a49df1
commit 484cc80fbd
3 changed files with 21 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/bash
set -e
CUR_LIGHT="$(set-light "$@")"
CUR_LIGHT="$("$(dirname "$0")"/set-light "$@")"
SCREENS="$(ddcutil detect | awk '$1 == "Display" {print $2}')"