1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 06:41:03 +02:00
ironbar/src
Rodrigo Batista de Moraes cff6b1fc83
build: fix compilation for many feature combinations (#932)
* Fix compilation for many feature combinations

* fix: keep Mpris as the default music player type

* fix: update futures-lite comment

* fix: remove redundant "clap" feature dependency from "cli"

* fix: don't make IPC a dependency of sysinfo module

* refactor: move serde_json feature to "shared" section

* refactor: avoid cfgs inside listen_workspace_events

by splitting list_keyboards_events out of it, which manages its own
connection to the Hyprland IPC socket.

* refactor: sort multiline cfg any's

* Revert "refactor: avoid cfgs inside listen_workspace_events"

This reverts commit 1b4202ed80c9483c609ada8c4436e0fec26a9eef.

* refactor: split listen_workspace_events in more functions

* style: fix broken identation

Not sure why rustfmt didn't catch this.
2025-04-16 22:43:14 +01:00
..
clients build: fix compilation for many feature combinations (#932) 2025-04-16 22:43:14 +01:00
config build: add feature flags for custom, label, script modules 2025-03-24 22:11:24 +00:00
dynamic_value refactor: update to rust 2024, fix strict clippy warnings 2025-03-03 21:28:29 +00:00
image build: fix compilation for many feature combinations (#932) 2025-04-16 22:43:14 +01:00
ipc refactor: update to rust 2024, fix strict clippy warnings 2025-03-03 21:28:29 +00:00
modules build: fix compilation for many feature combinations (#932) 2025-04-16 22:43:14 +01:00
bar.rs refactor: update to rust 2024, fix strict clippy warnings 2025-03-03 21:28:29 +00:00
cli.rs feat: add shell completions 2024-12-29 00:19:02 +00:00
desktop_file.rs refactor: update to rust 2024, fix strict clippy warnings 2025-03-03 21:28:29 +00:00
error.rs fix(wayland): exit on event dispatch error 2024-06-20 20:58:56 +01:00
gtk_helpers.rs refactor: update to rust 2024, fix strict clippy warnings 2025-03-03 21:28:29 +00:00
ironvar.rs feat(sysinfo): expose values as ironvars 2025-02-23 16:51:30 +00:00
logging.rs refactor: update to rust 2024, fix strict clippy warnings 2025-03-03 21:28:29 +00:00
macros.rs feat: libinput keys module 2024-12-27 19:44:25 +00:00
main.rs refactor: update to rust 2024, fix strict clippy warnings 2025-03-03 21:28:29 +00:00
popup.rs refactor: update to rust 2024, fix strict clippy warnings 2025-03-03 21:28:29 +00:00
script.rs feat(config): json schema support 2024-05-31 22:01:50 +01:00
style.rs refactor: update to rust 2024, fix strict clippy warnings 2025-03-03 21:28:29 +00:00