1
0
Fork 0
This commit is contained in:
Luca Bilke 2024-01-27 19:54:35 +01:00
parent 4c6495bcd6
commit fa60bceabe
2 changed files with 5 additions and 4 deletions

View File

@ -25,9 +25,10 @@ else
newbrightness=0
fi
# shellcheck disable=2086
round $newbrightness | tee /sys/class/backlight/*/brightness
notify-send -a "changeBrightness" -i "$icon" -u low "Brightness: ${newpercent}%" \
-h string:x-dunst-stack-tag:$msgTag \
-h int:value:$newpercent \
-h string:hlcolor:$highlight
-h "string:x-dunst-stack-tag:$msgTag" \
-h "int:value:$newpercent" \
-h "string:hlcolor:$highlight"

View File

@ -7,7 +7,7 @@ RED='\033[31m'
NC='\033[0m'
dgit() {
# shellcheck disable=SC2068
# shellcheck disable=2068
git -C "$STOW_DIR/$DOTS_PACKAGE" $@
}