aboutsummaryrefslogtreecommitdiffstats
path: root/home-manager/config/yambar/scripts/network
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/config/yambar/scripts/network')
-rwxr-xr-xhome-manager/config/yambar/scripts/network6
1 files changed, 2 insertions, 4 deletions
diff --git a/home-manager/config/yambar/scripts/network b/home-manager/config/yambar/scripts/network
index 45c164df..0d98b110 100755
--- a/home-manager/config/yambar/scripts/network
+++ b/home-manager/config/yambar/scripts/network
@@ -1,8 +1,7 @@
#! /usr/bin/env dash
-# shellcheck disable=SC2086
+
# shellcheck source=/dev/null
-# . ~/.local/lib/shell/lib
-. %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.1.3" . %SHELL_LIBRARY_PATH
retest=120
retest_if_con_fails=10
@@ -45,5 +44,4 @@ case "$backend" in
;;
esac
-if [ -d "$LIB_TEMP_DIR_FOR_SCRIPT" ];then rm -r "$LIB_TEMP_DIR_FOR_SCRIPT"; fi
# vim: ft=sh