Add wifi status to tmux status bar
This commit is contained in:
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/bash
|
||||
nmcli -f name,type -t connection show --active | grep -e ethernet -e wireless | sed 's/:.*//'
|
||||
Reference in New Issue
Block a user