codyduong / hitokage

A configurable status bar for Windows implemented in Rust
https://codyduong.github.io/hitokage/
MIT License
22 stars 0 forks source link

Implement bar positioning #10

Open codyduong opened 3 months ago

codyduong commented 3 months ago

Implement

pub struct Bar {
    position: BarPosition
}

such that BarPosition is an enum supporting Top | Right | Bottom | Left