about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-12-31 17:28:47 +0100
committerSoispha <soispha@vhack.eu>2023-12-31 17:28:47 +0100
commit05ff197c44dd51097b563189ee98aa200605bb6f (patch)
tree0c86e491c788096bd0c0474bd0fee27aeac5c10b
parentfeat(hm/conf/yambar): Show currently playing song in bar (diff)
downloadnixos-config-05ff197c44dd51097b563189ee98aa200605bb6f.tar.gz
nixos-config-05ff197c44dd51097b563189ee98aa200605bb6f.zip
fix(hm/conf/yambar/scripts/sound_volume): Add higher sleep time
Diffstat (limited to '')
-rwxr-xr-xhm/soispha/conf/yambar/scripts/sound-volume2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/yambar/scripts/sound-volume b/hm/soispha/conf/yambar/scripts/sound-volume
index 6e03c3bb..5bbd5cf0 100755
--- a/hm/soispha/conf/yambar/scripts/sound-volume
+++ b/hm/soispha/conf/yambar/scripts/sound-volume
@@ -14,7 +14,7 @@ while true; do
     fi
     echo ""
 
-    sleep 1;
+    sleep 3;
 done
 
 # vim: ft=sh