aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/AirplaneMode.sh
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-01-19 18:22:28 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-01-19 18:22:28 +0900
commit2398cb234ad450dcec0e41a235c7137c3d0f831a (patch)
tree7e7e93374d7e811abae601d2aa7b1fd5aacbc211 /config/hypr/scripts/AirplaneMode.sh
parent297144b5dd1b08819276840c138c01c584689165 (diff)
update on scripts for better notification via swaync
Diffstat (limited to 'config/hypr/scripts/AirplaneMode.sh')
-rwxr-xr-xconfig/hypr/scripts/AirplaneMode.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/scripts/AirplaneMode.sh b/config/hypr/scripts/AirplaneMode.sh
index 89546e76..93526b66 100755
--- a/config/hypr/scripts/AirplaneMode.sh
+++ b/config/hypr/scripts/AirplaneMode.sh
@@ -9,8 +9,8 @@ wifi_blocked=$(rfkill list wifi | grep -o "Soft blocked: yes")
if [ -n "$wifi_blocked" ]; then
rfkill unblock wifi
- notify-send -u low -i "$notif" " Airplane mode:" " Switched OFF"
+ notify-send -u low -i "$notif" " Airplane" " mode: OFF"
else
rfkill block wifi
- notify-send -u low -i "$notif" " Airplane mode:" " Switched ON"
+ notify-send -u low -i "$notif" " Airplane" " mode: ON"
fi
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage