From b363ef013a895c839587d76dc70437a91dc20f2f Mon Sep 17 00:00:00 2001 From: natemaia Date: Thu, 19 Jul 2018 18:52:19 -0700 Subject: [PATCH] Fix issue with update checker script and minor other fixes --- home/.config/keypack | 2 +- home/.config/polybar/modules.conf | 4 +-- home/bin/check-network | 8 ++--- home/bin/rofr.sh | 1 - home/bin/toggle.sh | 53 +++++++++++++------------------ home/bin/updates.sh | 23 ++++++++------ 6 files changed, 40 insertions(+), 51 deletions(-) diff --git a/home/.config/keypack b/home/.config/keypack index a3a72859..16f0a64e 100755 --- a/home/.config/keypack +++ b/home/.config/keypack @@ -24,7 +24,7 @@ setup_keyring() { sudo pacman-key --populate archlabs } -while ! (ping -c 1 archlabslinux.com &>/dev/null || ping -c 1 bitbucket.org &>/dev/null || ping -c 1 github.com &>/dev/null); do +while ! (ping -c 1 archlabslinux.com || ping -c 1 bitbucket.org || ping -c 1 github.com || ping -c 1 google.com) &>/dev/null; do sleep 1 done diff --git a/home/.config/polybar/modules.conf b/home/.config/polybar/modules.conf index 18bc013c..5f3d2eed 100644 --- a/home/.config/polybar/modules.conf +++ b/home/.config/polybar/modules.conf @@ -354,7 +354,7 @@ menu-3-3-exec = systemctl -i poweroff type = custom/script tail = true label = %output% -click-left = toggle.sh -c -tg & +click-left = toggle.sh -c -t & exec = toggle.sh -c format =