[solved] disabling tray icon

Using applications, configuring, problems
Post Reply
Message
Author
nikkky
Posts: 16
Joined: Fri 02 Sep 2016, 17:19

[solved] disabling tray icon

#1 Post by nikkky »

How can I disable this icon?
Attachments
Untitled.png
(1.09 KiB) Downloaded 130 times
Last edited by nikkky on Mon 05 Nov 2018, 12:06, edited 1 time in total.

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#2 Post by bigpup »

If you would tell us what Puppy version, we could give you maybe a better answer.

In general this is controlled by an entry in the hidden file /root/.jwmrc-tray

This indicator is for xload.
This will remove xload from the tray.

In Rox file manager navigate to /root
Click on the eye icon to show hidden files.

Open .jwmrc-tray in a text editor by left clicking on it.

Find the entry for xload.

Example:

Code: Select all

<Swallow name="xload" width="32">xload -nolabel -bg "#888888"</Swallow>
Delete the xload entry.
Save the change.

Reboot to make sure this change gets put in the Puppy save.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

nikkky
Posts: 16
Joined: Fri 02 Sep 2016, 17:19

#3 Post by nikkky »

bigpup wrote:If you would tell us what Puppy version, we could give you maybe a better answer.

In general this is controlled by an entry in the hidden file /root/.jwmrc-tray

This indicator is for xload.
This will remove xload from the tray.

In Rox file manager navigate to /root
Click on the eye icon to show hidden files.

Open .jwmrc-tray in a text editor by left clicking on it.

Find the entry for xload.

Example:

Code: Select all

<Swallow name="xload" width="32">xload -nolabel -bg "#888888"</Swallow>
Delete the xload entry.
Save the change.

Reboot to make sure this change gets put in the Puppy save.
Worked, thank you!

Post Reply