Xfce Forum

Sub domains
 

You are not logged in.

#1 2024-01-02 15:56:46

aalbani
Member
Registered: 2023-03-30
Posts: 26

find systray icon

I want to change the clipman icon in the systray, but the icon I find under clipman is not what is displayed in the systray.
How can I find out what kind of icon is being used?

Offline

#2 2024-01-02 17:37:42

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

Re: find systray icon

Assuming the latest version of xfce4-clipman plugin, and from https://gitlab.xfce.org/panel-plugins/x … heads#L108:

  /* Status Icon */

  if (gtk_icon_theme_has_icon (gtk_icon_theme_get_default (), "clipman"))

    {

      plugin->status_icon = gtk_status_icon_new_from_icon_name ("clipman");

    }

  else

    {

      plugin->status_icon = gtk_status_icon_new_from_icon_name ("edit-paste");

    }

Looks like it uses the "clipman" icon from your current icon theme, and if that does not exist, then it uses the "edit-paste" icon.


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 ---

Online

Board footer

Powered by FluxBB