1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 06:41:03 +02:00
ironbar/src
Jake Stanger 01de0ac6f5
feat(sysinfo): overhaul to add aggregate/unit/formatting support
This completely reworks the sysinfo module to add support for aggregate functions, better support for working with individual devices, the ability to specify units, and some string formatting support.

Several new tokens have also been added, and performance should be marginally improved.

BREAKING CHANGE: Use of the `sys_info` module in your config will need to be updated to use the new token format. See the wiki page for more info.
2025-02-15 22:58:17 +00:00
..
clients feat(sysinfo): overhaul to add aggregate/unit/formatting support 2025-02-15 22:58:17 +00:00
config Merge pull request #837 from BowDown097/master 2025-02-15 22:43:46 +00:00
dynamic_value fix: markup escape issues 2024-10-15 22:11:15 +01:00
image feat(keyboard): ability to display and switch kb layout (#836) 2025-02-03 21:19:30 +00:00
ipc fix(ipc): support querying against duplicate bar names 2024-11-16 20:48:12 +00:00
modules feat(sysinfo): overhaul to add aggregate/unit/formatting support 2025-02-15 22:58:17 +00:00
bar.rs refactor: ensure one copy of icon_overrides 2025-02-08 04:45:35 -08:00
cli.rs feat: add shell completions 2024-12-29 00:19:02 +00:00
desktop_file.rs refactor: fix new strict clippy warnings 2024-02-01 22:39:43 +00:00
error.rs fix(wayland): exit on event dispatch error 2024-06-20 20:58:56 +01:00
gtk_helpers.rs refactor: fix some strict clippy warnings 2024-12-29 00:40:12 +00:00
ironvar.rs refactor: fix latest clippy warnings 2024-05-11 20:56:18 +01:00
logging.rs feat: route gtk logging through tracing 2024-11-18 21:25:57 +00:00
macros.rs feat: libinput keys module 2024-12-27 19:44:25 +00:00
main.rs refactor: ensure one copy of icon_overrides 2025-02-08 04:45:35 -08:00
popup.rs refactor: fix some pedantic clippy warnings 2024-08-14 21:26:40 +01:00
script.rs feat(config): json schema support 2024-05-31 22:01:50 +01:00
style.rs fix: not properly redrawing on style reload 2024-11-05 13:06:23 +00:00