about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-09-16 13:56:36 +0200
committerSoispha <soispha@vhack.eu>2023-09-16 13:56:36 +0200
commit9ba4a1328e5ed799f6eb480ab73b6cc78ffc0cda (patch)
tree93577a34c10538cc0c0aae5ca51a2a963776e18b
parentbuild(flake): Update (diff)
downloadnixos-config-9ba4a1328e5ed799f6eb480ab73b6cc78ffc0cda.tar.gz
nixos-config-9ba4a1328e5ed799f6eb480ab73b6cc78ffc0cda.zip
fix(treewide): Update to the newest shell lib version
-rwxr-xr-xbootstrap/01_activate2
-rwxr-xr-xbootstrap/01_install2
-rwxr-xr-xbootstrap/02_setup2
-rwxr-xr-xbootstrap/03_config_setup2
-rwxr-xr-xbootstrap/99_ensure_config_variables2
-rw-r--r--flake.lock16
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/archive2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/broot_jump2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/chmod2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/clear_trash2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/cow_cp2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/dl_file2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/dragon2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/dragon_individual2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/dragon_stay2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/fzf_jump2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/go_project_root2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/mk_dir2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/mk_file2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/mk_file_and_edit2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/mk_ln2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/mk_scr_default2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/mk_scr_temp2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/open2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/open_config2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/restore_trash2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/set_wall_paper2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/stripspace2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/trash2
-rwxr-xr-xhm/soispha/conf/lf/commands/scripts/unarchive2
-rwxr-xr-xhm/soispha/conf/yambar/scripts/disk2
-rwxr-xr-xhm/soispha/conf/yambar/scripts/grades-average2
-rwxr-xr-xhm/soispha/conf/yambar/scripts/network2
-rwxr-xr-xhm/soispha/conf/yambar/scripts/sound-volume2
-rwxr-xr-xhm/soispha/pkgs/scripts/apps/aumo2
-rwxr-xr-xhm/soispha/pkgs/scripts/apps/con2pdf2
-rwxr-xr-xhm/soispha/pkgs/scripts/small_functions/gtk-themes2
-rwxr-xr-xhm/soispha/pkgs/scripts/small_functions/screen_shot2
-rwxr-xr-xhm/soispha/pkgs/scripts/small_functions/update-sys2
-rwxr-xr-xhm/soispha/pkgs/scripts/wrappers/ll2
-rwxr-xr-xhm/soispha/pkgs/scripts/wrappers/neorg2
-rwxr-xr-xhm/soispha/pkgs/scripts/wrappers/spodi2
-rwxr-xr-xhm/soispha/pkgs/scripts/wrappers/virsh-del2
-rwxr-xr-xhm/soispha/pkgs/scripts/wrappers/yti2
-rwxr-xr-xhm/soispha/wms/river/init2
45 files changed, 52 insertions, 52 deletions
diff --git a/bootstrap/01_activate b/bootstrap/01_activate
index cfcfc090..4dfdda32 100755
--- a/bootstrap/01_activate
+++ b/bootstrap/01_activate
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 . %SCRIPT_ENSURE_CONFIG_VARIABLES
 
diff --git a/bootstrap/01_install b/bootstrap/01_install
index b1dbccf4..d21d73f7 100755
--- a/bootstrap/01_install
+++ b/bootstrap/01_install
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 INSTALL=y . %SCRIPT_ENSURE_CONFIG_VARIABLES
 
diff --git a/bootstrap/02_setup b/bootstrap/02_setup
index 912c6437..823ef34f 100755
--- a/bootstrap/02_setup
+++ b/bootstrap/02_setup
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 . %SCRIPT_ENSURE_CONFIG_VARIABLES
 
diff --git a/bootstrap/03_config_setup b/bootstrap/03_config_setup
index e3f9b07d..35621a98 100755
--- a/bootstrap/03_config_setup
+++ b/bootstrap/03_config_setup
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 # clone packer.nvim to the needed dir, for the nvim install to work
 git clone --depth 1 https://github.com/wbthomason/packer.nvim /mnt/srv/home/soispha/.local/share/nvim/site/pack/packer/start/packer.nvim
diff --git a/bootstrap/99_ensure_config_variables b/bootstrap/99_ensure_config_variables
index 09010401..5ee2e7e9 100755
--- a/bootstrap/99_ensure_config_variables
+++ b/bootstrap/99_ensure_config_variables
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 if ! [ "$NIX_ENVIRONMENT_VARIABLES_SET" ]; then
     if ! [ "$NIX_HOST" ]; then
diff --git a/flake.lock b/flake.lock
index c8865706..d2a5b275 100644
--- a/flake.lock
+++ b/flake.lock
@@ -197,11 +197,11 @@
         ]
       },
       "locked": {
-        "lastModified": 1693929441,
-        "narHash": "sha256-hZZVZmrsAorNxuJh5WD8p5RWhYjuK++CFgfLDE9H3Zs=",
+        "lastModified": 1694865172,
+        "narHash": "sha256-cFJYi2jkTRfrxJpib60xIBzSKKMA8z/1FZh7aWi2hmI=",
         "ref": "refs/heads/prime",
-        "rev": "f99e5abdffbc889919dc46081bef46728152550a",
-        "revCount": 37,
+        "rev": "0c00c51603d148f6dec50603596ac540b6cd70d5",
+        "revCount": 41,
         "type": "git",
         "url": "https://codeberg.org/soispha/flake_update.git"
       },
@@ -924,11 +924,11 @@
         ]
       },
       "locked": {
-        "lastModified": 1693948955,
-        "narHash": "sha256-JytKfLc+TLx7XR85FTn6pbOPzE/ww+/Ht33dmqdpRXk=",
+        "lastModified": 1694865092,
+        "narHash": "sha256-TQHe+RwNtqO8o1tNKBMTMFwufzXGyOGg+29gvaAjaNg=",
         "ref": "refs/heads/prime",
-        "rev": "5a448405feaaf721a0ec90008301cdbcbae10ae3",
-        "revCount": 84,
+        "rev": "7193b436090dd33b568a0334313348126f50c9aa",
+        "revCount": 87,
         "type": "git",
         "url": "https://codeberg.org/soispha/shell_library.git"
       },
diff --git a/hm/soispha/conf/lf/commands/scripts/archive b/hm/soispha/conf/lf/commands/scripts/archive
index 19a2c442..078fb468 100755
--- a/hm/soispha/conf/lf/commands/scripts/archive
+++ b/hm/soispha/conf/lf/commands/scripts/archive
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 # Option '-f' disables pathname expansion which can be useful when $f, $fs, and
 # $fx variables contain names with '*' or '?' characters. However, this option
diff --git a/hm/soispha/conf/lf/commands/scripts/broot_jump b/hm/soispha/conf/lf/commands/scripts/broot_jump
index cc76c300..eabde988 100755
--- a/hm/soispha/conf/lf/commands/scripts/broot_jump
+++ b/hm/soispha/conf/lf/commands/scripts/broot_jump
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 tmp=$(mktmp)
 res="$(broot --outcmd "$tmp" && sed 's/cd //' "$tmp")"
diff --git a/hm/soispha/conf/lf/commands/scripts/chmod b/hm/soispha/conf/lf/commands/scripts/chmod
index f3df66ba..06943d9b 100755
--- a/hm/soispha/conf/lf/commands/scripts/chmod
+++ b/hm/soispha/conf/lf/commands/scripts/chmod
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 readp "Mode bits: " bits
 
diff --git a/hm/soispha/conf/lf/commands/scripts/clear_trash b/hm/soispha/conf/lf/commands/scripts/clear_trash
index c80392a3..5b9bd5d7 100755
--- a/hm/soispha/conf/lf/commands/scripts/clear_trash
+++ b/hm/soispha/conf/lf/commands/scripts/clear_trash
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 # could also use --force, for instand removal
 trash list | fzf --multi | awk '{print $NF}' | xargs trash empty --match=exact
diff --git a/hm/soispha/conf/lf/commands/scripts/cow_cp b/hm/soispha/conf/lf/commands/scripts/cow_cp
index 29cec646..1e79dc20 100755
--- a/hm/soispha/conf/lf/commands/scripts/cow_cp
+++ b/hm/soispha/conf/lf/commands/scripts/cow_cp
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 # source: https://github.com/gokcehan/lf/wiki/Tips#use-copy-on-write-when-possible
 #
diff --git a/hm/soispha/conf/lf/commands/scripts/dl_file b/hm/soispha/conf/lf/commands/scripts/dl_file
index 2867e067..07504e4f 100755
--- a/hm/soispha/conf/lf/commands/scripts/dl_file
+++ b/hm/soispha/conf/lf/commands/scripts/dl_file
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 # Provides the ability to download a file by dropping it into a window
 
diff --git a/hm/soispha/conf/lf/commands/scripts/dragon b/hm/soispha/conf/lf/commands/scripts/dragon
index 5ba12443..c27e546b 100755
--- a/hm/soispha/conf/lf/commands/scripts/dragon
+++ b/hm/soispha/conf/lf/commands/scripts/dragon
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 while read -r file; do
     set -- "$@" "$file"
diff --git a/hm/soispha/conf/lf/commands/scripts/dragon_individual b/hm/soispha/conf/lf/commands/scripts/dragon_individual
index a1b1b2ff..f1b65ecd 100755
--- a/hm/soispha/conf/lf/commands/scripts/dragon_individual
+++ b/hm/soispha/conf/lf/commands/scripts/dragon_individual
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 while read -r file; do
     set -- "$@" "$file"
diff --git a/hm/soispha/conf/lf/commands/scripts/dragon_stay b/hm/soispha/conf/lf/commands/scripts/dragon_stay
index e8286578..3f441ef6 100755
--- a/hm/soispha/conf/lf/commands/scripts/dragon_stay
+++ b/hm/soispha/conf/lf/commands/scripts/dragon_stay
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 while read -r file; do
     set -- "$@" "$file";
diff --git a/hm/soispha/conf/lf/commands/scripts/fzf_jump b/hm/soispha/conf/lf/commands/scripts/fzf_jump
index bc891fc8..c65c6324 100755
--- a/hm/soispha/conf/lf/commands/scripts/fzf_jump
+++ b/hm/soispha/conf/lf/commands/scripts/fzf_jump
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 res="$(fd . --maxdepth 3 | fzf --header='Jump to location')"
 
diff --git a/hm/soispha/conf/lf/commands/scripts/go_project_root b/hm/soispha/conf/lf/commands/scripts/go_project_root
index 54cb3384..9fac3d09 100755
--- a/hm/soispha/conf/lf/commands/scripts/go_project_root
+++ b/hm/soispha/conf/lf/commands/scripts/go_project_root
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 flake_base_dir="$(search_flake_base_dir)";
 if [ "$flake_base_dir" ]; then
diff --git a/hm/soispha/conf/lf/commands/scripts/mk_dir b/hm/soispha/conf/lf/commands/scripts/mk_dir
index a343e9bc..0ae5b6c0 100755
--- a/hm/soispha/conf/lf/commands/scripts/mk_dir
+++ b/hm/soispha/conf/lf/commands/scripts/mk_dir
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 prompt "Directory Name: "
 name=""
diff --git a/hm/soispha/conf/lf/commands/scripts/mk_file b/hm/soispha/conf/lf/commands/scripts/mk_file
index 54a55ce9..93049e76 100755
--- a/hm/soispha/conf/lf/commands/scripts/mk_file
+++ b/hm/soispha/conf/lf/commands/scripts/mk_file
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 prompt "File name: "
 name=""
diff --git a/hm/soispha/conf/lf/commands/scripts/mk_file_and_edit b/hm/soispha/conf/lf/commands/scripts/mk_file_and_edit
index 2ade0a36..19f2e429 100755
--- a/hm/soispha/conf/lf/commands/scripts/mk_file_and_edit
+++ b/hm/soispha/conf/lf/commands/scripts/mk_file_and_edit
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 prompt "File name: "
 name=""
diff --git a/hm/soispha/conf/lf/commands/scripts/mk_ln b/hm/soispha/conf/lf/commands/scripts/mk_ln
index 13744f18..24b34af3 100755
--- a/hm/soispha/conf/lf/commands/scripts/mk_ln
+++ b/hm/soispha/conf/lf/commands/scripts/mk_ln
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 while IFS= read -r i;do
     set -- "$@" "$i"
diff --git a/hm/soispha/conf/lf/commands/scripts/mk_scr_default b/hm/soispha/conf/lf/commands/scripts/mk_scr_default
index 2c531919..0fad1171 100755
--- a/hm/soispha/conf/lf/commands/scripts/mk_scr_default
+++ b/hm/soispha/conf/lf/commands/scripts/mk_scr_default
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 
 prompt "Script name: "
diff --git a/hm/soispha/conf/lf/commands/scripts/mk_scr_temp b/hm/soispha/conf/lf/commands/scripts/mk_scr_temp
index 67c9017e..178242cb 100755
--- a/hm/soispha/conf/lf/commands/scripts/mk_scr_temp
+++ b/hm/soispha/conf/lf/commands/scripts/mk_scr_temp
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 
 prompt "Script name: "
diff --git a/hm/soispha/conf/lf/commands/scripts/open b/hm/soispha/conf/lf/commands/scripts/open
index 96ba1e7c..3a551186 100755
--- a/hm/soispha/conf/lf/commands/scripts/open
+++ b/hm/soispha/conf/lf/commands/scripts/open
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 case $(file --mime-type "$f" -bL) in
     text/*|application/json|application/vnd.hp-HPGL) "$EDITOR" "$f";;
diff --git a/hm/soispha/conf/lf/commands/scripts/open_config b/hm/soispha/conf/lf/commands/scripts/open_config
index 9e7d641e..008d761e 100755
--- a/hm/soispha/conf/lf/commands/scripts/open_config
+++ b/hm/soispha/conf/lf/commands/scripts/open_config
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 "$EDITOR" "$(bookmenu -b ~/.config/bookmenu/configs -f fzf -o)" # TODO: implement this
 # vim: ft=sh
diff --git a/hm/soispha/conf/lf/commands/scripts/restore_trash b/hm/soispha/conf/lf/commands/scripts/restore_trash
index ff04b8c9..948bd665 100755
--- a/hm/soispha/conf/lf/commands/scripts/restore_trash
+++ b/hm/soispha/conf/lf/commands/scripts/restore_trash
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 trash list | fzf --multi | awk '{print $NF}' | xargs trash restore --match=exact
 # vim: ft=sh
diff --git a/hm/soispha/conf/lf/commands/scripts/set_wall_paper b/hm/soispha/conf/lf/commands/scripts/set_wall_paper
index 2e4e1d38..609731f6 100755
--- a/hm/soispha/conf/lf/commands/scripts/set_wall_paper
+++ b/hm/soispha/conf/lf/commands/scripts/set_wall_paper
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 die "No yet implemented" # TODO: do what the 'die' says
 #sed -i "s,export AWMWALLPAPER='.*',export AWMWALLPAPER='${f}'," ${ZDOTDIR}/.zshenv
diff --git a/hm/soispha/conf/lf/commands/scripts/stripspace b/hm/soispha/conf/lf/commands/scripts/stripspace
index 9c1ac9c6..cb7c6085 100755
--- a/hm/soispha/conf/lf/commands/scripts/stripspace
+++ b/hm/soispha/conf/lf/commands/scripts/stripspace
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 files=$(mktmp);
 echo "$fx" > "$files";
diff --git a/hm/soispha/conf/lf/commands/scripts/trash b/hm/soispha/conf/lf/commands/scripts/trash
index 048e4797..9203e366 100755
--- a/hm/soispha/conf/lf/commands/scripts/trash
+++ b/hm/soispha/conf/lf/commands/scripts/trash
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 trash_output=$(mktmp);
 expected_error_output=$(mktmp);
diff --git a/hm/soispha/conf/lf/commands/scripts/unarchive b/hm/soispha/conf/lf/commands/scripts/unarchive
index 6c47f3dd..4926ba80 100755
--- a/hm/soispha/conf/lf/commands/scripts/unarchive
+++ b/hm/soispha/conf/lf/commands/scripts/unarchive
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 # extract the current file with the right command
 # (xkcd link: https://xkcd.com/1168/)
diff --git a/hm/soispha/conf/yambar/scripts/disk b/hm/soispha/conf/yambar/scripts/disk
index 752f0b4c..047a0160 100755
--- a/hm/soispha/conf/yambar/scripts/disk
+++ b/hm/soispha/conf/yambar/scripts/disk
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 # Main loop
 while true; do
diff --git a/hm/soispha/conf/yambar/scripts/grades-average b/hm/soispha/conf/yambar/scripts/grades-average
index 59ac1b64..ddbf38be 100755
--- a/hm/soispha/conf/yambar/scripts/grades-average
+++ b/hm/soispha/conf/yambar/scripts/grades-average
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 while true; do
     grade="$(grades list average | awk '{print $2}')";
diff --git a/hm/soispha/conf/yambar/scripts/network b/hm/soispha/conf/yambar/scripts/network
index bb15b320..ca7223f1 100755
--- a/hm/soispha/conf/yambar/scripts/network
+++ b/hm/soispha/conf/yambar/scripts/network
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 retest=120
 retest_if_con_fails=10
diff --git a/hm/soispha/conf/yambar/scripts/sound-volume b/hm/soispha/conf/yambar/scripts/sound-volume
index 5e91e4a2..494a1674 100755
--- a/hm/soispha/conf/yambar/scripts/sound-volume
+++ b/hm/soispha/conf/yambar/scripts/sound-volume
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 while true; do
     volume="$(pactl get-sink-volume 0 | awk 'BEGIN { FS="/" } {gsub("%","",$2); gsub(" ","",$2)} {printf $2}')"
diff --git a/hm/soispha/pkgs/scripts/apps/aumo b/hm/soispha/pkgs/scripts/apps/aumo
index b3aad2f8..557c62aa 100755
--- a/hm/soispha/pkgs/scripts/apps/aumo
+++ b/hm/soispha/pkgs/scripts/apps/aumo
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 # TODO: rewrite this
 
diff --git a/hm/soispha/pkgs/scripts/apps/con2pdf b/hm/soispha/pkgs/scripts/apps/con2pdf
index ab3d02a7..04cce783 100755
--- a/hm/soispha/pkgs/scripts/apps/con2pdf
+++ b/hm/soispha/pkgs/scripts/apps/con2pdf
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 
 # needed for help() and version
diff --git a/hm/soispha/pkgs/scripts/small_functions/gtk-themes b/hm/soispha/pkgs/scripts/small_functions/gtk-themes
index e4e76817..13f019a5 100755
--- a/hm/soispha/pkgs/scripts/small_functions/gtk-themes
+++ b/hm/soispha/pkgs/scripts/small_functions/gtk-themes
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 
 # TODO: document, what this does
diff --git a/hm/soispha/pkgs/scripts/small_functions/screen_shot b/hm/soispha/pkgs/scripts/small_functions/screen_shot
index ea96f0b0..19713e25 100755
--- a/hm/soispha/pkgs/scripts/small_functions/screen_shot
+++ b/hm/soispha/pkgs/scripts/small_functions/screen_shot
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 date="$(date +%s)"
 grim -g "$(slurp)" "$HOME/media/pictures/screenshots/$date.png" &&
diff --git a/hm/soispha/pkgs/scripts/small_functions/update-sys b/hm/soispha/pkgs/scripts/small_functions/update-sys
index 408ee54d..d99a0416 100755
--- a/hm/soispha/pkgs/scripts/small_functions/update-sys
+++ b/hm/soispha/pkgs/scripts/small_functions/update-sys
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 help() {
     cat << EOF
diff --git a/hm/soispha/pkgs/scripts/wrappers/ll b/hm/soispha/pkgs/scripts/wrappers/ll
index cff15d6c..6830b7ff 100755
--- a/hm/soispha/pkgs/scripts/wrappers/ll
+++ b/hm/soispha/pkgs/scripts/wrappers/ll
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 last_directory="$(mktemp)"
 
diff --git a/hm/soispha/pkgs/scripts/wrappers/neorg b/hm/soispha/pkgs/scripts/wrappers/neorg
index 29060c97..cb7ea256 100755
--- a/hm/soispha/pkgs/scripts/wrappers/neorg
+++ b/hm/soispha/pkgs/scripts/wrappers/neorg
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 # these are used in version()
 AUTHORS="Soispha"
diff --git a/hm/soispha/pkgs/scripts/wrappers/spodi b/hm/soispha/pkgs/scripts/wrappers/spodi
index 13576b10..08e4bd5e 100755
--- a/hm/soispha/pkgs/scripts/wrappers/spodi
+++ b/hm/soispha/pkgs/scripts/wrappers/spodi
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 DOWN_DIR="/home/soispha/media/music/down";
 
diff --git a/hm/soispha/pkgs/scripts/wrappers/virsh-del b/hm/soispha/pkgs/scripts/wrappers/virsh-del
index 7b0f899c..6bbc0961 100755
--- a/hm/soispha/pkgs/scripts/wrappers/virsh-del
+++ b/hm/soispha/pkgs/scripts/wrappers/virsh-del
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 virsh destroy "$1"
 virsh undefine "$1" --nvram
diff --git a/hm/soispha/pkgs/scripts/wrappers/yti b/hm/soispha/pkgs/scripts/wrappers/yti
index de353a8c..25f13040 100755
--- a/hm/soispha/pkgs/scripts/wrappers/yti
+++ b/hm/soispha/pkgs/scripts/wrappers/yti
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 die "Use spodi instead!" # TODO: fix this script
 DOWN_DIR=/home/soispha/media/playlist/down/
diff --git a/hm/soispha/wms/river/init b/hm/soispha/wms/river/init
index 9e80e81e..7060ccdb 100755
--- a/hm/soispha/wms/river/init
+++ b/hm/soispha/wms/river/init
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.4.0" . %SHELL_LIBRARY_PATH
 
 err_fail() {
     if ! "$@";then