about summary refs log tree commit diff stats
path: root/hm/soispha/pkgs/scripts/small_functions
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-11-25 15:39:32 +0100
committerSoispha <soispha@vhack.eu>2023-11-25 15:39:32 +0100
commit437bf84f40850e6c8af9f9a3cefbfb5b0a8801a6 (patch)
tree84d4d32353fb5506361a3769946c6f48a7e2de38 /hm/soispha/pkgs/scripts/small_functions
parentbuild(flake): Update (diff)
downloadnixos-config-437bf84f40850e6c8af9f9a3cefbfb5b0a8801a6.zip
build(treewide): Update shell library
Diffstat (limited to 'hm/soispha/pkgs/scripts/small_functions')
-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
3 files changed, 3 insertions, 3 deletions
diff --git a/hm/soispha/pkgs/scripts/small_functions/gtk-themes b/hm/soispha/pkgs/scripts/small_functions/gtk-themes
index c6c2a492..41c1a162 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.7.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.7.1" . %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 dcccc9b6..ff0d3ee4 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.7.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.7.1" . %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 a99ff221..f549196a 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.7.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.7.1" . %SHELL_LIBRARY_PATH
 
 help() {
     cat << EOF