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.
7 lines
69 B
Bash
Executable File
7 lines
69 B
Bash
Executable File
#!/bin/bash
|
|
|
|
killall sxhkd;
|
|
killall mpd;
|
|
|
|
refresh_bar & mpd & sxhkd;
|