Search Criteria
Package Details: waybar-niri-taskbar 0.4.0+niri.25.11-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/waybar-niri-taskbar.git (read-only, click to copy) |
|---|---|
| Package Base: | waybar-niri-taskbar |
| Description: | A simple taskbar for Niri, written in Rust: release version |
| Upstream URL: | https://github.com/lawngnome/niri-taskbar |
| Licenses: | MIT |
| Conflicts: | waybar-niri-taskbar-git |
| Submitter: | epicurious |
| Maintainer: | epicurious |
| Last Packager: | epicurious |
| Votes: | 1 |
| Popularity: | 0.133069 |
| First Submitted: | 2025-09-19 11:16 (UTC) |
| Last Updated: | 2025-12-04 14:31 (UTC) |
Dependencies (5)
- gtk3 (gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-no_deadkeys_underlineAUR)
- niri (niri-dinitAUR, niri-dinit-gitAUR, niri-gitAUR, niri-wip-gitAUR)
- waybar (waybar-cava-gitAUR, waybar-gitAUR, waybar-active-lastAUR, waybar-temp-fan-powerAUR, waybar-cavaAUR, waybar-minimal-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
Latest Comments
marcin commented on 2025-12-05 09:19 (UTC)
Works as expected. The taskbar is installed under
/usr/lib/waybar/libniri_taskbar.so.Decator_TheONLY commented on 2025-11-11 08:33 (UTC)
This package assumes the location of the
targetdirectory, but Cargo allows the user to configure the target directory to be anywhere. I have a global target directory set. There are two ways to solve this.I have a fish function that tries to determine the target directory (I don't know bash), and this worked to get things building:
However, the simpler solution is just to set the target-dir in
build():Any time you access files from the target directory in a script, you'll need to take this into account.