Skip to content

asdfish/ctatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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