aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/AirplaneMode.sh
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-01-14 00:12:29 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-01-14 00:12:29 +0900
commitdf57f9890b28aa6f5139e2917cee213031ba0e9c (patch)
tree644b7851f189af52bfde39a2658cfe0d2fd20d7c /config/hypr/scripts/AirplaneMode.sh
parent2d7d7b685e6ad01bd7c390700c17738cba05e3b1 (diff)
some scripts are tweaked to get a better notification. swaync config tweaked
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 1587a2bc..cd061c76 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: OFF'
+ notify-send -u low -i "$notif" "$(printf "\n Airplane mode: OFF")"
else
rfkill block wifi
- notify-send -u low -i "$notif" 'Airplane mode: ON'
+ notify-send -u low -i "$notif" "$(printf "\n Airplane mode: ON")"
fi
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage