diff options
| author | Kiran George <kirangeorge1995@gmail.com> | 2025-06-01 08:48:40 +0530 |
|---|---|---|
| committer | Kiran George <kirangeorge1995@gmail.com> | 2025-06-01 08:48:40 +0530 |
| commit | 30ed636ba6c51b417cccb5acde1fbb8221b55b84 (patch) | |
| tree | 8d7f8d619fe79d00515c4c0ad6b81bc3c95c206c /config/hypr/scripts/BrightnessKbd.sh | |
| parent | c75f32337559ee507869f55ba0686603ecef7409 (diff) | |
SwayNC DND bypass for volume and brightness notification
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 |
