Add wifi status to tmux status bar

This commit is contained in:
2026-04-20 13:38:19 +02:00
parent a8ad6810cd
commit 38eb58c715
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/usr/bin/bash
nmcli -f name,type -t connection show --active | grep -e ethernet -e wireless | sed 's/:.*//'