Skip to content

Commit 44ce14c

Browse files
kRHYME7Copilot
andauthored
Update Configs/.local/lib/hyde/brightnesscontrol.sh
Co-authored-by: Copilot <[email protected]>
1 parent 34c542d commit 44ce14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configs/.local/lib/hyde/brightnesscontrol.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ send_notification() {
3333
# shellcheck disable=SC2154
3434
ico="${iconsDir}/Wallbash-Icon/media/knob-${angle}.svg"
3535
bar=$(seq -s "." $((brightness / 15)) | sed 's/[0-9]//g')
36-
[[ "${isNotify}" == true ]] && notify-send -a "HyDE Notify" -r 7 -t 2000 -i "${ico}" "${brightness}${bar}" "${brightinfo}"
36+
[[ "${isNotify}" == true ]] && notify-send -a "HyDE Notify" -r 7 -t 800 -i "${ico}" "${brightness}${bar}" "${brightinfo}"
3737
}
3838

3939
get_brightness() {

0 commit comments

Comments
 (0)