+connections block for dwmbar

Basically checks if connected to some form of internet, and prints
'Connected' or 'Not connected'. Removed the applet refresh because this
is better. If I need access to those managers, I'll just launch them.
This commit is contained in:
dx
2020-05-14 18:04:02 +01:00
parent d20fcb86b8
commit b2859688ba
2 changed files with 15 additions and 7 deletions

View File

@@ -1,8 +1,6 @@
#!/bin/bash
killall nm-applet;
killall blueman-applet;
killall sxhkd;
killall mpd;
nm-applet & blueman-applet & refresh_bar & mpd & sxhkd;
refresh_bar & mpd & sxhkd;