Weather Widget Too Transparent

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
MidnightWatcher Offline
Senior Member
Posts: 277
Joined: Jan 2011
Reputation: 0
Post: #1
How do I make the weather widget look more solid? Right now it is too transparent for my liking. Sorry if this has been asked already. I'm using Eden Beta 2.

MidnightWatcher's Blogspot.

HTPC1 - SYS:
Q6600 - 4GB - GTS 250 - OS: Linux Mint 14 - FAV SKIN: Aeon Nox - FAV ADD-ON: Cinema Experience - REMOTE: Android Remote

HTPC2 - SYS: Zotac ND22 - 4GB - 40GB SSD - OS: OpenELEC 3.x - FAV SKIN: Aeon Nox - FAV ADD-ON: Cinema Experience - REMOTE: Android Remote
find quote
Big_Noid Offline
Skilled Skinner
Posts: 2,627
Joined: Jul 2010
Reputation: 68
Location: Below sea level
Post: #2
I made the widgets background fit the menu bar. If you switch to nox menu bar, the widgets are more solid. There's no option for it in the ksin to change the widgets separate fromt he menu style, but you can do so in the variables.xml. These are the lines that determine which widget texture to load. Delete the lines that have a condition in it to get the solid widgets back:
Code:
<variable name="WidgetBackVar">
    <value condition="Skin.HasSetting(aurahome)">keyboard/keyboard_back_aura.png</value>
    <value condition="Skin.HasSetting(classichome)|Skin.HasSetting(glasshome)">keyboard/keyboard_back_classic.png</value>
    <value>keyboard/keyboard_back.png</value>
  </variable>
  <variable name="WeatherWidgetBackVar">
    <value condition="Skin.HasSetting(aurahome)">keyboard/numeric_back_aura.png</value>
    <value condition="Skin.HasSetting(classichome)|Skin.HasSetting(glasshome)">keyboard/numeric_back_classic.png</value>
    <value>keyboard/numeric_back.png</value>
  </variable>
find quote
MidnightWatcher Offline
Senior Member
Posts: 277
Joined: Jan 2011
Reputation: 0
Post: #3
The menu bar is solid, but the weather widgets are transparent.

MidnightWatcher's Blogspot.

HTPC1 - SYS:
Q6600 - 4GB - GTS 250 - OS: Linux Mint 14 - FAV SKIN: Aeon Nox - FAV ADD-ON: Cinema Experience - REMOTE: Android Remote

HTPC2 - SYS: Zotac ND22 - 4GB - 40GB SSD - OS: OpenELEC 3.x - FAV SKIN: Aeon Nox - FAV ADD-ON: Cinema Experience - REMOTE: Android Remote
find quote
Big_Noid Offline
Skilled Skinner
Posts: 2,627
Joined: Jul 2010
Reputation: 68
Location: Below sea level
Post: #4
With Nox style menu bar they should be black, with classic/glass style they should be transparent and with aura style they should be white.
I don't know which type menu bar you have but I just tested and it works as expected, so if you want for instance classic style menu bar with the black widgets you have to edit the xml.
find quote
MidnightWatcher Offline
Senior Member
Posts: 277
Joined: Jan 2011
Reputation: 0
Post: #5
Thanks BN, changed to style to Nox and all is well.

MidnightWatcher's Blogspot.

HTPC1 - SYS:
Q6600 - 4GB - GTS 250 - OS: Linux Mint 14 - FAV SKIN: Aeon Nox - FAV ADD-ON: Cinema Experience - REMOTE: Android Remote

HTPC2 - SYS: Zotac ND22 - 4GB - 40GB SSD - OS: OpenELEC 3.x - FAV SKIN: Aeon Nox - FAV ADD-ON: Cinema Experience - REMOTE: Android Remote
find quote