55
[Niri + Waybar] bar only in overview mode
(lemmy.zip)
Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make ricers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!
Mod+O { spawn "sh" "-c" "niri msg action toggle-overview; ~/.config/waybar/scripts/toggle.sh"; }the toggle script kills or launched waybar process
That's a clever way of doing it, hadn't thought about that. Btw, did you know waybar supports toggling by sending it a SIGUSR1 Signal? It might simplify your script.
Thanks, that makes sense. I was hoping you could have it "reveal" the bar as you zoom out into the overview. I assume this would basically make it pop in, although I suppose the bar could be set to fade in which would look nice...