diff options
author | Soispha <soispha@vhack.eu> | 2023-12-31 17:28:47 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-31 17:28:47 +0100 |
commit | 05ff197c44dd51097b563189ee98aa200605bb6f (patch) | |
tree | 0c86e491c788096bd0c0474bd0fee27aeac5c10b | |
parent | feat(hm/conf/yambar): Show currently playing song in bar (diff) | |
download | nixos-config-05ff197c44dd51097b563189ee98aa200605bb6f.tar.gz nixos-config-05ff197c44dd51097b563189ee98aa200605bb6f.zip |
fix(hm/conf/yambar/scripts/sound_volume): Add higher sleep time
Diffstat (limited to '')
-rwxr-xr-x | hm/soispha/conf/yambar/scripts/sound-volume | 2 |
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 |