-
-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make title bar themeable #595
Comments
and stick image to desktop fixed |
Hi @kid1412621 |
@d2phap |
@kid1412621 |
@d2phap cool, just checked it out. That's exactly what I'm looking for! And two more requests: ability to freeze the window(in order to prevent from pressing |
@d2phap u r soooo kind, thx. |
Moved @kid1412621 's hijacking feature requests to a new issue. |
IG uses native Windows title bar, you can just change its color as @Unknow0059 mentioned. |
This is not a very reasonable solution as far as the user is concerned. What you're saying is that, if someone wanted a dark title bar, then they'd have to sacrifice their current accent colour, just to get it on this ONE app. For me personally, I don't like applying an accent colour to title bars. I keep that setting off because I find it off-putting on most apps. But as things are now, if I don't want to have a glaring white title bar on ImageGlass, that means that I have to go with the equally unappealing option of having the same, boring dark colour across all of my applications (including the file explorer). Tons of apps have a setting to choose between a dark and light mode. I have a hard time believing it would make IG unreasonably complex to do that at least. |
Since this is .NET Core, it's quite easy to do actually. WindowStyle must be set to "None" and a custom window style must be created, with a custom title bar and maximize/minimize buttons. This is standard procedure for any WPF desktop app that wants to look even remotely professional. The style can then be easily used by every window in the application. Dev is just lazy and still uses Windows Forms with default window styles (lol). Also, by setting the Accent Color to black in Windows Settings JUST to get dark title bars, you make text and other effects difficult to see throughout other areas of Windows since it is now black on black when using Dark Theme. I guess my search for a competent .NET Core image viewer continues. |
Since it's "quite easy", why don't you submit a fix rather than be insulting? The "Dev" (not me, BTW) has a real job and a real life and has to juggle priorities like any human being. |
Thanks @fire-eggs |
Dark mode for title bar is supported in v8.7.11.6. You may need to update your theme packs: https://imageglass.org/themes. If you check the option |
I dont know if this is possible, but it would be a nice feature if you could add the option to give the Windows toolbar a color that matches the background of the installed ImageGlass theme.
With the toolbar I mean this: https://i.imgur.com/fbCryTH.png
The text was updated successfully, but these errors were encountered: