oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git
205 bytes raw
1
mod bar;
2
mod blocks;
3
mod font;
4
5
pub use bar::Bar;
6
pub use blocks::{BlockCommand, BlockConfig};
7
8
// Bar position (for future use)
9
#[derive(Debug, Clone, Copy)]
10
pub enum BarPosition {
11
    Top,
12
    Bottom,
13
}