Xfce Forum

Sub domains
 

You are not logged in.

#1 2020-07-24 20:54:46

girl
Member
From: French girly
Registered: 2020-06-11
Posts: 8

[SOLVED] disable tooltip genmon plugin ?

Hi.

there is a method to disable the tooltip of the genmon plugin of xfce?
qjNTNgT7
View in large

without using the method
echo "<tool></tool>"

which adds a line or follows it (which gives something like this)
nHEFfMoo
View in large

a method through gtk.css but only for genmon is it possible?

In the near or distant future, an option to genmon to be able to disable tooltips is envisaged?
it would be very practical for those who have no use of tooltips for genmon wink

I use xfce 4.14 for information !

thanks.

Last edited by girl (2020-07-25 08:10:28)


live to live, not live to survive !

Offline

#2 2020-07-24 21:27:33

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,007

Re: [SOLVED] disable tooltip genmon plugin ?

It should do it already if you add "<tool></tool>" to the output string. Example:

echo "<txt>test</txt><tool></tool>"

The fact that its showing up in your panel means that it hasn't been properly set. Can you post back the command that you are using?


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2020-07-25 08:07:59

girl
Member
From: French girly
Registered: 2020-06-11
Posts: 8

Re: [SOLVED] disable tooltip genmon plugin ?

My value in the bash script was like this !

echo "my_text"
echo "<tool></tool>"

But indeed, using your example, the tooltip is no longer present when the mouse passes, and I don't have any weird output in the panel, everything is perfect smile

Really sorry for the inconvenience and for having opened a topic for so little, I'm stupid....

Thanks smile

Last edited by girl (2020-07-25 08:18:08)


live to live, not live to survive !

Offline

#4 2020-07-25 13:27:55

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,007

Re: [SOLVED] disable tooltip genmon plugin ?

No worries.

Just to note, everything should be enclosed in tags - even the output. For your particular example, the following would also work:

echo "<txt>my_text</txt>"
echo "<tool></tool>"

Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#5 2020-07-25 14:06:20

girl
Member
From: French girly
Registered: 2020-06-11
Posts: 8

Re: [SOLVED] disable tooltip genmon plugin ?

I remember that you have to put the tags so that everything is taken into account, and that it is coherent smile

I've just modified my script like this, and indeed it works as well

echo "<txt>my_text</txt>"
echo "<tool></tool>"

Thanks for the clarification ^^


live to live, not live to survive !

Offline

Board footer

Powered by FluxBB