+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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user