about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-12-28 15:18:01 +0100
committerSoispha <soispha@vhack.eu>2023-12-28 15:18:01 +0100
commitb726043befebca229bf3c0bb0650bf2332faecc6 (patch)
tree5817bebe9811b86d15de380b63803cb45001ba0e
parentfix(hm/pkgs/scr/neorg): List all task when no context is set (diff)
downloadnixos-config-b726043befebca229bf3c0bb0650bf2332faecc6.tar.gz
nixos-config-b726043befebca229bf3c0bb0650bf2332faecc6.zip
build(treewide): Update shell library
-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.lock14
-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/taskwarrior/hooks/scripts/on-add_enforce-policies.sh2
-rwxr-xr-xhm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh2
-rwxr-xr-xhm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh2
-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
-rw-r--r--hm/soispha/conf/zsh/default.nix2
-rwxr-xr-xhm/soispha/pkgs/scripts/apps/aumo2
-rw-r--r--hm/soispha/pkgs/scripts/apps/con2pdf2
-rw-r--r--hm/soispha/pkgs/scripts/apps/fupdate2
-rwxr-xr-xhm/soispha/pkgs/scripts/small_functions/screenshot_persistent2
-rwxr-xr-xhm/soispha/pkgs/scripts/small_functions/screenshot_temporary2
-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/lyrics2
-rwxr-xr-xhm/soispha/pkgs/scripts/wrappers/mpc-rm2
-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
-rwxr-xr-xsys/svcs/xdg/scripts/lf_wrapper2
53 files changed, 59 insertions, 59 deletions
diff --git a/bootstrap/01_activate b/bootstrap/01_activate
index 9ab76944..cc490bfe 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
 
 . %SCRIPT_ENSURE_CONFIG_VARIABLES
 
diff --git a/bootstrap/01_install b/bootstrap/01_install
index bc596f64..3323842a 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
 
 INSTALL=y . %SCRIPT_ENSURE_CONFIG_VARIABLES
 
diff --git a/bootstrap/02_setup b/bootstrap/02_setup
index ce230cce..ad6f8285 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
 
 . %SCRIPT_ENSURE_CONFIG_VARIABLES
 
diff --git a/bootstrap/03_config_setup b/bootstrap/03_config_setup
index 98f0b572..9a82d174 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 a6a07422..650be518 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
 
 if ! [ "$NIX_ENVIRONMENT_VARIABLES_SET" ]; then
     if ! [ "$NIX_HOST" ]; then
diff --git a/flake.lock b/flake.lock
index 808f5402..aedf64e2 100644
--- a/flake.lock
+++ b/flake.lock
@@ -432,11 +432,11 @@
         ]
       },
       "locked": {
-        "lastModified": 1703709181,
-        "narHash": "sha256-tHId+/SbBtzF3OGu1a4YhhNifdgQ/+RiDPe7Yw+CIzE=",
+        "lastModified": 1703760766,
+        "narHash": "sha256-jv6B2+AwfZbYJWkJIY3UMyqnF+TspyUC81vQNcK/nxE=",
         "owner": "nix-community",
         "repo": "nixvim",
-        "rev": "b140981d65335abd07ce313e058380243b827823",
+        "rev": "a7144cfbf7e54e99888fa979950e8059efba03cf",
         "type": "github"
       },
       "original": {
@@ -748,11 +748,11 @@
         ]
       },
       "locked": {
-        "lastModified": 1702997143,
-        "narHash": "sha256-IF8T8lWbOeB1USt5niGgA1V8UazBIZPSErRLvdhEcNo=",
+        "lastModified": 1703772947,
+        "narHash": "sha256-qJ1LJ4e3KhJa0MZBD/ShHw5yMJFz/9YwNT8mU9mekBI=",
         "ref": "refs/heads/prime",
-        "rev": "a43d5d0cfb9bbe30345810c7a4d0707fcab9267b",
-        "revCount": 121,
+        "rev": "cbbffa4c18e5d6772a0d830051eb5fd80c7afee0",
+        "revCount": 123,
         "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 3b58bed0..f06f3534 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 1d709b4b..30924cfd 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 9aa9769b..e2f1ebeb 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 6bf4e797..a5d21ba3 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 2f76e9f8..2820c7d2 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 619348f1..6102678f 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 f39065ed..fa8fb433 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 cc14b06e..b7b81ae4 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 94b3f7e8..3fd3b732 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 61558a09..10c75fc5 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 d96d6f83..88509b10 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 f76afbb4..6157117d 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 b336a156..9239f6e8 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 3493e0cd..9146d650 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 78f980c7..628cbbe9 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 3566f353..cf12c364 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 a72fbd5c..57387cb0 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 d6db4ad0..7c27467f 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 932c6ad3..6f1fddab 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 82853747..966173f4 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 8e919e9c..eccb308f 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 f74528a0..b4ef70cc 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 a0b02d19..2f41dd2c 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 8dff0a9b..431be68b 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
 
 # extract the current file with the right command
 # (xkcd link: https://xkcd.com/1168/)
diff --git a/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh b/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh
index 83ce4fb2..89d29274 100755
--- a/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh
+++ b/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_enforce-policies.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
 
 # override shell lib output to stdout
 eprint() {
diff --git a/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh b/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh
index c64cbe29..7998e43b 100755
--- a/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh
+++ b/hm/soispha/conf/taskwarrior/hooks/scripts/on-add_sync-git-repo.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
 
 # override shell lib output to stdout
 eprint() {
diff --git a/hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh b/hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh
index 952d804c..d47472db 100755
--- a/hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh
+++ b/hm/soispha/conf/taskwarrior/hooks/scripts/on-modify_sync-git-repo.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
 
 # override shell lib output to stdout
 eprint() {
diff --git a/hm/soispha/conf/yambar/scripts/disk b/hm/soispha/conf/yambar/scripts/disk
index ff393a80..2bed47df 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 94167950..6359ce00 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 420d3325..02a9ac0b 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 6ad0cca4..6e03c3bb 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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/conf/zsh/default.nix b/hm/soispha/conf/zsh/default.nix
index 27165570..2d37682a 100644
--- a/hm/soispha/conf/zsh/default.nix
+++ b/hm/soispha/conf/zsh/default.nix
@@ -72,7 +72,7 @@
       + builtins.readFile ./config/command_not_found_insult.zsh
       + builtins.readFile ./config/custom_cursor.sh
       + builtins.readFile "${pkgs.fzf}/share/fzf/key-bindings.zsh"
-      + ''SHELL_LIBRARY_VERSION="1.9.0" source ${shell_library.rawLib.${system}}'';
+      + ''SHELL_LIBRARY_VERSION="1.10.0" source ${shell_library.rawLib.${system}}'';
 
     shellAliases = {
       ll = ". ll";
diff --git a/hm/soispha/pkgs/scripts/apps/aumo b/hm/soispha/pkgs/scripts/apps/aumo
index e60cd0e0..a9ba8d39 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
 
 # TODO: rewrite this
 
diff --git a/hm/soispha/pkgs/scripts/apps/con2pdf b/hm/soispha/pkgs/scripts/apps/con2pdf
index 2c8c5de5..2ea6ba6e 100644
--- 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
 
 
 # needed for help() and version
diff --git a/hm/soispha/pkgs/scripts/apps/fupdate b/hm/soispha/pkgs/scripts/apps/fupdate
index 03fe5e9a..e18aae1f 100644
--- a/hm/soispha/pkgs/scripts/apps/fupdate
+++ b/hm/soispha/pkgs/scripts/apps/fupdate
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
 
 
 UPDATE_SCRIPT_NAME="update.sh";
diff --git a/hm/soispha/pkgs/scripts/small_functions/screenshot_persistent b/hm/soispha/pkgs/scripts/small_functions/screenshot_persistent
index 493e4b21..90e65349 100755
--- a/hm/soispha/pkgs/scripts/small_functions/screenshot_persistent
+++ b/hm/soispha/pkgs/scripts/small_functions/screenshot_persistent
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
 
 # only generate a path (this could lead to a time-of-check/time-of-use bug)
 tmp="$(mktmp --dry-run)"
diff --git a/hm/soispha/pkgs/scripts/small_functions/screenshot_temporary b/hm/soispha/pkgs/scripts/small_functions/screenshot_temporary
index 66842cad..eac7cb9e 100755
--- a/hm/soispha/pkgs/scripts/small_functions/screenshot_temporary
+++ b/hm/soispha/pkgs/scripts/small_functions/screenshot_temporary
@@ -1,7 +1,7 @@
 #! /usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
 
 grim -g "$(slurp)" | wl-copy
 
diff --git a/hm/soispha/pkgs/scripts/small_functions/update-sys b/hm/soispha/pkgs/scripts/small_functions/update-sys
index 4430c329..b3a6deb6 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
 
 help() {
     cat << EOF
diff --git a/hm/soispha/pkgs/scripts/wrappers/ll b/hm/soispha/pkgs/scripts/wrappers/ll
index 7e237080..c87ef016 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
 
 last_directory="$(mktemp)"
 
diff --git a/hm/soispha/pkgs/scripts/wrappers/lyrics b/hm/soispha/pkgs/scripts/wrappers/lyrics
index 9e019fe2..dc5bc2b2 100755
--- a/hm/soispha/pkgs/scripts/wrappers/lyrics
+++ b/hm/soispha/pkgs/scripts/wrappers/lyrics
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
 
 (
     cd "$XDG_MUSIC_DIR" || die "No music dir!"
diff --git a/hm/soispha/pkgs/scripts/wrappers/mpc-rm b/hm/soispha/pkgs/scripts/wrappers/mpc-rm
index 872125e3..fbb036a1 100755
--- a/hm/soispha/pkgs/scripts/wrappers/mpc-rm
+++ b/hm/soispha/pkgs/scripts/wrappers/mpc-rm
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
 
 
 cd "$XDG_MUSIC_DIR" || die "No music dir!"
diff --git a/hm/soispha/pkgs/scripts/wrappers/neorg b/hm/soispha/pkgs/scripts/wrappers/neorg
index dda81308..50e888d3 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 310faad7..574c0659 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
 
 # This path must not contain spaces
 DOWN_DIR="/home/soispha/media/music/down/spotify";
diff --git a/hm/soispha/pkgs/scripts/wrappers/virsh-del b/hm/soispha/pkgs/scripts/wrappers/virsh-del
index 4dd6eeb2..e7ce3aa1 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.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 3004d927..9da33b30 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.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
 
 DOWN_DIR=/home/soispha/media/music/down/youtube
 
diff --git a/hm/soispha/wms/river/init b/hm/soispha/wms/river/init
index 80d1c7fa..67ba8fab 100755
--- a/hm/soispha/wms/river/init
+++ b/hm/soispha/wms/river/init
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
 
 err_fail() {
     if ! "$@";then
diff --git a/sys/svcs/xdg/scripts/lf_wrapper b/sys/svcs/xdg/scripts/lf_wrapper
index 58bc37b6..559acaae 100755
--- a/sys/svcs/xdg/scripts/lf_wrapper
+++ b/sys/svcs/xdg/scripts/lf_wrapper
@@ -1,7 +1,7 @@
 #!/usr/bin/env dash
 
 # shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="1.9.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH
 
 # This wrapper script is invoked by xdg-desktop-portal-termfilechooser.
 #