{"id":29721922,"url":"https://github.com/arizkami/velobar","last_synced_at":"2026-02-26T20:40:14.196Z","repository":{"id":291319212,"uuid":"977268786","full_name":"arizkami/velobar","owner":"arizkami","description":"open-source, lightweight, and customizable topbar component for Windows.","archived":false,"fork":false,"pushed_at":"2025-05-04T16:43:27.000Z","size":1579,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-24T19:20:22.454Z","etag":null,"topics":["customization","finder","qml","qt","qt6","toolbar","topbar","windows","windows-11"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arizkami.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-03T20:05:02.000Z","updated_at":"2025-05-09T23:02:29.000Z","dependencies_parsed_at":"2025-07-17T11:20:59.974Z","dependency_job_id":"773643d2-bba4-40f1-8640-b26af339f285","html_url":"https://github.com/arizkami/velobar","commit_stats":null,"previous_names":["rinechxn/velobar","arizkami/velobar"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/arizkami/velobar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arizkami%2Fvelobar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arizkami%2Fvelobar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arizkami%2Fvelobar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arizkami%2Fvelobar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arizkami","download_url":"https://codeload.github.com/arizkami/velobar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arizkami%2Fvelobar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29872284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T18:42:30.764Z","status":"ssl_error","status_checked_at":"2026-02-26T18:41:47.936Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["customization","finder","qml","qt","qt6","toolbar","topbar","windows","windows-11"],"created_at":"2025-07-24T16:21:26.129Z","updated_at":"2026-02-26T20:40:14.180Z","avatar_url":"https://github.com/arizkami.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![{F8650405-DB44-4DF8-8C08-ADCD705089EF}](https://github.com/user-attachments/assets/5f4c5b55-11fc-437b-96d0-a01d31a63914)\n\n---\n\n# VeloBar\n\n**VeloBar** is an open-source, lightweight, and customizable **topbar** component for Windows.  \nIt uses **Qt QML** to create a modern, native UI with hardware acceleration and blur effects, making it perfect for creating sleek topbars for desktop applications.\n\n---\nDownload Alpha: [Windows 64 bit](https://github.com/Rinechxn/velobar/releases/download/0.1.0-alpha/Velobar_Qt6_WIN64.zip)\n---\n\n## Features\n\n- 🖥️ **Native Topbar Component**: Create a persistent bar across the top of your screen.\n- 🎨 **Modern UI**: Built with Qt QML for smooth, hardware-accelerated graphics.\n- 🌟 **Acrylic Effects**: Windows 10/11 blur effects support.\n- 📱 **System Integration**: \n  - Native menu extraction from active windows\n  - Network status monitoring\n  - Battery status\n  - System time and date\n- ⚡ **Lightweight and Fast**: Minimal system resource usage.\n- 🛠️ **Open Source**: MIT licensed.\n\n---\n\n## Requirements\n\n- **Windows 10 or later**\n- **Qt 6.5.0 or later**\n- **C++ Development Environment**\n  - Visual Studio 2019/2022 with MSVC compiler\n\n---\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/rinechxn/velobar.git\n   cd velobar\n   ```\n\n2. Build using Qt Creator:\n   - Open `Bar.pro` in Qt Creator\n   - Configure the project with your Qt kit\n   - Build and run!\n\nAlternative: Command line build:\n```bash\nqmake Bar.pro\nmake (or nmake with MSVC)\n```\n\n---\n\n## Technical Features\n\n- **Native Menu Integration**\n  - Automatically captures and displays menus from active windows\n  - Maintains native functionality while providing modern styling\n\n- **System Integration**\n  - Real-time network status monitoring (Ethernet/WiFi)\n  - Battery status and charging indication\n  - System clock and date display\n\n- **Modern UI Effects**\n  - Acrylic blur (Windows 10/11)\n  - Dynamic transparency\n  - Smooth animations\n  - Custom shader effects\n\n- **High DPI Support**\n  - Automatic scaling for high DPI displays\n  - Crisp rendering on all screen resolutions\n\n---\n\n## Customization\n\nThe UI is built with QML, making it easy to customize:\n\n- **Styling**: Modify the QML files to change appearances\n- **Layouts**: Adjust component positioning and arrangement\n- **Effects**: Customize blur, transparency, and animations\n- **Functionality**: Add new features through C++ and QML\n\n---\n\n## Contributing\n\nPull requests are welcome! Areas for contribution:\n\n- UI/UX improvements\n- Performance optimizations\n- New features\n- Bug fixes\n- Documentation\n\nPlease follow the project's coding style and include appropriate tests.\n\n---\n\n## Related Projects\n\n- [Qt](https://www.qt.io/)\n- [Qt QML](https://doc.qt.io/qt-6/qmlapplications.html)\n- [Windows UI Library](https://learn.microsoft.com/en-us/windows/apps/winui/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farizkami%2Fvelobar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farizkami%2Fvelobar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farizkami%2Fvelobar/lists"}