add base dotfiles
This commit is contained in:
commit
968449de49
31 changed files with 2121 additions and 0 deletions
8
.config/eww/scripts/wifi
Executable file
8
.config/eww/scripts/wifi
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
wifi=`nmcli c show --active | tail -n 1 | sed 's/ .*//g'`
|
||||
if [ ${#wifi} -gt 0 ]; then
|
||||
echo "(label :text \"${wifi}\")"
|
||||
else
|
||||
echo ""
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue