dotfiles/scripts/iwctl-scan
2023-05-29 12:39:14 -06:00

5 lines
241 B
Bash
Executable file

#!/bin/sh
# Shortcut for scanning networks
# Attempt to scan networks, notify operation success
iwctl station wlan0 scan && notify-send "󰖩 Wireless Network" "Scanning..." || notify-send "󰖩 Wireless Network" "Operation unsuccessful"