Jump to content


Sharp987

Member Since 26 Sep 2015
Offline Last Active Yesterday, 11:30
*****

Posts I've Made

In Topic: Skin GradientFHD

1 July 2024 - 19:06

@Heppieboeddah wanted me to make him the channel selection changes in the first version. that's why you get the full infobar from the first version.


In Topic: Skin GradientFHD

7 June 2024 - 21:18

I don't want to make new versions of the skin, for that if you want you can replace skin.xml which is located in /usr/share/enigma2/GradientFHD/. Then added the ch_sel_bg_mirror.png file in /usr/share/enigma2/GradientFHD/chnsel/ folder and RESTART GUI. For the future, I'm thinking about a plugin skin, like for example in the VTi image, with which you can choose variants of each screen from the skin, font, color and other parameters.


In Topic: Skin GradientFHD

2 June 2024 - 12:26

I'm not sure I understand exactly what you want.


In Topic: Satfinder plugin on the Nightly Build image

28 May 2024 - 15:39

Thanks DimitarCC

For example:

About icons in menus it used to be

 

  <widget source="menu" render="Pixmap" pixmap="GradientFHD/menu/info.png" position="648,861" size="220,138" zPosition="3" transparent="1" alphatest="blend">
    <convert type="MenuEntryCompare">info_screen</convert>
    <convert type="ConditionalShowHide" />
  </widget>

 

It is now

 

  <widget source="menu" render="Pixmap" pixmap="GradientFHD/menu/info.png" position="648,861" size="220,138" zPosition="3" transparent="1" alphatest="blend">
    <convert type="MenuEntryCompare">information</convert>
    <convert type="ConditionalShowHide" />
  </widget>


In Topic: Satfinder plugin on the Nightly Build image

28 May 2024 - 15:01

Yes, that's how the plugin works now.