7 lines
149 B
Bash
Executable File
7 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# archypr:summary=Launch the Omarchy wifi controls (provided by the Impala TUI).
|
|
|
|
rfkill unblock wifi
|
|
archypr-aunch-or-focus-tui impala
|