1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-02 11:11:04 +02:00

Merge pull request #27 from JakeStanger/feat/custom-widget

feat: new custom module
This commit is contained in:
Jake Stanger 2022-10-23 17:11:17 +01:00 committed by GitHub
commit a93700e8fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 351 additions and 166 deletions

View file

@ -6,6 +6,7 @@ mod icon;
mod logging;
mod modules;
mod popup;
mod script;
mod style;
mod sway;
mod wayland;