1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 23:01:04 +02:00
ironbar/src/modules
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
..
custom fix(custom): buttons lock up on long running commands 2025-03-24 12:01:59 +00:00
launcher feat: fully implement orientation/justify options 2025-03-22 19:24:41 +00:00
music build: fix compilation for many feature combinations (#932) 2025-04-16 22:43:14 +01:00
sway feat: fully implement orientation/justify options 2025-03-22 19:24:41 +00:00
sysinfo feat: fully implement orientation/justify options 2025-03-22 19:24:41 +00:00
tray feat: fully implement orientation/justify options 2025-03-22 19:24:41 +00:00
workspaces feat: fully implement orientation/justify options 2025-03-22 19:24:41 +00:00
cairo.rs refactor: update mlua crate 2025-04-04 20:34:33 +01:00
clipboard.rs feat: fully implement orientation/justify options 2025-03-22 19:24:41 +00:00
clock.rs feat: fully implement orientation/justify options 2025-03-22 19:24:41 +00:00
focused.rs feat: fully implement orientation/justify options 2025-03-22 19:24:41 +00:00
keyboard.rs feat: fully implement orientation/justify options 2025-03-22 19:24:41 +00:00
label.rs feat: fully implement orientation/justify options 2025-03-22 19:24:41 +00:00
mod.rs build: add feature flags for custom, label, script modules 2025-03-24 22:11:24 +00:00
networkmanager.rs fix(networkmanager, upower): widget not vertical on left/right bars 2024-11-25 11:12:23 +00:00
notifications.rs Revert "Fix Pango markup not escaped" 2024-06-02 17:42:18 +01:00
script.rs feat: fully implement orientation/justify options 2025-03-22 19:24:41 +00:00
upower.rs feat: fully implement orientation/justify options 2025-03-22 19:24:41 +00:00
volume.rs chore: add trace logging to volume module 2025-03-24 11:51:26 +00:00