andrewmcgivery / obsidian-soundscapes

A plugin for Obsidian.MD that adds a music/ambiance player to the status bar to play Lofi beats, nature sounds, ambiance, relaxing music, and more.
MIT License
46 stars 7 forks source link

Feature request: UI Customisation #47

Open VanillaEssence opened 2 days ago

VanillaEssence commented 2 days ago

Love the plugin for allowing music to play relatively distraction free. One source of distraction though is the UI elements it would be great to be able to pick and choose what is displayed on the bottom tab. For now I am using the following css snippet to hide the playlist title but it would be grat if this functionality could be built in:

/ Hide Soundscapes playlist name / .soundscapesroot-nowplaying-text { display: none !important; }