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 df77020c52
refactor(sys_info): use snake_case for module tokens for consistency
BREAKING CHANGE: This renames the module from `sys-info` to `sys_info`, and almost every formatting token from `kebab-case` to `snake_case`. Any use of this module will need to be updated.
2022-11-28 22:23:33 +00:00
..
clients refactor: move various clients to own folder 2022-11-06 23:38:51 +00:00
modules refactor(sys_info): use snake_case for module tokens for consistency 2022-11-28 22:23:33 +00:00
bar.rs feat: common module options (show_if, on_click, tooltip) 2022-11-28 22:09:18 +00:00
bridge_channel.rs Major module refactor (#19) 2022-09-25 22:49:00 +01:00
config.rs refactor: use latest libcorn with serde support 2022-11-28 22:23:11 +00:00
icon.rs refactor: various changes based on rust 1.65 clippy 2022-11-06 22:53:48 +00:00
logging.rs refactor(logging): consts for default log levels 2022-11-05 17:29:17 +00:00
main.rs refactor: move various clients to own folder 2022-11-06 23:38:51 +00:00
popup.rs feat: more positioning options (#23) 2022-10-15 16:27:25 +01:00
script.rs feat: common module options (show_if, on_click, tooltip) 2022-11-28 22:09:18 +00:00
style.rs fix: css watcher not working 2022-10-16 22:21:51 +01:00