diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-06-01 14:26:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-01 14:26:29 -0400 |
| commit | 33017970d8cdf235cffd20b88336390e87cbf579 (patch) | |
| tree | 1b89de97a1ffd38638887cd2bed61b0de4fa8843 /config/hypr/scripts/Brightness.sh | |
| parent | a419a0c0bf8749e2cdfba277be04926990527351 (diff) | |
| parent | 30ed636ba6c51b417cccb5acde1fbb8221b55b84 (diff) | |
Merge pull request #725 from SherLock707/swaync_bypass_dnd
SwayNC DND bypass for volume and brightness notification
Diffstat (limited to 'config/hypr/scripts/Brightness.sh')
| -rwxr-xr-x | config/hypr/scripts/Brightness.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/Brightness.sh b/config/hypr/scripts/Brightness.sh index 8e5d525a..bf28fc8c 100755 --- a/config/hypr/scripts/Brightness.sh +++ b/config/hypr/scripts/Brightness.sh @@ -29,7 +29,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 "Screen" "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 "Screen" "Brightness:$current%" } # Change brightness |
