komorebi v0.1.29 - new status bar built in Rust with egui
komorebi v0.1.29 - new status bar built in Rust with egui - Lemmy.World
Hi friends, it’s been a minute since I shared an update here on this project. Last time I posted about building a debug GUI in Rust with egui, and I enjoyed the experience so much that I decided to write a status bar for my tiling window manager using egui too! There is a whole live coding video series [https://www.youtube.com/watch?v=x2Z5-K05bHs] which documents the creation of the bar, and I think in general the codebase [https://github.com/LGUG2Z/komorebi/tree/master/komorebi-bar] has some useful tips on doing things with egui like loading custom fonts at runtime and enabling application-wide theming from colorschemes palettes like base16 and catppuccin. Happy to answer any questions about the technology choices, the experience in general, rough edges etc.