From b2859688ba2d412098bcd539ac5e831c10c8c935 Mon Sep 17 00:00:00 2001 From: dx Date: Thu, 14 May 2020 18:04:02 +0100 Subject: +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. --- Scripts/.local/scripts/reboot_services | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Scripts/.local/scripts/reboot_services') diff --git a/Scripts/.local/scripts/reboot_services b/Scripts/.local/scripts/reboot_services index 85f0c88..2555d64 100755 --- a/Scripts/.local/scripts/reboot_services +++ b/Scripts/.local/scripts/reboot_services @@ -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; -- cgit v1.2.3-13-gbd6f