dotfiles/scripts/iwctl-scan
tavo-wasd fd69ecbbe6 init
2023-05-08 20:39:39 -06:00

5 lines
240 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"