add bar, fix xinitrc, add vdirsyncer to imap and update config.h
[dotfiles.git] / x / .local / bin / network
1 #!/bin/bash
2 netctl list | cut -b 3- | dmenu | ifne xargs -I{}\
3 sudo -A bash -c "netctl switch-to {} && ntpd -qg && hwclock -w"