diff options
author | Soispha <soispha@vhack.eu> | 2024-01-01 20:05:05 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-01 20:05:05 +0100 |
commit | 076b147ff3a945fb253db45c91c1059fba9a764a (patch) | |
tree | 59dc635e7cf9fb273547ac663fd18e5d1e69224e /hm/soispha/pkgs | |
parent | feat(hm/pkgs/yts): Init (diff) | |
download | nixos-config-076b147ff3a945fb253db45c91c1059fba9a764a.zip |
build(treewide): Update
Diffstat (limited to 'hm/soispha/pkgs')
-rwxr-xr-x | hm/soispha/pkgs/scripts/apps/aumo | 2 | ||||
-rw-r--r-- | hm/soispha/pkgs/scripts/apps/con2pdf | 2 | ||||
-rw-r--r-- | hm/soispha/pkgs/scripts/apps/fupdate | 2 | ||||
-rwxr-xr-x | hm/soispha/pkgs/scripts/small_functions/screenshot_persistent | 2 | ||||
-rwxr-xr-x | hm/soispha/pkgs/scripts/small_functions/screenshot_temporary | 2 | ||||
-rwxr-xr-x | hm/soispha/pkgs/scripts/small_functions/update-sys | 2 | ||||
-rwxr-xr-x | hm/soispha/pkgs/scripts/wrappers/hibernate | 2 | ||||
-rwxr-xr-x | hm/soispha/pkgs/scripts/wrappers/ll | 2 | ||||
-rwxr-xr-x | hm/soispha/pkgs/scripts/wrappers/lock | 2 | ||||
-rwxr-xr-x | hm/soispha/pkgs/scripts/wrappers/lyrics | 2 | ||||
-rwxr-xr-x | hm/soispha/pkgs/scripts/wrappers/mpc-rm | 2 | ||||
-rwxr-xr-x | hm/soispha/pkgs/scripts/wrappers/neorg/neorg | 2 | ||||
-rwxr-xr-x | hm/soispha/pkgs/scripts/wrappers/spodi | 2 | ||||
-rwxr-xr-x | hm/soispha/pkgs/scripts/wrappers/virsh-del | 2 | ||||
-rwxr-xr-x | hm/soispha/pkgs/scripts/wrappers/ytc | 2 | ||||
-rwxr-xr-x | hm/soispha/pkgs/scripts/wrappers/yti | 2 | ||||
-rwxr-xr-x | hm/soispha/pkgs/scripts/wrappers/yts | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/hm/soispha/pkgs/scripts/apps/aumo b/hm/soispha/pkgs/scripts/apps/aumo index a9ba8d39..c3c0cdc1 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.10.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.10.2" . %SHELL_LIBRARY_PATH # TODO: rewrite this diff --git a/hm/soispha/pkgs/scripts/apps/con2pdf b/hm/soispha/pkgs/scripts/apps/con2pdf index b4d88712..bf677d44 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.10.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.10.2" . %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 e18aae1f..ef2b8471 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.10.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.10.2" . %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 90e65349..ff2ddc7a 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.10.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.10.2" . %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 eac7cb9e..729afd83 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.10.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.10.2" . %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 b3a6deb6..ea85477f 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.10.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.10.2" . %SHELL_LIBRARY_PATH help() { cat << EOF diff --git a/hm/soispha/pkgs/scripts/wrappers/hibernate b/hm/soispha/pkgs/scripts/wrappers/hibernate index 4788117e..0a94eee7 100755 --- a/hm/soispha/pkgs/scripts/wrappers/hibernate +++ b/hm/soispha/pkgs/scripts/wrappers/hibernate @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.10.2" . %SHELL_LIBRARY_PATH context="$(task _get rc.context)"; [ "$context" ] && task context none diff --git a/hm/soispha/pkgs/scripts/wrappers/ll b/hm/soispha/pkgs/scripts/wrappers/ll index c87ef016..319369ea 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.10.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.10.2" . %SHELL_LIBRARY_PATH last_directory="$(mktemp)" diff --git a/hm/soispha/pkgs/scripts/wrappers/lock b/hm/soispha/pkgs/scripts/wrappers/lock index ecc8c1a3..3fa7cc36 100755 --- a/hm/soispha/pkgs/scripts/wrappers/lock +++ b/hm/soispha/pkgs/scripts/wrappers/lock @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.10.2" . %SHELL_LIBRARY_PATH context="$(task _get rc.context)"; diff --git a/hm/soispha/pkgs/scripts/wrappers/lyrics b/hm/soispha/pkgs/scripts/wrappers/lyrics index dc5bc2b2..ec0da426 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.10.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.10.2" . %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 fbb036a1..4a87c071 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.10.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.10.2" . %SHELL_LIBRARY_PATH cd "$XDG_MUSIC_DIR" || die "No music dir!" diff --git a/hm/soispha/pkgs/scripts/wrappers/neorg/neorg b/hm/soispha/pkgs/scripts/wrappers/neorg/neorg index f9711d6d..d1766e62 100755 --- a/hm/soispha/pkgs/scripts/wrappers/neorg/neorg +++ b/hm/soispha/pkgs/scripts/wrappers/neorg/neorg @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.10.2" . %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 574c0659..1936c7bc 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.10.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.10.2" . %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 e7ce3aa1..e6a7b69e 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.10.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.10.2" . %SHELL_LIBRARY_PATH virsh destroy "$1" virsh undefine "$1" --nvram diff --git a/hm/soispha/pkgs/scripts/wrappers/ytc b/hm/soispha/pkgs/scripts/wrappers/ytc index f563f00d..2874d190 100755 --- a/hm/soispha/pkgs/scripts/wrappers/ytc +++ b/hm/soispha/pkgs/scripts/wrappers/ytc @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.10.2" . %SHELL_LIBRARY_PATH CONCURRENT=4 OUTPUT_PATH="$XDG_RUNTIME_DIR/ytcc"; diff --git a/hm/soispha/pkgs/scripts/wrappers/yti b/hm/soispha/pkgs/scripts/wrappers/yti index 9da33b30..ad1915e5 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.10.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.10.2" . %SHELL_LIBRARY_PATH DOWN_DIR=/home/soispha/media/music/down/youtube diff --git a/hm/soispha/pkgs/scripts/wrappers/yts b/hm/soispha/pkgs/scripts/wrappers/yts index 5abecb9b..3ff8e37a 100755 --- a/hm/soispha/pkgs/scripts/wrappers/yts +++ b/hm/soispha/pkgs/scripts/wrappers/yts @@ -1,7 +1,7 @@ #!/usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.10.2" . %SHELL_LIBRARY_PATH TASK_UUID=ce4f9e07-8324-4570-8be6-967955e9271e |