diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-05-30 02:43:21 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-30 02:43:21 +0900 |
| commit | cfdd7e9f56b7e481db8850caea31af9d8f37f87e (patch) | |
| tree | 5002d6ee1e50d523b6357790f88255642c12aa0d /config | |
| parent | 7710734db0e8d6e828cae91cc7a05f5537cd590a (diff) | |
| parent | 76765c119d0512a7d2ed60b69ec1c020ed5e793b (diff) | |
Merge pull request #313 from jmsapt/main
fix: improvement to brightness script
Diffstat (limited to 'config')
| -rwxr-xr-x | config/hypr/scripts/Brightness.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/scripts/Brightness.sh b/config/hypr/scripts/Brightness.sh index 7d43f570..8f9fbf22 100755 --- a/config/hypr/scripts/Brightness.sh +++ b/config/hypr/scripts/Brightness.sh @@ -33,7 +33,7 @@ notify_user() { # Change brightness change_backlight() { - brightnessctl set "$1" && get_icon && notify_user + brightnessctl set "$1" -n && get_icon && notify_user } # Execute accordingly @@ -50,4 +50,4 @@ case "$1" in *) get_backlight ;; -esac
\ No newline at end of file +esac |
