Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 584 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 584 Bytes

ctatus

slstatus alternative

Building

git clone https://github.com/asdfish/ctatus
cd ctatus
sudo make install

Configuration

Configuration of ctatus is done in config.h. Example configs can be found in ./examples and ./config.h

Usage

Usage depends on the window manager/bar that you're using, and may require some hacking

Examples:

Waybar

{
    "modules-right": [
        "custom/ctatus"
    ],
    "custom/ctatus": {
        "exec": "ctatus"
    }
}

Dwm

patch -i patches/dwm.patch