Skip to content

wade-welles/rustbar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustbar

A wayland status bar written in pure rust. Aimed at tiling window managers.

Code may not be idiomatic rust. This is my first rust project.

Current state of project

Unless you plan to contribute or look at the code, ignore this repository. The application is not useful yet.

Aim

rustbar aims to provide a status bar that is highly configurable, performant and pretty. Bars like waybar, i3bar, polybar seem to focus on more simplistic components: a date is just a date, and changing it should be done through the configuration.

This project aims to go further than that and provide an experience more like plasma's taskbar, or windows' taskbar, where components offer the functionality to edit them in the GUI itself, etc.

Compile

Assuming you have git, cargo and gtk-layer-shell installed:

git clone https://github.com/zeroeightysix/rustbar cargo build --release target/build/rustbar 

(cargo run in development)

About

A wayland status bar written in pure rust using GTK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%