You are not logged in.

#1 2010-02-28 19:42:12

exutable
Member
Registered: 2010-02-28
Posts: 3

tint2 without windows list, just system tray

Hey guys,

Is it possible to configure tint2 to be without a windows list but with a system tray?  or do I have to edit the source code?

Similar to this: http://crunchbanglinux.org/wiki/_media/ … =900&h=562 although it seems he might have a windows list but no windows open.

Thanks,

Dane

Offline

#2 2010-02-28 20:48:54

Andrwe
Member
From: Leipzig/Germany
Registered: 2009-06-17
Posts: 322
Website

Re: tint2 without windows list, just system tray

Hi,

just remove the sections taskbar and tasks.

Last edited by Andrwe (2010-02-28 20:49:22)

Offline

#3 2010-02-28 23:39:06

ataraxia
Member
From: Pittsburgh
Registered: 2007-05-06
Posts: 1,553

Re: tint2 without windows list, just system tray

If you're using Openbox, you could just run docker instead, as that's exactly what it does.

Offline

#4 2010-03-01 12:29:41

danielrmt
Member
Registered: 2009-12-03
Posts: 34

Re: tint2 without windows list, just system tray

you can also use stalonetray or trayer

Offline

#5 2010-03-01 12:45:40

exutable
Member
Registered: 2010-02-28
Posts: 3

Re: tint2 without windows list, just system tray

I really like tint2 and I have it working without the windows list now but how do I prevent it from using the bottom few pixels of the screen and just let it be in the foreground over existing windows

Offline

#6 2010-03-01 14:40:14

Andrwe
Member
From: Leipzig/Germany
Registered: 2009-06-17
Posts: 322
Website

Re: tint2 without windows list, just system tray

For the bottom few pixels look here http://code.google.com/p/tint2/wiki/Configure for margin and padding.
And the foreground behavior has to be done by your window manager or desktop environment.

In openbox e.g. it would be done by a per app configuration.
Which DE/WM do you use?

Offline

#7 2010-03-01 14:59:42

thil77
Member
Registered: 2008-08-29
Posts: 52

Re: tint2 without windows list, just system tray

with latest version you can use
panel_layer = top

and perhaps play with
strut_policy = none

Last edited by thil77 (2010-03-01 16:02:18)

Offline

#8 2010-03-01 22:28:01

exutable
Member
Registered: 2010-02-28
Posts: 3

Re: tint2 without windows list, just system tray

thil77:  Sorry none of those worked.

Andrwe: I'm using openbox

Offline

#9 2010-03-02 07:07:05

Andrwe
Member
From: Leipzig/Germany
Registered: 2009-06-17
Posts: 322
Website

Re: tint2 without windows list, just system tray

Then try to add this to your .config/openbox/rc.xml to the <applications>-section:

    <application name="tint2">
      <layer>above</layer>
    </application>

Edit:
I've tested the option mentioned by thil77 and for me it worked to.
I've just added panel_layer = top to both of my tint2.

tM3BrYg

Last edited by Andrwe (2010-03-02 07:13:46)

Offline

Board footer

Powered by FluxBB