diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-05-30 03:36:36 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-30 03:36:36 +0900 |
| commit | dad0509ca304308f4bff18bcc053ba54163954f2 (patch) | |
| tree | 7390f277d11123f6bdd1ae28edec598dbacee0b9 /config/hypr/scripts | |
| parent | 03683f9e7229d6f1fcbed6facae6b77ddd054b74 (diff) | |
| parent | 4ac0591cce6acb6296e90940c9598b9798e85600 (diff) | |
Merge branch 'dev-hypridle' into main
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/hypr/scripts/Brightness.sh | 4 | ||||
| -rwxr-xr-x | config/hypr/scripts/LockScreen.sh | 2 |
2 files changed, 4 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 diff --git a/config/hypr/scripts/LockScreen.sh b/config/hypr/scripts/LockScreen.sh index f8542f64..a871cc75 100755 --- a/config/hypr/scripts/LockScreen.sh +++ b/config/hypr/scripts/LockScreen.sh @@ -2,4 +2,6 @@ # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## # For Hyprlock + pidof hyprlock || hyprlock -q --immediate + |
