-
Notifications
You must be signed in to change notification settings - Fork 0
Home
github-actions[bot] edited this page Jul 11, 2026
·
5 revisions
Welcome to the Wiki for NoraBar, a small music HUD that quietly lives at the top edge of your screen.
NoraBar is a Windows desktop app that keeps music close without cluttering your workspace. It usually waits as a 2px strip, then opens into a HUD with track information, album art, playback controls, and a waveform visualizer when you move the mouse near it.
- Guide-Getting-Started - Launching NoraBar, basic controls, and first-use flow
- Guide-Configuration - Design style, progress bar, startup, language, and update checks
- Troubleshooting - Things to check when music information or the waveform does not appear
- Development - Development environment, build commands, verification, and Wiki sync
- Architecture - How the window, ViewModels, and services fit together
- A subtle top-edge HUD that opens only on hover
- Custom window positioning by dragging
- Music controls backed by Windows media sessions
- Synchronized lyrics display powered by LRCLIB
- An 8-bar waveform visualizer powered by WASAPI loopback capture
- Automatic text scrolling settings for long track information
- Automatic update checks on startup
- Two design styles: Minimal and Productivity
- Japanese / English display language switching
- System tray residency and Windows startup registration
The source for this Wiki lives in docs/wiki/ in the repository.
When changes are pushed to the master branch, .github/workflows/wiki-sync.yml syncs these Markdown files to the GitHub Wiki. Use GitHub Wiki page links such as [[Guide-Getting-Started]] for links between Wiki pages.