diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-06-09 09:00:11 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-09 09:00:11 +0900 |
| commit | dd54b702a10af12a1ffe739adc8a80a50da8fa0d (patch) | |
| tree | 445eb3681353ba04d3ee693e4fdda32ed6e07a4d /config/hypr/scripts/BrightnessKbd.sh | |
| parent | 3e2f835d233e23104eaa541ebbf32781ffc95b40 (diff) | |
| parent | a98349be873576d005af18cb16e0e0f56a71d27e (diff) | |
Merge branch 'development' into translations
Diffstat (limited to 'config/hypr/scripts/BrightnessKbd.sh')
| -rwxr-xr-x | config/hypr/scripts/BrightnessKbd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/BrightnessKbd.sh b/config/hypr/scripts/BrightnessKbd.sh index 4c56bc03..24737b73 100755 --- a/config/hypr/scripts/BrightnessKbd.sh +++ b/config/hypr/scripts/BrightnessKbd.sh @@ -26,7 +26,7 @@ get_icon() { } # Notify notify_user() { - notify-send -e -h string:x-canonical-private-synchronous:brightness_notif -h int:value:$current -u low -i "$icon" "Keyboard" "Brightness:$current%" + notify-send -e -h string:x-canonical-private-synchronous:brightness_notif -h int:value:$current -h boolean:SWAYNC_BYPASS_DND:true -u low -i "$icon" "Keyboard" "Brightness:$current%" } # Change brightness |
