We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c542d commit 44ce14cCopy full SHA for 44ce14c
Configs/.local/lib/hyde/brightnesscontrol.sh
@@ -33,7 +33,7 @@ send_notification() {
33
# shellcheck disable=SC2154
34
ico="${iconsDir}/Wallbash-Icon/media/knob-${angle}.svg"
35
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}"
+ [[ "${isNotify}" == true ]] && notify-send -a "HyDE Notify" -r 7 -t 800 -i "${ico}" "${brightness}${bar}" "${brightinfo}"
37
}
38
39
get_brightness() {
0 commit comments