cleanup
This commit is contained in:
parent
4c6495bcd6
commit
fa60bceabe
2 changed files with 5 additions and 4 deletions
|
@ -25,9 +25,10 @@ else
|
||||||
newbrightness=0
|
newbrightness=0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# shellcheck disable=2086
|
||||||
round $newbrightness | tee /sys/class/backlight/*/brightness
|
round $newbrightness | tee /sys/class/backlight/*/brightness
|
||||||
|
|
||||||
notify-send -a "changeBrightness" -i "$icon" -u low "Brightness: ${newpercent}%" \
|
notify-send -a "changeBrightness" -i "$icon" -u low "Brightness: ${newpercent}%" \
|
||||||
-h string:x-dunst-stack-tag:$msgTag \
|
-h "string:x-dunst-stack-tag:$msgTag" \
|
||||||
-h int:value:$newpercent \
|
-h "int:value:$newpercent" \
|
||||||
-h string:hlcolor:$highlight
|
-h "string:hlcolor:$highlight"
|
||||||
|
|
|
@ -7,7 +7,7 @@ RED='\033[31m'
|
||||||
NC='\033[0m'
|
NC='\033[0m'
|
||||||
|
|
||||||
dgit() {
|
dgit() {
|
||||||
# shellcheck disable=SC2068
|
# shellcheck disable=2068
|
||||||
git -C "$STOW_DIR/$DOTS_PACKAGE" $@
|
git -C "$STOW_DIR/$DOTS_PACKAGE" $@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue