Problems at use | Problèmes à l'utilisation
Subscription date : 28 October 2009
Messages : 415
|
Hello there,
i am trying to cusmtomise the netspeed applet, using a gauge. I want to remove the "UP" indicator from my icon. Is this in any way possible?
Thanks
Benjamin |
Subscription date : 30 November 2007
Messages : 17118
|
well I think you can just remove the "text zone" in the gauge theme |
Subscription date : 28 October 2009
Messages : 415
|
fabounet : well I think you can just remove the "text zone" in the gauge theme
Do you mean from the xml file? Cause it's not in there. Nor is it in the conf file.
<gauge>
<name>Faenza</name>
<author>jesuisbenjamin</author>
<file key="background">background.svg</file>
<file key="foreground">foreground.svg</file>
<indicator>
<posX>0</posX>
<posY>0</posY>
<posStart>-136</posStart>
<posStop>136</posStop>
<file key="needle">needle.svg</file>
<text_zone>
<x_center>0.</x_center>
<y_center>0.25</y_center>
<width>0.45</width>
<height>0.20</height>
<red>0.5</red>
<green>0.5</green>
<blue>0.6</blue>
</text_zone>
<label_zone>
<x_center>0.0</x_center>
<y_center>-0.30</y_center>
<width>0.45</width>
<height>0.22</height>
<red>0.3</red>
<green>0.3</green>
<blue>0.4</blue>
<alpha>0.8</alpha>
</label_zone>
</indicator>
<indicator>
<posX>0</posX>
<posY>0</posY>
<posStart>-136</posStart>
<posStop>136</posStop>
<file key="needle">needle2.svg</file>
</indicator>
</gauge> |
matttbe, Sunday 17 April 2011 à 23:16
|
|
Subscription date : 24 January 2009
Messages : 12573
|
jesuisbenjamin : fabounet : well I think you can just remove the "text zone" in the gauge theme
Do you mean from the xml file? Cause it's not in there. Nor is it in the conf file. Mmh, sure? Check that: text_zone
<text_zone>
<x_center>0.</x_center>
<y_center>0.25</y_center>
<width>0.45</width>
<height>0.20</height>
<red>0.5</red>
<green>0.5</green>
<blue>0.6</blue>
</text_zone>
|
Subscription date : 28 October 2009
Messages : 415
|
|
Problems at use | Problèmes à l'utilisation
|