rwaybar
rwaybar copied to clipboard
A taskbar for wayland compositors.
As of Pop-os 22.04 is using Pipewire instead of Pulseaudio. While pipewire should be backwards compatible rwaybar no longer shows the volume as of Pop-os 22.04. Most distros plant upgrade...
This would replace: ```sh git clone https://github.com/danieldg/rwaybar cd rwaybar cargo build --release cp target/release/rwaybar cp doc/rwaybar.toml ~/.config/ $EDITOR ~/.config/rwaybar.toml ``` with: ``` cargo install rwaybar rwaybar # generates example config...
Hi! Would you consider publishing `pulse_tokio` module on crates.io? Or maybe it would be possible to [upstream it](https://github.com/jnqnfe/pulse-binding-rust/issues/20)? Thanks!