Reroganize repository
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
0a4424d25e
commit
cd781c174e
40 changed files with 113 additions and 22 deletions
10
system/.config/i3/i3bar/wifi.sh
Executable file
10
system/.config/i3/i3bar/wifi.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
# wifi.sh
|
||||
|
||||
SSID=$(iwgetid -r)
|
||||
|
||||
if [ "$SSID" != "Yggdrasil"]; then
|
||||
echo " Disconnected"
|
||||
else
|
||||
echo " $SSID"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue