dwmblocks 0.1.1

Simple and fast modular status bar for dwm written in rust.
Documentation
1
2
3
4
#!/bin/bash

current_network=$(nmcli con show --active | getline 1 | linesplit '  ' 0)
test '$(current_network)' = lo && echo '|' no wifi || echo '|'$current_network