Skip to content

prochazkaml/corrodedbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

corrodedbar

A simple statusbar for your favourite window manager which either:

  • displays the X11 root window name somewhere on screen (such as dwm), or
  • uses Waybar (see below).

Oh, and it's written in Rust. 🦀

image

(cmatrix not included.)

Usage

To install, run:

cargo install --git https://github.com/prochazkaml/corrodedbar

Then, just add corrodedbar into your window manager's autostart script. Upon first launch, it will generate an example config file which you can edit to further suit your needs.

If you want to check out what corrodedbar has to offer, see the example config file's documentation.

New for 2025: Wayland support!

Well... sort of.

corrodedbar can now be started so that it outputs the current statusbar contents to standard output, where each line of output corresponds to a statusbar update.

This just so happens to be the exact format that Waybar expects for custom scripts.

To add corrodedbar to your Waybar, just add this to your ~/.config/waybar/config:

{
    ...
    "modules-right": ["custom/corrodedbar"],
    "custom/corrodedbar": {
        "exec": "corrodedbar --backend stdout"
    }
    ...
}

And there you have it. corrodedbar on Wayland.

About

Simple window manager statusbar written in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages