-
Notifications
You must be signed in to change notification settings - Fork 12
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
Translucent is using white on darkmode #76
Comments
yes, that is to be expected. You can either set Windows to light theme to get black text, or add a new style to set the text to whatever color you like To force light theme:
Or, to set text color:
what do you mean? |
I use explorerblurmica in light theme, I didn't understand what you meant but the pic helps try
|
Glad I could help!
the notification center mod? |
Thank you, works great! |
looks like you are on 24h2 |
where do I add this added code? sorry noob here. |
in Windhawk, go to the Start Menu Styler mod, click the settings tab, scroll down and you'll see boxes for Targets and styles. If you get stuck at any point let me know :) |
I was wondering - How did you manage to make your explorer also follow the acrylic theme? I tried adding explorer.exe and it gave me no success. While I'm at it, how can I also apply the same visibility tweak that you did to the menu to the search menu as well? |
@ishan-077 another program called ExplorerBlurMica is used to make explorer acrylic For search, you can add searchhost.exe to your inclusion list in the mod's advanced settings |
Thanks for the explorer github page, however I must apologize because I don't think I was clear in my original message. I have already put searchhost.exe in my mod inclusion list but I want to slightly tweak its opacity as well, because in my experience the settings from the start menu don't carry over to the search page, and I have no idea what targets I have to tweak for it. Thanks in advance, cheers |
looks like its working to me? to find targets to use with search, use UWPSpy |
I was able to fix it, it was the Windows.UI.Xaml.Controls.Border > AppBorder element and it applied to the search menu immediately. Thanks for your reply. |
@ishan-077 would you be able to explain exactly what you did to get it to work? Sorry I'm new to this |
@bbmaster123 I went one by one replacing each line with your suggested change to the code but it didn't seem to work, do you have any ideas? Sorry I'm a noob at this |
because Border doesnt apply to that component. download uwspy and track down which component it is and apply the style to that component |
@dac4git there's no easy way to reset it, just terminate the process from Task Manager, it will relaunch automatically and all the temporary changes will be gone. |
If you exit Windhawk, terminate the search process (SearchHost.exe), and the style stays like that, then it's not related to Windhawk, as it doesn't do permanent changes to the system. |
@m417z perfect! just had to restart the searchhost.exe like you stated. sorry, i couldnt reboot to test as i have unsaved projects opened.. didnt think to restart the service. apologies. while you're on here... how can i edit the highlighted target via "add item" (what would i put in the target box under control styles) the only way i was able to modify it at all was via uwspy directly, but would be much better if i could do it in the "settings > control styles > add item" target line |
Try |
Tried all these and none worked: Border#AppBorder Windows.UI.Xaml.Controls.Border > AppBorder Windows.UI.Xaml.Controls.Border#AppBorder Border > Windows.UI.Xaml.Controls.Border#AppBorder AppBorder#Windows.UI.Xaml.Controls.Border AppBorder > Windows.UI.Xaml.Controls.Border |
It might be because both UWPSpy and the mod are loaded at the same time. It's not supported, and they both override each other's interception. For best results, try the following:
|
@dac4git good morning To control the acrylic effect itself, use TintColor, TintOpacity and TintLuminosityOpacity. If that still isn't working for you, try a full reboot, and if still nothing, could you please send a screenshot of how it looks now, and your full style code? |
yeah, with acrylic and a little opacity it creates a smoke-style transparency that is similar to aeroglass.. unless i can apply my glass reflection png to the background somehow... thanks for all of the tips! i got it functioning for the search now. i do have startallback, so something somehow got glitched. just unistalled windhawk with revo and reinstalled it and now the Border#AppBorder works as it should. 2 other IDs i am having trouble locating are:
and the dropshadow behind the notificaiton flyout (for Notification Center Styler) |
oh you want an image? should've said so haha! :) I use an image too, set appborder to the background color youd like, then add:
it puts the image on a different layer above the acrylic so you can get the translucent recflection without removing the background entirely
I also use this sometimes if I'm really having trouble finding something
that's the target, if you remove shadow in uwpspy, it will work, but not sure how to actually remove/set a shadow in windhawk if its even possible at the moment. |
Awesome! the glass reflection image i use for openglass wont show up though. even if i adjust that opacity value.. can you share the image you use for the glass effect and i'll try it with the exact code you provided, please? also - what process did you spy on for the notification center? i cant get it to highlight that no matter which service i've tried to spy on. i just got the Grid#NotificationCenterGrid code from the translucent skin provided on github and modified it to be invisible (all except for the shadow...) appreciate all the help too |
uhm, good sir please replace the image from my code with whatever image you would like to use lmao The image I use actually isn't a glass reflection, but it works the same way. I made a few custom png's, and replaced my reflection image in dwmblurglass so that both programs always use the same png. Then I made a script to grab a random background image from a folder with all my images, copy it to the dwmblurglass folder, and rename at user logon. here's an example of one that I'm calling Damascus Acrylic or Damascus Glass I feel like I must be one of only a few using these apps NOT to recreate windows 7, as much as I still love the look. I used it from 2007/8-2019!
depending on if you are on 23h2 or 24h2, its either shellexperiencehost.exe or shellhost.exe.
No worries, I might be a bit slow to respond sometimes but I do like to help :) |
LOL.. no im not that slow. i replace your path with the path to my Win7_Glass_Reflection.png that i have custom set in openglass as well. its just a png with glass reflection appearance. it wont show on the start menu though. i increased opacity as well. i have it working with SAB win7 taskbar and it overlays that to give it glass reflection as well.. just not working on the windhawk start menu styler. i'll keep adjusting it to see if i can make it work somehow. thats weird. i spied on both shellexperiencehost.exe and shellhost.exe. its 24h2 but the uwspy window never opens when i spy and then click on the clock to launch the cal/notification pane. can you provide the UI.Xaml target that you see when you spy on it? then maybe i can figure it out from there |
for sure! ping me when/if you need me :) |
I don't understand anything you guys are talking about... What's this about putting images on it? 😔 I'm cooked. I just wanted to make notifications and search menu more opaque so I could see on white backgrounds 😭 |
do you have the translucent mod set right now? |
Yes I have it set to translucent for start menu and notification mod. |
@Scrazeloppe set theme to "None" add each target as follows and see how you like these settings: taget 1:
target 2:
target 3:
target 4:
There are some more subcomponents im playing with still - like media controls, etc. if that opacity/shade works better, i'll post the full mod code when done |
works perfect, thank you I appreciate it. except I just used |
Start Menu Search:
|
thank you so much! i can finally see everything. thanks a lot everybody here |
oh, add this one in. (its to fix the color when you type in the search box and it changes from the start host to the search host.. if you noticed, the search field stayed darker than the rest...)
|
@bbmaster123 any other thoughts on the start menu glass background? i've used a png (multiple different) and have the code set to:
I've tried changing out "Background:=" for "Fill:=" as well, but it never shows... does it need to be a specific type of image? bit, etc? Also - just a note, i figured out the uwpspy and notification spying fix. that process is suspended when not opened, so launch uwpspy, highlight searchhost.exe, click the clock and while thats opened, click spy button. Works perfect every time. oh, btw just figured out how to remove the shadows. so simple i wanted to smack myself upside the head... |
@dac4git Try setting an online image like: should see a snowman.
right I forgot about that! Just don't know how to set a shadow then.
don't even get me started! haha |
oh im still on 23h2. way too many incompatibilities with 24h2 for the software i use still. maybe in a few months they'll fix it. |
So, I can't see when the background is white
Cant it setup like blurmica?
The text was updated successfully, but these errors were encountered: