https://github.com/joshprk/komotray
Simple and lightweight tray icon that shows the current workspace for the Komorebi window manager.
https://github.com/joshprk/komotray
Last synced: 9 days ago
JSON representation
Simple and lightweight tray icon that shows the current workspace for the Komorebi window manager.
- Host: GitHub
- URL: https://github.com/joshprk/komotray
- Owner: joshprk
- License: mit
- Created: 2024-08-09T08:53:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T04:26:13.000Z (about 2 months ago)
- Last Synced: 2025-03-27T10:08:13.756Z (27 days ago)
- Language: Rust
- Homepage:
- Size: 193 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-komorebi - komotray-rs - Simple and lightweight tray icon that shows the current workspace for the Komorebi window manager (Tray Indicators)
- awesome-komorebi - komotray-rs - Simple and lightweight tray icon that shows the current workspace for the Komorebi window manager (Tray Indicators)
README
# komotray
> [!NOTE]
> I don't use Windows anymore, so I don't have much motivation to continue this project. If you'd like something with
> more features, [komorebit](https://github.com/obolenski/komorebit) is a nice project. I will still accept PRs for
> people who like minimalistic stuff and want to add features to this project.Simple and lightweight tray icon that shows the current workspace for the [Komorebi window manager](https://github.com/LGUG2Z/komorebi/).

This is a Rust rewrite of the [original AutoHotKey komotray](https://github.com/urob/komotray) with improvements in automatically recovering from error states and using a single-threaded asynchronous runtime to optimize resource usage. Icons are courtesy of the original, provided by urob.
A major limitation is that only two monitors are supported due to the lack of icons. If you use more than two monitors, try using a status bar like yasb or Zebar. Or if you are a graphics designer, you can make yourself new icons and place them in `./assets/icons/` with the naming scheme `(workspace)-(monitor).ico`. Feel free to contribute those icons to help others out too by creating an issue or pull request!
Licensed under MIT.