BKSalman / shareet

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Rust 96.6%Language:Nix 2.2%Language:WGSL 1.2%