/shareet

شريط is a status bar written in Rust made for Bunnuafeth/بو النوافذ

Primary LanguageRust

Shareet | شريط

Shareet is a status bar written in Rust made for Bunnuafeth/بو النوافذ

it uses xcb bindings in Rust (x11rb), and WGPU directly with a custom UI framework (probably not as good as the others, but pretty fun)

Build from source

you can build it using cargo

# either debug build
cargo build

# or release build (more performant)
cargo build --release

Run from source

you can run it using cargo

# either debug build
cargo run

# or release build (more performant)
cargo run --release