cleanup
This commit is contained in:
parent
4c6495bcd6
commit
fa60bceabe
|
@ -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"
|
||||
|
|
|
@ -7,7 +7,7 @@ RED='\033[31m'
|
|||
NC='\033[0m'
|
||||
|
||||
dgit() {
|
||||
# shellcheck disable=SC2068
|
||||
# shellcheck disable=2068
|
||||
git -C "$STOW_DIR/$DOTS_PACKAGE" $@
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue