How to "reclaim" screen area after closing yasb?
After closing yasb, the space used by it seems to be still "blocked" and I'm left with an empty space that can't be used by my windows. Not sure if this is related, but what is the expected way to close yasb? I'm assuming using exit through the tray icon menu is supported, what about killing the process running in the cmdline?
Quitting yasb via the system tray icon is the expected way. I have yet to implement a process exit handler for the bar so the windows app bar areas can be reclaimed, however, I am currently working on implementing this in a rust rewrite of yasb. Will keep this issue updated as the rust rewrite nears completion.
Quitting yasb via the system tray icon is the expected way. I have yet to implement a process exit handler for the bar so the windows app bar areas can be reclaimed, however, I am currently working on implementing this in a rust rewrite of yasb. Will keep this issue updated as the rust rewrite nears completion.
Is the Rust rewrite still planned? (Really hope so!)
This project is exactly what I’m looking for, but unfortunately it seems a bit dead at the moment. Still using it in its current state though. Does anyone know of any other similar projects?
@hotsno there is a similar status bar project called droptop four but it's using rainmeter tho
Thanks @Dadangdut33!
Also, I've found that restarting explorer.exe from task manager allows you to reclaim screen area after closing yasb.
Quitting yasb via the system tray icon is the expected way. I have yet to implement a process exit handler for the bar so the windows app bar areas can be reclaimed, however, I am currently working on implementing this in a rust rewrite of yasb. Will keep this issue updated as the rust rewrite nears completion.
Is the Rust rewrite still planned? (Really hope so!)
This project is exactly what I’m looking for, but unfortunately it seems a bit dead at the moment. Still using it in its current state though. Does anyone know of any other similar projects?
Yes it's currently in the works. Has been an on/off development for the past few works but I'm now able to allocate more time towards it. You can preview the rewrite on the tauri-port branch. Some logic for reclaiming bar space was introduced, so should work better than the current python implementation
Thanks @Dadangdut33!
Also, I've found that restarting explorer.exe from task manager allows you to reclaim screen area after closing yasb.
Thanks for sharing this!
Screen space reclamation has been implemented for the tauri rewrite of YASB. No such behaviour is planned for v1, as I have decided to halt development for the python version.
Please check out the tauri-port branch and share your thoughts. Closing this as no additional work is required