Skip to content

RobertMueller2/waybar-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waybar-helper

A small Rust program for Waybar helpers, shared for reference purposes. It currently has one subcommand: wayeyes, which indicates via swayipc-async whether the focused node has xdgshell, xwaylandshell or something else.

Config example is included in my Dotfile-Snippets repository.

Building

From the repository root:

# Build all crates
cargo build

# Run the binary (e.g. the 'wayeyes' subcommand)
cargo run -p waybar-helper -- wayeyes

# install the binary in $HOME/.cargo/bin
cargo install -p waybar-helper-- wayeyes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages