From 262d5fae27ddb7129a845dc0bb90e93c02407805 Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Tue, 15 Oct 2024 19:30:31 +0300 Subject: [PATCH] notification on scanning --- scripts/wofi-wifi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wofi-wifi.sh b/scripts/wofi-wifi.sh index d1fd8ed..ab3f963 100755 --- a/scripts/wofi-wifi.sh +++ b/scripts/wofi-wifi.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash - +dunstify -a "🔍 Wireless" "Scanning for networks" -t 3000 # Define the GTK theme as a variable for easy changes GTK_THEME_NAME="Nightfox-Dark"