Skip to content
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

Skin modified problems #1

Open
Mojas84 opened this issue Oct 26, 2024 · 7 comments
Open

Skin modified problems #1

Mojas84 opened this issue Oct 26, 2024 · 7 comments

Comments

@Mojas84
Copy link

Mojas84 commented Oct 26, 2024

Hi i add to skin frosted glass plugin with acrylic effect and skin fix for this effect but now is skin bar and buttons and text more in left. Not look good.
obrazek

@Mojas84
Copy link
Author

Mojas84 commented Oct 26, 2024

Skin is super THX. Please we can help me with fix this??

@nek7u
Copy link
Owner

nek7u commented Oct 27, 2024

I don't have a plan to implement the forested glass plugin to the skin.

  • It seems that the forested glass plugins does not support the rounded corners on Windows 10.
  • The NowPlaying Lite skin can be changed background rounded corners radius 0-20, the forested glass plugins can not be changed corners radius.

but now is skin bar and buttons and text more in left.

I will see the code If you could share the .zip or .rmskin of the whole skin files.

  • Are you running on Windows 11?
  • There are some kind of frosted glass plugins. Which one are you using?

@nek7u
Copy link
Owner

nek7u commented Oct 27, 2024

Could you try this?

  1. Open Skins\NowPlaying Lite\Skin.ini with text editor.
  2. Modify

From:

[Container2]
Meter=Shape
X=(#$M#)R

To:

[Container2]
Meter=Shape
X=(2*#$M#)R
  1. Save file and Refresh skin.

@Mojas84
Copy link
Author

Mojas84 commented Oct 27, 2024

I don't have a plan to implement the forested glass plugin to the skin.

* It seems that the forested glass plugins does not support the rounded corners on Windows 10.

* The **NowPlaying Lite** skin can be changed background rounded corners radius `0-20`, the forested glass plugins can not be changed corners radius.

but now is skin bar and buttons and text more in left.

I will see the code If you could share the .zip or .rmskin of the whole skin files.

* Are you running on Windows 11?

* There are some kind of frosted glass plugins. Which one are you using?

I use win 11 rounded corners support. I use this plugin = https://github.com/KazukiGames82/FrostedGlass

@Mojas84
Copy link
Author

Mojas84 commented Oct 27, 2024

Could you try this?

1. Open `Skins\NowPlaying Lite\Skin.ini` with text editor.

2. Modify

From:

[Container2]
Meter=Shape
X=(#$M#)R

To:

[Container2]
Meter=Shape
X=(2*#$M#)R
3. Save file and Refresh skin.

This not work.

@Mojas84
Copy link
Author

Mojas84 commented Oct 27, 2024

This is full skin
NowPlaying Lite.zip

@nek7u
Copy link
Owner

nek7u commented Oct 28, 2024

You have modified Config.inc to use FrostedGlass plugin.
from $M=(Trunc(10*#$#)) to $M=(Trunc(0*#$#)). This will affect whole layout.

$=1.03
;; Border width
$B=(Round(#$#-0.25))
;; Margin - Background
$M=(Trunc(0*#$#))
Hidden=1

Original - Hold Ctrl+Alt and click on the skin to highlight
highlight-original
Your modified
highlight-modified

Basically Skin users should not modify the Config.inc and if you will do modify the Config.inc and get problems, you need to solve the problems by your self.
Hint: Find all #$M# in the Skin.ini and adapt to the layout.

If you only need transparent background, you can change tranceparency by Context menu > Styles > Background transparency > 0-100%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants