Topic: tint2 - how to get rid of task list?

Hey all. I'm using two instances of tint2, so that i can fit a conky setup between the two.
One has a task list, the other has a sys tray and clock.
The problem is, the one with the sys tray and clock still has a task list beside it. even if i set the values to 0, there is still a black space beside the sys bar (i can see it because i have the entire thing in a border).

Any idea how to properly disable the task list?

just call me...
~FSM~

Re: tint2 - how to get rid of task list?

Could you post the config for the tint2 without the tasklist? Also a screenshot would be nice.

Note: ** Please read before posting **

BTW if you wish to contact me, send me an e-mail instead of a PM.

Re: tint2 - how to get rid of task list?

here is the 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

# To use this as default tint2 config: save as $HOME/.config/tint2/tint2rc

# Background definitions
# ID 1
rounded = 0
border_width = 1
background_color = #000000 70
border_color = #51B4DB 100

# ID 2
rounded = 0
border_width = 0
background_color = #000000 50
border_color = #FFFFFF 100

# ID 3
rounded = 0
border_width = 0
background_color = #000000 0
border_color = ##51B4DB 100

# Panel
panel_monitor = 2
panel_position = bottom right horizontal
panel_size = 200 42
panel_margin = 5 5
panel_padding = 5 5 5
panel_dock = 0
wm_menu = 0
panel_layer = bottom
panel_background_id = 1

# Panel Autohide
autohide = 0
autohide_show_timeout = 0.0
autohide_hide_timeout = 0.0
autohide_height = 0
strut_policy = none

# Taskbar
taskbar_mode = single_desktop
taskbar_padding = 0 0 0
taskbar_background_id = 0
#taskbar_active_background_id = 0

# Tasks
urgent_nb_of_blink = 0
task_icon = 0
task_text = 0
task_centered = 0
task_maximum_size = 0 0
task_padding = 0 0
task_background_id = 0
task_active_background_id = 0
task_urgent_background_id = 0
task_iconified_background_id = 0

# Task Icons
task_icon_asb = 0 0 0
task_active_icon_asb = 0 0 0
task_urgent_icon_asb = 0 0 0
task_iconified_icon_asb = 0 0 0

# Fonts
task_font = Sans 0
task_font_color = #FFFFFF 100
task_active_font_color = #FFFFFF 100
task_urgent_font_color = #FFFFFF 100
task_iconified_font_color = #FFFFFF 100
font_shadow = 0

# System Tray
systray = 1
systray_padding = 0 2 0
systray_sort = ascending
systray_background_id = 0
systray_icon_size = 0
systray_icon_asb = 100 -100 0

# Clock
time1_format = %I:%M
time1_font = DejaVu Sans 10
time2_format = %a %d %b
time2_font = DejaVu Sans 8
clock_font_color = #FFFFFF 100
clock_tooltip =
clock_padding = 10 25
clock_background_id = 1

# Tooltips
tooltip = 1
tooltip_padding = 0 0
tooltip_show_timeout = 0
tooltip_hide_timeout = 0
tooltip_background_id = 0
tooltip_font = Sans 12
tooltip_font_color = #FFFFFF 100

# Mouse
mouse_middle = none
mouse_right = none
mouse_scroll_up = none
mouse_scroll_down = none

# Battery
battery = 0
battery_low_status = 20
battery_low_cmd = notify-send "battery low"
battery_hide = 90
bat1_font = Sans 12
bat2_font = Sans 12
battery_font_color = #FFFFFF 100
battery_padding = 0 0
battery_background_id = 0

# End of config

looks like this : (see bottom right, while i've made the icons 0 etc, it still reacts to tooltip display, and takes up space. If i have a lot of windows, it makes a noticeable gap)
http://omploader.org/tNWF3ZA

just call me...
~FSM~

Re: tint2 - how to get rid of task list?

Have you tried commenting out the entire Taskbar, Tasks, and Task Icons sections?

while ( ! ( succeed = try() ) );

Re: tint2 - how to get rid of task list?

I have, and when i do that, the system tray disappears as well.

just call me...
~FSM~

Re: tint2 - how to get rid of task list?

What about if you change the panel padding and/or margins?

Note: ** Please read before posting **

BTW if you wish to contact me, send me an e-mail instead of a PM.

Re: tint2 - how to get rid of task list?

i can get it to hide the taskbar portion, but that doesn't help because the sys tray will grow and shrink depending on what i have open. I'm going to try starting from a clean config in tint2wizard, seeing if that helps (because i could've fudged some other setting lol

just call me...
~FSM~