Skip to content
/ status Public

Status command for sway.

License

Notifications You must be signed in to change notification settings

kv-o/status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

status

Status command for sway.

Building

Build like a regular C program:

cc -o status status.c

Setup

Edit your sway config to point to your newly built status command:

bar {
    # When the status_command prints a new line to stdout, swaybar updates.
    # The default just shows the current date and time.
    status_command while true; do /path/to/status; done

    # config for swaybar continues here...
}

(Replace /path/to/status with the actual path to the status executable)

About

Status command for sway.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages