1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-02 03:01:04 +02:00
ironbar/src/clients/mod.rs

12 lines
247 B
Rust
Raw Normal View History

2023-02-25 14:30:45 +00:00
#[cfg(feature = "clipboard")]
pub mod clipboard;
#[cfg(feature = "workspaces")]
pub mod compositor;
#[cfg(feature = "music")]
pub mod music;
#[cfg(feature = "tray")]
pub mod system_tray;
2023-03-19 02:16:49 +05:30
#[cfg(feature = "upower")]
pub mod upower;
pub mod wayland;