mpsq / arewewaylandyet

Sources for https://arewewaylandyet.com
https://arewewaylandyet.com
MIT License
274 stars 59 forks source link

OSDs? #192

Open anarcat opened 1 year ago

anarcat commented 1 year ago

One thing I find interesting in the way I build my desktop I have noticed recently is that i try to cram everything in one status bar, which becomes unbearably big. That's not how modern desktops do things anymore, and there's a good reason: they pop up notifications based on actions. For example, you change the volume, you get a little slider/progress bar that relays the current state.

This is something that's not well supported in Wayland right now, or at least not in Sway, as far as I am concerned.

There's a bunch of options for this:

There doesn't seem to be, in other words, something that just sits there and monitors for state changes and relays them in an overlay right now.

ErikReider commented 9 months ago

There doesn't seem to be, in other words, something that just sits there and monitors for state changes and relays them in an overlay right now.

Having this in SwayOSD would make the OSD pop up when changing the volume in software, eg through Waybar or amixer which isn't desirable. That's why I went with the current keybinding-based implementation

anarcat commented 9 months ago

Having this in SwayOSD would make the OSD pop up when changing the volume in software, eg through Waybar or amixer which isn't desirable. That's why I went with the current keybinding-based implementation

... why isn't this desirable? it's exactly what i want, in fact...

for now i've started using pasystray, thinking it was doing what i wanted (which is pop up an OSD when volume changes, regardless of the source), but it doesn't actually do that: it only pops up when you change the volume through the tray, which is far less optimal...