#!/bin/bash
#--------------------------------------------
# Lite Sounds - GTK4 System Sound Manager
# Launcher script
# Authors: Original by Jerry Bezencon, GTK4 port
# Website: https://www.linuxliteos.com
#--------------------------------------------

exec python3 /usr/share/litesounds/litesounds.py "$@"
