move files

This commit is contained in:
Linux User
2022-10-02 15:44:44 +00:00
parent cf0f9b7279
commit f23656f6f2
11 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,14 @@
#!/bin/bash
COLOR1="#009CFF"
COLOR2="#005083"
power=$(nmcli -f IN-USE,SIGNAL,SSID device wifi | grep "*" | cut -d' ' -f8)
name=$(nmcli -f IN-USE,SIGNAL,SSID device wifi | grep "*" | cut -d' ' -f14)
if [[ ! $name ]]
then
echo "^b$COLOR1^^c$COLOR2^  ^c$COLOR1^^b$COLOR2^  ^d^"
else
echo "^b$COLOR1^^c$COLOR2^  ^c$COLOR1^^b$COLOR2^ $name $power ^d^"
fi