Commit 6f8e77dd930a721caef788fa76c7cd7929d7dfee
Commits[COMMIT BEGIN]commit 6f8e77dd930a721caef788fa76c7cd7929d7dfee Author: root <root@felix> Date: Sun Mar 15 20:48:36 2026 +0000 Felix: add tone and fix anoying bug I made I kept doing -x than +x Signed-off-by: root <root@felix> diff --git a/systems/linux/dotfiles/felix/home/felix/buzzerd/startup-tone.sh b/systems/linux/dotfiles/felix/home/felix/buzzerd/startup-tone.sh new file mode 100644 index 0000000..7c0b1de --- /dev/null +++ b/systems/linux/dotfiles/felix/home/felix/buzzerd/startup-tone.sh @@ -0,0 +1,7 @@ +for i in {0..5}; do + for j in {0..3}; do + echo $((j*300)) > /dev/buzzer + sleep 0.02 + done +done +echo 0 > /dev/buzzer diff --git a/systems/linux/dotfiles/felix/home/felix/felix_init.sh b/systems/linux/dotfiles/felix/home/felix/felix_init.sh index cb649bb..23d8e83 100644 --- a/systems/linux/dotfiles/felix/home/felix/felix_init.sh +++ b/systems/linux/dotfiles/felix/home/felix/felix_init.sh @@ -1,4 +1,2 @@ bash /root/felix/buzzerd/init.sh -# do a tune EOF -# API is d# for delay and # for buzzer value but it needs to be in a single echo new line separated string -echo -e "d1000\n500\nd1000\n0" > /dev/buzzer +bash /root/felix/buzzerd/startup-tone.sh diff --git a/systems/linux/dotfiles/felix/install.sh b/systems/linux/dotfiles/felix/install.sh index a754ea1..e9bfe75 100644 --- a/systems/linux/dotfiles/felix/install.sh +++ b/systems/linux/dotfiles/felix/install.sh @@ -9,5 +9,5 @@ fi bash /root/felix/systemd/install.sh systemctl daemon-reload -chmod -x /root/felix/felix_init.sh +chmod +x /root/felix/felix_init.sh[COMMIT END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.