You are not logged in.

#1 2009-02-04 00:13:01

Andras
Member
Registered: 2009-02-04
Posts: 4

Tint2 Configuration

Is possible to configured Tint to look like the picture I've included?
Also can I setup a menu button (like in the picture) to go to the Openbox menu?
I know Tint2 dosn't have a tray and was wondering whether you could do this by using trayer and just getting tint to create a separate task bar underneath as necessary?

This will be in Openbox btw. I don't know if that makes a difference.....

Thanks.

Picture.

Last edited by Andras (2009-02-04 00:20:52)

Offline

#2 2009-02-04 00:25:12

soupcan
Member
From: ?
Registered: 2008-10-25
Posts: 268

Re: Tint2 Configuration

Andras wrote:

Is possible to configured Tint to look like the picture I've included?
Also can I setup a menu button (like in the picture) to go to the Openbox menu?
I know Tint2 dosn't have a tray and was wondering whether you could do this by using trayer and just getting tint to create a separate task bar underneath as necessary?

This will be in Openbox btw. I don't know if that makes a difference.....

Thanks.

Picture.

If I remember correctly, that's the default config.

Offline

#3 2009-02-04 00:50:16

Andras
Member
Registered: 2009-02-04
Posts: 4

Re: Tint2 Configuration

It's not, this is.

Offline

#4 2009-02-04 09:38:27

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

Re: Tint2 Configuration

with tint2-svn you can get it

but no systray, no menu.

Last edited by thil77 (2009-02-04 22:40:45)

Offline

#5 2009-02-04 11:11:13

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: Tint2 Configuration

What panel is that in the picture ?
Gnome-panel ? Didn't know it could look like that...

BTW, I find it ugly but to each his own smile


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#6 2009-02-04 16:03:12

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Tint2 Configuration

The picture you link to requires an account at the Ubuntu forums... Please fix that wink. There's plenty of free image hosting sites around, you could just link to the pic directly here so one doesn't have to click your link and the pic gets displayed in your post directly.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#7 2009-02-04 16:44:27

M177ER
Member
Registered: 2008-06-15
Posts: 148

Re: Tint2 Configuration

Here is the picture:
screenshotwv8.th.png

Same question → Can a launcher be added to tint2 or maybe a widget to sit over tint2?

Last edited by M177ER (2009-02-04 16:44:41)

Offline

#8 2009-02-04 17:02:53

M177ER
Member
Registered: 2008-06-15
Posts: 148

Re: Tint2 Configuration

Nope: http://code.google.com/p/tint2/source/b … svn31&r=31
2009-02-05 - <snip>
- removed capability to show Window magager's menu it's a feature I would like, but implementation was buggy

Offline

#9 2009-02-04 18:21:18

Andras
Member
Registered: 2009-02-04
Posts: 4

Re: Tint2 Configuration

thil77 wrote:

with tint2-svn you can get
http://www.easysharing.fr/data/images/55144_ecran2.jpg

but no systray, no menu.

Thats similar to what I wanted. And I edited a screenshot to look like what I want.....

How do you get it to look like that picture?

Thanks.

Offline

#10 2009-02-04 18:56:51

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Tint2 Configuration

You should check if the Ubuntu tint2 package has patches applied andras; the stable tint2 cannot do this. Check the corresponding source deb to be sure or the online documentation (Ubuntu has a lot if not all of their packages listed online with links to packages and source debs).


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#11 2009-02-04 22:45:17

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

Re: Tint2 Configuration

it's developement version of tint2
with the following $HOME/.config/tint2/tint2rc config file

see http://code.google.com/p/tint2/source/checkout

#---------------------------------------------
# TINT CONFIG FILE
#---------------------------------------------

#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 10
border_width = 1
background_color = #000000 45
border_color = #ffffff 0

rounded = 7
border_width = 0
background_color = #ffffff 20
border_color = #ffffff 15

rounded = 0
border_width = 0
background_color = #000000 35
border_color = #ffffff 0


#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = 1
panel_position = top left
panel_size = 800 30
panel_margin = 0 0
panel_padding = 9 2 7
font_shadow = 0
panel_background_id = 0

#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = single_desktop
taskbar_padding = 3 3 0
taskbar_background_id = 1

#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 1
task_text = 1
task_width = 160
task_centered = 1
task_padding = 2 2
task_font = sans bold 8
task_font_color = #ffffff 60
task_active_font_color = #ffffff 85
task_background_id = 0
task_active_background_id = 2


#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %H:%M
time1_font = sans bold 8
time2_format = %A %d %B
time2_font = sans 7
clock_font_color = #ffffff 65
clock_padding = 6 0
clock_background_id = 1

#---------------------------------------------
# MOUSE ACTION ON TASK
#---------------------------------------------
mouse_middle = none
mouse_right = close
mouse_scroll_up = toggle
mouse_scroll_down = iconify

Last edited by thil77 (2009-02-04 22:48:30)

Offline

#12 2009-02-07 15:55:09

Andras
Member
Registered: 2009-02-04
Posts: 4

Re: Tint2 Configuration

Thanks for the help everyone!

Offline

#13 2009-11-27 10:36:45

lukeluke
Member
Registered: 2009-11-27
Posts: 3

Re: Tint2 Configuration

M177ER wrote:

Here is the picture:
http://img264.imageshack.us/img264/58/s … wv8.th.png

Same question → Can a launcher be added to tint2 or maybe a widget to sit over tint2?

Excuse me the OT

How can add the gnome menu to tint2 like you do in this screenshot ?

THANKS

Offline

#14 2009-11-27 11:00:16

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Tint2 Configuration

http://wiki.archlinux.org/index.php/For … Bumping.27

Open a new thread please - regardless of the age, you shouldn't hijack other people's topics.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

Board footer

Powered by FluxBB