diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-27 13:02:18 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-27 13:02:18 +0900 |
| commit | 816475928f186a6ff4486a3d1138a78ffcffd898 (patch) | |
| tree | d0b2b3c7c066364238a174c603c76cb2de93f9d1 /config/hypr/scripts/Brightness.sh | |
| parent | 9e7b47f1b8dafbfadee3863355b3785384ffe436 (diff) | |
refer to my previous commit message
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 72cff898..c5c0b80f 100755 --- a/config/hypr/scripts/Brightness.sh +++ b/config/hypr/scripts/Brightness.sh @@ -26,7 +26,7 @@ get_icon() { # Notify notify_user() { - notify-send -h string:x-dunst-stack-tag:brightness_notif -h int:value:$current -u low -i "$icon" "Brightness : $current%" + dunstify -h string:x-dunst-stack-tag:brightness_notif -h int:value:$current -u low -i "$icon" "Brightness : $current%" } # Change brightness |
