about summary refs log tree commit diff stats
path: root/hm/soispha/conf/yambar
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/conf/yambar
parentbuild(flake): Update (diff)
downloadnixos-config-437bf84f40850e6c8af9f9a3cefbfb5b0a8801a6.zip
build(treewide): Update shell library
Diffstat (limited to 'hm/soispha/conf/yambar')
-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
4 files changed, 4 insertions, 4 deletions
diff --git a/hm/soispha/conf/yambar/scripts/disk b/hm/soispha/conf/yambar/scripts/disk
index 23905b83..b33086ed 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.7.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.7.1" . %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 e5be65d3..c8c9e1eb 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.7.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.7.1" . %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 130224dc..7e680359 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.7.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.7.1" . %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 730c9d9f..b79ee6ce 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.7.0" . %SHELL_LIBRARY_PATH
+SHELL_LIBRARY_VERSION="1.7.1" . %SHELL_LIBRARY_PATH
 
 while true; do
     volume="$(pactl get-sink-volume 0 | awk 'BEGIN { FS="/" } {gsub("%","",$2); gsub(" ","",$2)} {printf $2}')"