feat: scanpdf, bash optimizations
This commit is contained in:
parent
0ea2a49df1
commit
484cc80fbd
3 changed files with 21 additions and 3 deletions
|
@ -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}')"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue