[SOLVED] tray icons in i3

Hi!
I just installed i3 and I'm happy, I customized my i3bar with conky.. and I noticed, that I don't have tray icons. I tried stalonetray, but I would like have it integrated with my main bar.
There are my current config files, there is screenshot in the same repo.
I've read that i3bar or i3status have tray out-of-the-box, but I'm not able to restore/configure it. Any advice?
Last edited by nbb (2014-11-09 18:54:10)

It's not so easy, I tried it earlier.
Right now my bar section looks like that:
bar {
status_command ~/.i3/conky-i3bar
strip_workspace_numbers no
position bottom
workspace_buttons yes
tray_output primary
font pango:Consolas 9
colors {
separator #666666
background #222222
statusline #dddddd
focused_workspace #0088CC #0088CC #ffffff
active_workspace #333333 #333333 #ffffff
inactive_workspace #333333 #333333 #888888
urgent_workspace #2f343a #900000 #ffffff
Still no tray (in stalonetray icons show up, so there is problem with i3bar.

Similar Messages

  • [SOLVED] on last reboot, two wicd-clients running + two tray icons?

    Hi,
    I've been using wicd forever and for the first time, I had two tray icons showing this morning. I used to use xfce but switched to openbox about a month ago and have been using an autostart.sh like so:
    $ cat .config/openbox/autostart.sh |tail
    #bg
    eval `cat ~/.fehbg` &
    #post-start operations
    (tint2) &
    (conky -c /etc/conky/conky.conf) &
    (conky -c /etc/conky/conky-top.conf) &
    (wicd-client) &
    This has been working fine, at least as far as I knew. Suddenly this morning when I started up X, I had two wireless icons in my tray. I found that two wicd-clients were running:
    $ ps ax |grep wicd
    3492 ? S 0:00 /usr/bin/python2 -O /usr/share/wicd/daemon/wicd-daemon.py
    3500 ? S 0:00 /usr/bin/python2 -O /usr/share/wicd/daemon/monitor.py
    3573 tty1 S 0:00 /usr/bin/python2 -O /usr/share/wicd/gtk/wicd-client.py
    3578 tty1 S 0:00 /usr/bin/python2 -O /usr/share/wicd/gtk/wicd-client.py
    3641 ? Ss 0:00 wpa_supplicant -B -i wlan0 -c /var/lib/wicd/configurations/001b5311e850 -D wext
    This has never happened and I'm not sure why it would start all of the sudden like this. If I remove it from ~/.config/openbox/autostart.sh, I only get one wicd-client. If I put it back, I get two. But I never used to get two even when it was in autostart.sh before (like as of any time before this morning), which is why this is so puzzling.
    I thought it might have been an upgrade, but I just reinstalled Arch completely on Saturday to do encryption and pacman.log shows that this is the only version of wicd that's been installed.
    I wondered if having wicd in /etc/rc.conf daemons was enough to start the client upon startx, but the Arch wiki on wicd implies that you should have wicd-client in autostart.sh or equivalent.
    Can anyone assist in diagnosing the problem? I guess I'd be looking for:
    1) validation that wicd in DAEMONS of /etc/rc.conf is sufficient to start the client
    2) some way to find out where both wicd-clients are being started from (if that's even possible); for example, autostart.sh-started apps might potentially be tied to my username, whereas if something's being started from the system side, perhaps the process is owned by root and we could reveal that somehow
    3) any other suggestions or comments
    Thanks.
    Last edited by jwhendy (2011-03-10 03:00:56)

    @skunktrader: Whoops... but won't that be redundant? I already know where one instance was coming from: autostart.sh. I want to know why the other one is starting, since no one seemed to think that wicd automatically launched wicd-client. Anyway, several reboots later, here's the full scoop:
    | wicd in /etc/rc.conf deamons: no
    | wicd-client in ~/.config/openbox/autostart.sh: no
    `---
    Note: In previous reboots, I get asked by gksu to allow wicd to access my network cards. This past time, I got a message from gksu saying that wicd had been granted access to my network cards.
    | before starting openbox (nothing):
    `---
    $ ps ax -o user,pid,ppid,command |grep wicd
    | after starting openbox:
    `---
    $ ps ax -o user,pid,ppid,command |grep wicd
    jwhendy 3569 1 /usr/bin/python2 -O /usr/share/wicd/gtk/wicd-client.py
    root 3617 1 /usr/bin/python2 -O /usr/share/wicd/daemon/wicd-daemon.py
    root 3619 3617 /usr/bin/python2 -O /usr/share/wicd/daemon/monitor.py
    root 3669 1 wpa_supplicant -B -i wlan0 -c /var/lib/wicd/configurations/001b5311e850 -D wext
    =====================
    | wicd in /etc/rc.conf deamons: yes
    | wicd-client in ~/.config/openbox/autostart.sh: no
    `---
    | before starting openbox:
    `---
    $ ps ax -o user,pid,ppid,command|grep wicd
    root 3445 1 /usr/bin/python2 -O /usr/share/wicd/daemon/wicd-daemon.py
    root 3447 3445 /usr/bin/python2 -O /usr/share/wicd/daemon/monitor.py
    root 3566 1 wpa_supplicant -B -i wlan0 -c /var/lib/wicd/configurations/001b5311e850 -D wext
    | after starting openbox:
    `---
    $ ps ax -o user,pid,ppid,command|grep wicd
    root 3445 1 /usr/bin/python2 -O /usr/share/wicd/daemon/wicd-daemon.py
    root 3447 3445 /usr/bin/python2 -O /usr/share/wicd/daemon/monitor.py
    root 3566 1 wpa_supplicant -B -i wlan0 -c /var/lib/wicd/configurations/001b5311e850 -D wext
    jwhendy 3666 1 /usr/bin/python2 -O /usr/share/wicd/gtk/wicd-client.py
    =====================
    | wicd in /etc/rc.conf deamons: yes
    | wicd-client in ~/.config/openbox/autostart.sh: yes
    `---
    | before starting openbox:
    `---
    $ ps ax -o user,pid,ppid,command|grep wicd
    root 3420 1 /usr/bin/python2 -O /usr/share/wicd/daemon/wicd-daemon.py
    root 3422 3420 /usr/bin/python2 -O /usr/share/wicd/daemon/monitor.py
    root 3543 1 wpa_supplicant -B -i wlan0 -c /var/lib/wicd/configurations/001b5311e850 -D wext
    | after starting openbox:
    `---
    $ ps ax -o user,pid,ppid,command|grep wicd
    root 3420 1 /usr/bin/python2 -O /usr/share/wicd/daemon/wicd-daemon.py
    root 3422 3420 /usr/bin/python2 -O /usr/share/wicd/daemon/monitor.py
    root 3543 1 wpa_supplicant -B -i wlan0 -c /var/lib/wicd/configurations/001b5311e850 -D wext
    jwhendy 3657 1 /usr/bin/python2 -O /usr/share/wicd/gtk/wicd-client.py
    jwhendy 3662 3641 /usr/bin/python2 -O /usr/share/wicd/gtk/wicd-client.py
    =====================
    So, this is why I said that the test is a bit redundant. The real question still remains: why with no wicd in rc.conf and it commented in autostart.sh is wicd related stuff starting at all? I already know one instance is definitely occurring from autostart.sh, because when I commented it out, I only had one left. But if autostart.sh is supposed to be mandatory, where is the other one coming from? More so... without it in the daemons line, the behavior with gksu indicates that something, somewhere is trying to get wicd up and running. That is what I really don't get at all.

  • [SOLVED] Huge tray icons in KDE

    Until the other day, my tray icons looked like this (good): http://i.imgur.com/o0v5hVd.png
    Now, it looks like this (bad): http://i.imgur.com/FD77IWF.png
    I tried downgrading some kde packages, but couldn't find the one responsible for the change.
    Has anyone else encountered this? Is it a bug or a feature? Can I fix it?
    Last edited by z0id (2014-02-08 15:06:50)

    It's a "feature":
    http://quickgit.kde.org/?p=kde-workspac … 2e883f0af4
    You can fix it by reverting the changes in /usr/share/apps/plasma/packages/org.kde.systemtray/contents/ui/main.qml yourself. It's javascript, so there's no need to recompile.

  • [SOLVED] Spacing between start menu and tray icons lost

    Hi,
    I am using KDEmod + Arch
    After todays upgrade, spacing between start menu at the left and tray icons at the right lost making the tray icons align to the left side of the tray. An X mark in a red box appeared in between on mouse hover, shows the message that : Unable to load the widget, could not find the requested component: stasks.
    A screen shot is here:
    http://twitpic.com/od3jh
    What is to be done to rectify it?
    Last edited by absolutevoid (2009-11-05 18:31:36)

    Long:
    You're using the stasks plasma widget, which likely just needs to be recompiled for kde 4.3.3, as it was just upgraded from 4.3.2 in Arch's Extra repository and I imagine the same applies to KDEMod.
    pacman -Q | grep stask    will likely show you what the stasks plasma widget is called.
    If it's a kdemod package or returns nothing (meaning stasks is in some other plasma applet package, perhaps kdemod-plasma-applets or something.. pacman -Q | grep plasm would show all such packages with 'plasma' in the name), you'll need to recompile it with ABS or just post on the KDEMod forum and wait for them to update it. If you haven't rebooted since upgrading, there's sometimes something out of my ability to explain which causes KDE stuff not to show up / work properly even after running 'kbuildsycoca4' or 'kbuildsycoca' or killing and restarting kdm until said reboot.
    The two stasks plasmoids I see in the arch user repository are "stasks-manager-plasmoid" (which you're likely using) and "plasma-stasks-patched-plasmoid-hg". If pacman -Q | grep stask shows one of those, simply recompile it via yaourt -S name_of_the_widget, and you should be good to go on logout/in or reboot or what have you.
    Short:
    Run in konsole: pacman -Q | grep stask
    If it shows something with "kdemod" in the name or returns nothing, you should probably post a bug report with the KDEMod/Chakra guys at chakra-project.org (bug tracker is currently down, use the forums). If it shows "stasks-manager-plasmoid" or "plasma-stasks-patched-plasmoid-hg", recompile it via yaourt -S name_of_the_package and log out/in (or reboot if necessary.. it shouldn't be though).
    Last edited by FrozenFox (2009-11-05 15:50:32)

  • [solved] DWM and Volti tray icon problem....

    I have a problem with the tray icon of dwm.
    I set up Faenza dark as icon theme, and all the tray appear white (correctly). Only the volti icons appear black and  I not understand why.
    Everyone can help me?
    Thanks.
    Last edited by monotiz (2011-03-03 11:53:49)

    monotiz wrote:
    I have a problem with the tray icon of dwm.
    I set up Faenza dark as icon theme, and all the tray appear white (correctly). Only the volti icons appear black and  I not understand why.
    Everyone can help me?
    Thanks.
    What you use for system tray in dwm?

  • [SOLVED] [Openbox] Icon-theme not working(?)

    Hi!
    I hope you guys could help me with the following problem.
    Currently I'm running Openbox, compton, tint2, gtk2/3 on my Arch-system.
    The problem I'm having right now is that tint2 tray icons are not showing Faenza-Dark but showing gnome(?) dark icons. I would like to have white/grey icons instead of dark ones!
    My tint2 config:
    # Tint2 config file
    # Generated by tintwizard (http://code.google.com/p/tintwizard/)
    # For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
    # Background definitions
    # ID 1
    rounded = 0
    border_width = 0
    background_color = #FFFFFF 20
    border_color = #FFFFFF 0
    # Backgrounds
    panel_background_id = 1
    taskbar_background_id = 0
    task_background_id = 0
    task_active_background_id = 1
    systray_background_id = 0
    clock_background_id = 0
    # Panel
    panel_monitor = 1
    panel_position = bottom center horizontal
    panel_size = 0 38
    panel_items = LTSC
    panel_margin = 0 0
    panel_padding = 0 0 5
    font_shadow = 0
    panel_background_id = 1
    wm_menu = 1
    panel_dock = 0
    panel_layer = top
    # Launcher
    launcher_icon_theme = Numix
    launcher_padding = 10 10 10
    launcher_icon_size = 22
    launcher_tooltip = 0
    launcher_apps_dir = /home/archie/.config/tint2/launchers
    # Taskbar
    taskbar_mode = single_desktop
    taskbar_padding = 0 0 10
    # Tasks
    urgent_nb_of_blink = 20
    task_icon = 1
    task_text = 0
    task_centered = 1
    task_maximum_size = 58 0
    task_padding = 10 4
    # Systray
    systray_padding = 0 10 6
    systray_sort = left2right
    systray_icon_size = 22
    systray_icon_asb = 100 0 0
    systray_icon_theme = Faenza-Dark
    # Clock
    time1_format = %I:%M %p
    time1_font = Open Sans 9
    time2_format = %D
    time2_font = Open Sans 9
    clock_font_color = #ffffff 80
    clock_padding = 10 0
    # Tooltip
    tooltip = 0
    # Mouse
    mouse_middle = close
    mouse_right = none
    # Autohide
    autohide = 0
    /home/archie/.config/gtk-3.0/settings.ini:
    [Settings]
    gtk-theme-name=Greybird
    gtk-icon-theme-name=Faenza-Dark
    gtk-font-name=Open Sans 9
    gtk-cursor-theme-name=Vanilla-DMZ
    gtk-cursor-theme-size=0
    gtk-toolbar-style=GTK_TOOLBAR_ICONS
    gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
    gtk-button-images=0
    gtk-menu-images=0
    gtk-enable-event-sounds=1
    gtk-enable-input-feedback-sounds=1
    gtk-xft-antialias=1
    gtk-xft-hinting=1
    gtk-xft-hintstyle=hintfull
    gtk-xft-rgba=rgb
    I'm running tint2-svn and already tried the normal one.
    Could some tell me a hint?
    Last edited by beta990 (2014-01-13 21:58:18)

    Thanks for posts!
    I have done all the steps, but real key was to reboot the system! Even pkill X didn't work. It's now solved.
    To give users with the same issue a solution:
    - Set icon-theme with lxappearance
    - Be sure that gtk3.0/settings.ini has fallback and icon-theme the same value (not know if it really needed)
    - Reboot! pkill X didn't work for me.
    Thanks again.

  • How do I disable the tray icon for firefox (version 5)

    I want to get rid of the tray icon for firefox 5.

    I should also add this info for all to see clear as part of my question (can be seen in More system details too):
    I liked that version, was the first ever FireFox browser I tried and because of it made it my number 1 browser. There have been a heck of a lot from 3.6 to 18 though I think we’d all agree. Progress can and often is messy, but worth it.
    Which is fine except mine, a different version, up-to-date plugins – and I’ve still same problem as these guys. It’s exactly the same even for me who has updated: How do we get rid of the Plugin Check Screen every time we start FireFox? I know I am up-to-date – as it tells me every single time!
    I agree everyone should be up-to-date with the software and this may very well be the case that solves a lot of people with lower versions – yet I can say I updated from version 12 to the latest 18, spent the time getting half a dozen different updates as it wanted (all of which are supported according to the link you provided) plugins and yet I am still having the same problem as users with 3.6 and older plugins! Went back to version 12.0 and I am getting the problem since installing version 18.
    Therefore from the fact I’m still getting the popup every time telling me everything is updated and safe, which is lovely to know, still doesn’t change the fact it won’t go away! Not a major problem but it is getting tedious now every single time.
    Like I say I am willing to wait and see if this gets fixed anyway which to be fair, FireFox seem to do a lot better than the competition. If it doesn’t though I’d still rather go back to an older version just to be rid of it! But not even that is now working to be gone of it! It’s gotten that ridiculous for me now too!
    :)

  • Dynadock V system tray icon has vanished

    I have had a Dynadock V since February, 2012. Recently, the system tray icon vanished. Because it's not there, I can't undock to take my laptop somewhere else. I have to shut down the laptop and then I figure it's safe to unplug the dynadock. I've searched for help on the Toshiba website, and all I get is the statement that the icon won't be present unless the computer is connected and a monitor is attached to the dynadock. Well, the computer IS connected and I'm right now watching the monitor connected via the dynadock. But no icon that lets me undock. The users manual clearly says not to disconnect the cable without undocking, and suggests clicking the "show hidden icons button." I've done that, and the icon is not there. Does anybody know what's going on and how to fix it?  Thanks in advance.
    Nancy
    Solved!
    Go to Solution.

    Solution. After messing around with this for way too many hours, I've found a fix. Maybe it can help someone else.
    In Windows Explorer, I found the application that puts the icon in the tray. In my case (Windows 7) it was located at C:/Program Files/TOSHIBA/Dynadock_II/TosDockApp.exe.  Double clicking that put the icon in the tray, but it would be gone the next time I rebooted.
    It needed to be in the Startup folder. I'm guessing that once upon a time it was there and got removed for some unknown reason. (a Windows update?) Right clicked on the application, clicked "Create Shortcut," clicked Yes to placing it on desktop. Then used the Start button, All Programs, and found Startup in the list. Right click, Open. Maneuevered the window so I could see the desktop simultaneously, and dragged the shortcut from the desktop to the list of files on the right side of the Startup window.
    This solution has survived one computer restart, so I'm hoping it will last.
    By the way, copying the application and pasting it in the startup folder didn't work. I had to make the shortcut.
    And Toshiba, if you're listening, I'm still ticked off. Someone in Customer Support should have been able to help me with this. Or it should have been on a troubleshooting page. I've been struggling to find a solution to this problem for months. It wasn't hard -- just not obvious to someone (me) who doesn't work with this software everyday.

  • Beats audio tray Icon

    Hello Community
    I have Notebook with beatsaudio.  Today beatsaudio system tray / taskbar Icon loaded.  When I first setup machine I was able to set so Icon does not populate.  I do not mean I was able to hide Icon.  I did something at machine setup so Icon does not load.    I've looked for beats startup ... nothing jumps out as beats.
    I've been up over and around my machine.  I cannot figure out why Icon is suddenly back nor how to make Icon not load.
    I do not use beatsaudio outside what ever default influence beats has on audio.   I can open beatsaudio control panel....but, cannot find check box not to load tray Icon.    Rt Clk Icon does not have hide option.  Granted I may hide Icon behind ....but, I want Icon not to load. 
    Any ideas.....
    This question was solved.
    View Solution.

    @bjm,
    Hello and thank you for posting on the HP support forums.  First thing you will want to try is to us the Microsoft configuration tool.  
    Using System Configuration (msconfig)
    Besides shutting things down in the startup tab check under the services tab.
    If you can not find this then do a system restore back before you noticed the problem.
    HP PCs - Using Microsoft System Restore (Windows 8)
    Please let me know how things go.
    Thank you again for posting and have a great day.
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    D5GR
    I work on behalf of HP

  • I3 tray icons not visible

    Hi.
    I've been using xfce4, but wanted to try i3.
    The problem is that tray icons doesn't show in the status bar. I've tried fiddling with font sizes and "tray_output", but nothing helps.
    Btw, I'm on a single display laptop.
    Any pointers?

    Not sure if I understand what happened, but I get the impression that you have figured out whatever problem it was you were having. Please add [SOLVED] to your post title, if that is the case. If not, a little more clarification regarding the problem you are experiencing would not go amiss.
    All the best,
    -HG

  • Dropbox causing system tray icons to disappear

    I installed dropbox from AUR yesterday and everything appeared to be working fine. I set it up to load on boot and when I booted Arch (KDE) this morning, I noticed that the only icon in my system tray was the dropbox icon. After logging out and back in several times, the problem was still there so I un-installed dropbox, logged out and back in again and all my system tray icons are back. Anyone have any idea what's going on here?
    Regards .....

    But perhaps the timing issue is the same.
    Where do you launch NALDESK?
    Login Script? Run Reg Key? Startup Folder?
    The latter two both run later in the startup process and may help.
    You could also test launching via a Policy package action set to run "When
    Desktop Is Active", which would run after all of these.
    Considering relaunching NALDESK works everytime, then you may be seeing the
    same timing problem.
    Deyan Stoykov wrote:
    > Similar problem here. The environment is Zen 3.2 sp3, nwclient 4.9 sp2 +
    > pkc, win2ksp4, DLU and roaming profiles.
    >
    > - appears randomly.
    > - the icons for tray designated apps and the nal icon don't appear in
    > the tray.
    > - app icons on the desktop, in the quick launch and in the start menu
    > are always there.
    > - killing the naldesk.exe process and running it again solves the
    > problem every time.
    > - changing nalexpld.exe with naldesk.exe and vise-versa in the login
    > script doesn't make any difference.
    > - zfd32sp3nal_img doesn't make any difference.
    >
    > I only found TID10054405, but it doesn't seem to apply to my environment.
    >
    > Deyan
    >
    > [email protected] wrote:
    > > Nal icons which are designated to appear in the system tray (notification
    > > area) do not always appear. Doesn't seem to be any pattern to it.
    > > Zen 3.2 sp2 / windows xp sp2

  • Transparent tray icon wont work in gnome

    hi,
    im trying to create application with simple tray icon. i dont want to use all space, some parts need to be transparent. well, on windows i have no problems, icon displayed just as it should be, 16x16 with transparent parts.
    however, on linux (Ubuntu, Gnome) it wont work so nice. icon area seems so to be bigger, couse my icon appears in upper left corner and the remaining area is grey. as it is with transparent part of the image. any ideas?
    Image image = Toolkit.getDefaultToolkit().getImage("kvad.png");
    trayIcon = new TrayIcon(image);

    PigWithGuns wrote:
    I have got a blackberry curve 9300 and bbm was installed in when I got it. But just yesterday I realised that either my bbm icon was broken or just taking forever to load!
    Please help!
    Hello PigWithGuns,
    Please perform hard reset by pulling your battery while your BlackBerry is ON and reinsert again in a few seconds. If still persists, upgrade or reinstall your BBM http://blackberry.com/bbm
    Thanks.
    Good luck!
    Please thank those who help you by clicking the button.
    If your issue has been solved, please resolve it by marking "Accept as Solution"

  • Can't mount Time Capsule on PC (white system tray icon no longer there)

    My new time capsule is working perfectly on my MacBookPro, however recently I tried to get it to work on my PC laptop. I easily got the wireless internet work on the PC, that's not a problem. I installed the airport utility on my PC and it was able to recognize it through the airport utility interface/configuring window where I could change settings, etc., just like I could on my Mac. There used to be (on my PC) this white icon in my system tray on the lower right of my screen. When I clicked on this I could type my password, as prompted, and mount to the time capsule, which I could now see in My Computer as a drive. I tested a few files by dragging them over into the drive, and it worked fine. Now, a week later the icon in the system tray has disappeared, and I can no longer see the time capsule on my PC in My Computer. I can still click on the airport utility icon in my programs and see/change settings in my time capsule from my PC, but cannot see nor access the drive from My Computer (or mount by clicking on this now missing icon). Anyone else know what I can do? Thanks in advance!

    I was just having this problem and figured out that the white system tray icon is the Airport Base Station Agent. It wasn't running for me for some reason, too, but I found it and started it back up again at C:\Program Files\AirPort\APAgent.exe.
    Here's an Apple Support article (it's a little old) I found that discusses drive mapping in windows with the Airport Base Station Agent: http://support.apple.com/kb/HT1331
    Hope this helps.

  • How do I get firefox 3.5 back? Firefox 4 can't find yahoo.mail URL. Using your suggestions has caused me to loose my system tray icons and printers from my computer altogether and my system restore will no longer work either.

    Firefox 4.0 cannot find the Yahoo mail URL. Working with the Verizon tech we were able to get Internet Explorer to finaly find the yahoo mail web site. But not luck with Firefox 4.0 .
    Since trying your suggestions to make firefox 4 find the Yahoo mail URL. I have noticed that all of my system tray icons except the Panda anti virus and volume control icons have disapeared. My system restore will not restore and printers are gone altogether. How do I get the old firefox and all i've lost back.
    Hector, [email protected]

    Still cannot fix it to get Yahoo e-mail. This what I get now from Ff3.5 now.
    Sorry, we can't find "http://us.mc1121.mail.yahoo.com/mc/welcome". Please check the spelling of the web address.
    From Ff4 it can't find the " URL proxy server" on it's server???
    Have tried most every solutions/suggestion I could find have my computer just keeps getting worse. Where do I find the 4 solutions you mention here to see if I have not already tried them? I don't see or know where to go to find these solutions??? Can anyone help me find the fix???
    E-mail add. [email protected]

  • Little question about a Claws-Mail tray icon theme, and how to use it.

    There is a Claws Mail tray icon theme available on gnome-look.org:
    http://gnome-look.org/content/show.php/ … tent=71540
    These are the instructions the author gives to install the theme:
    Claws Mail Tango trayicon theme
    Claws-Mail version = 3.3.0
    copy icons claws-mail-3.3-0/src/pixmaps, recompile and install.
    So what am I supposed to do (especially since the newest Claws Mail version is 3.4.0...)?

    Stalafin wrote:
    There is a Claws Mail tray icon theme available on gnome-look.org:
    http://gnome-look.org/content/show.php/ … tent=71540
    These are the instructions the author gives to install the theme:
    Claws Mail Tango trayicon theme
    Claws-Mail version = 3.3.0
    copy icons claws-mail-3.3-0/src/pixmaps, recompile and install.
    So what am I supposed to do (especially since the newest Claws Mail version is 3.4.0...)?
    I would recommend using ABS. just makepkg -o first so the sources get DL'd and unpacked. copy your icons and makepkg -e so the sources are not extracted again and therefore your new icons overwitten.
    finally, enjoy some awesomeness:

Maybe you are looking for