Navigation Sound Monitor for File Managers on Linux!
Posted by
carson
on Feb 16, 2025 11:05 PM
A while back, I made a little utility that adds navigation sound events to file explorers like Dolphin on Unix based systems. For reference, this script was created on Arch Linux and used with the Dolphin file manager, but should be able to be configured to work with different applications. Thought I might leave it here in case someone else is looking for a similar tool!
This script is designed to play a navigation sound effect when navigating folders in file managers such as Dolphin. The script makes use of dbus-monitor to listen for folder navigation events and uses pygame to play the sound effect.
View more details at: https://github.com/c0redump3d/FileNavigationSound-Linux