diff options
| author | JaKooLit <jimmielovejay.com> | 2023-12-17 22:09:37 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-12-17 22:09:37 +0900 |
| commit | 70d3ed24206ba3445a73b75328f7688c6f78e894 (patch) | |
| tree | d900cff5caaac019e95259aeaef57699ecc60ad4 /config/hypr/scripts/AirplaneMode.sh | |
| parent | 96c5794d550d34bce500828f4160667d70d60681 (diff) | |
minor tweaks before final
Diffstat (limited to 'config/hypr/scripts/AirplaneMode.sh')
| -rwxr-xr-x | config/hypr/scripts/AirplaneMode.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/AirplaneMode.sh b/config/hypr/scripts/AirplaneMode.sh index dc9a5956..428a09bd 100755 --- a/config/hypr/scripts/AirplaneMode.sh +++ b/config/hypr/scripts/AirplaneMode.sh @@ -1,6 +1,6 @@ #!/bin/bash -dunstify -u low -i "$dunst_notif" +dunst_notif="$HOME/.config/dunst/images/bell.png" wifi="$(nmcli r wifi | awk 'FNR = 2 {print $1}')" if [ "$wifi" == "enabled" ]; then |
