1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00
ironbar/src
Jake Stanger c347b6c944
feat: add feature flags
Flags allow you to disable certain functionality and compile with only select features to reduce build time.

Resolves #54.
2023-02-01 20:45:52 +00:00
..
clients feat: add feature flags 2023-02-01 20:45:52 +00:00
config feat: add feature flags 2023-02-01 20:45:52 +00:00
image feat: add feature flags 2023-02-01 20:45:52 +00:00
modules feat: add feature flags 2023-02-01 20:45:52 +00:00
bar.rs feat: add feature flags 2023-02-01 20:45:52 +00:00
bridge_channel.rs refactor: macros to reduce repeated code 2022-12-11 22:45:52 +00:00
desktop_file.rs refactor: replace icon loading with improved general image loading 2023-01-29 17:46:02 +00:00
dynamic_string.rs refactor: macros to reduce repeated code 2022-12-11 22:45:52 +00:00
error.rs refactor: standardise error messages 2022-12-11 21:31:45 +00:00
logging.rs refactor: move startup logging code to logging module 2022-12-11 21:31:23 +00:00
macros.rs refactor: macros to reduce repeated code 2022-12-11 22:45:52 +00:00
main.rs refactor: replace icon loading with improved general image loading 2023-01-29 17:46:02 +00:00
popup.rs feat(workspaces): support for using images in name_map 2023-01-30 11:51:01 +00:00
script.rs style: fix 1.67 clippy warnings 2023-01-28 14:40:31 +00:00
style.rs refactor: macros to reduce repeated code 2022-12-11 22:45:52 +00:00