-
Notifications
You must be signed in to change notification settings - Fork 230
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
relative wallpaper background version selector (feature) #468
Comments
Sorry, but I don't understand what you mean by "background version for the current wallpaper". |
I have pairs of wallpaper like somewallpaper.jpg + somewallpaper_nighttime.jpg, and when somewallpaper.jpg is my background I'd like to use somewallpaper_nighttime.jpg as my console background. I can configure this manually (as in the screenshots) but then when my wallpaper changes to the next image in the slideshow I have to manually change my console background again. To get it working I would just support a simple placeholder in the background image path, reevaluate it when the wallpaper changes, and fallback on the current wallpaper when the files not found. |
Please, try last experimental version. I modify the code to allow overriding of desktop wallpaper. |
perfect! I tested it out and it works, unfortunately for some reason the experimental build breaks the 'Next desktop background' action from the desktop context menu. As long as ConsoleZ is running clicking 'Next desktop background' does nothing, but if I close ConsoleZ it works again. Same is true for the current head 3e73473. |
I tested each commit since the last stable release and 'Next desktop background' stops working in a913d7b. |
99d317e fixed it! |
Gdi+ was locking pictures. I wrote a workaround. |
works well thanks! |
hey @gfody , as an aside, would you mind stating where these images you're using might be available? :-) |
I like to use my wallpaper as console background image, and I like to use slideshow for my wallpaper. Not every wallpaper is an appropriate background for text though and so the tint color option is handy, but a lot of my wallpapers have nighttime versions and it looks really cool to use those instead of tinting. Here's a couple of examples:
..and so I'm thinking a feature where ConsoleZ can select the background version for the current wallpaper. It could be as simple as allowing a placeholder like %currentwallpaper% in the background image path or some simple pattern for specifying the folder naming convention.
The text was updated successfully, but these errors were encountered: