PicoJr / swaystatus

Status command for i3bar/swaybar written in async rust. Based on i3status-rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swaystatus

Status command for i3bar/swaybar written in async rust. Based on i3status-rust.

Blocks

Refer to MaxVerevkin#4 for i3status-rust compatibility.

Each block supports multiple click options to handle bolcks' clicks.

Example:

[[block]]
block = "time"
[[block.click]]
button = "left" # Which button to handle
cmd = "kitty" # The shell command to run
sync = false # Whether to wait for command to finish before proceeding (default is false)
update = true # Whether to update the block after click (default is true)

About

Status command for i3bar/swaybar written in async rust. Based on i3status-rust.

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%