summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
blob: 01c25aa2e7659c47d571c01c89a3d1efd7a0170d (plain)
1
2
3
4
5
6
7
8
pub use crate::error::{Error, Result};

pub mod component;
pub mod dbus;
pub mod error;
pub mod i3bar;

const IGNORED: [&str; 3] = ["playerctld", "kdeconnect", "spotifyd"];