Re: My tint2 config

Update to the last "Tint2 "0.7.svn.rev282-1", with news fonctions (Tooltips, clock_tooltip, clock_lclick_command, clock_rclick_command ,task_icon_asb ...) :

http://pix.toile-libre.org/upload/thumb/1260711240.jpg


#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------

#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------   

rounded = 0
border_width = 0
background_color = #696969 100
border_color = #ffffff 20

rounded = 0
border_width = 0
background_color = #4F4F4F 100
border_color = #ffffff 20

rounded = 0
border_width = 0
background_color = #1C1C1C 100
border_color = #ffffff 20

rounded = 0
border_width = 1
background_color = #363636 100
border_color = #ffffff 20

#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = all
panel_position = bottom center horizontal
panel_size = 100% 38
panel_margin = 0 0
panel_padding = 5 3 5
font_shadow = 0
panel_background_id = 3
wm_menu = 1
panel_dock = 0

#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = multi_desktop
taskbar_padding = 2 2 2
taskbar_background_id = 4
taskbar_active_background_id = 2

#---------------------------------------------
# TASKS
#---------------------------------------------
urgent_nb_of_blink = 10
task_icon = 1
task_text = 0
task_width = 50
task_centered = 1
task_padding = 2 1
task_font = sans 7
task_font_color = #FFE1E3 70
task_active_font_color = #FFE1E3 85
task_background_id = 0
task_active_background_id = 1
#task_icon_asb = 20 20 50
#task_active_icon_asb = 50 50 100

#---------------------------------------------
# TOOLTIPS
#---------------------------------------------
tooltip = 1
tooltip_padding = 0 0
tooltip_show_timeout = 0
tooltip_hide_timeout = 0
tooltip_background_id = 2
tooltip_font = Sans 10
tooltip_font_color = #D3D3D3 60

#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray = 1
systray_padding = 2 2 2
systray_background_id = 4
systray_sort = ascending

#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %H:%M
time1_font = sans 8
time2_format = %d %b
time2_font = sans 8
clock_font_color = #D3D3D3 60
clock_padding = 2 2
clock_background_id = 4
clock_tooltip = %A %d %B %Y (s%V)
clock_lclick_command = calcoo
clock_rclick_command = orage

#---------------------------------------------
# BATTERY
#---------------------------------------------
battery = 0
battery_low_status = 7
battery_low_cmd = notify-send "battery low"
bat1_font = sans 8
bat2_font = sans 8
battery_font_color = #D3D3D3 60
battery_padding = 2 2
battery_background_id = 4

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



Did someone can share the "goods" parameters for the new "task_icon_asb" and "task_active_icon_asb", I have trouble to find something esthetic ... mad

wink

Last edited by Kookaburra (2009-12-15 06:14:44)

Re: My tint2 config

This is interesting, I came to #! knowing it had OpenBox and I was all set for NO panels.

tint2 was a pleasant surprise.  As much as I liked Xfce I've come to love OB & tint2, my Xfce panels never did look good transparent but tint2 is perfect.  After read a bit at http://code.google.com/p/tint2/wiki/Welcome I edited mine and never though about it.

Today I find this thread, so I'll share mine.  Rounded edges, and the time/date area has changed from the default I believe, it's been a while so I'm not sure what was default.  smile

I put "screenruler" there so you can get the width (pixels)

http://conky.linux-hardcore.com/wp-content/uploads/2009/12/tint-2-300x240.png

#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------
# For more information about tint2, see:
# http://code.google.com/p/tint2/wiki/Welcome
#
# For more config file examples, see:
# http://crunchbanglinux.org/forums/topic/3232/my-tint2-config/
#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 8
border_width = 1
background_color = #FFFFFF 0
border_color = #FFFFFF 20

rounded = 8
border_width = 0
background_color = #ffffff 20
border_color = #ffffff 20

rounded = 8
border_width = 0
background_color = #ffffff 0
border_color = #ffffff 0

#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = all
panel_position = bottom center
panel_size = 92% 22
panel_margin = 0 5
panel_padding = 2 0
font_shadow = 0
panel_background_id = 0

#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = multi_desktop
taskbar_padding = 0 0 0
taskbar_background_id = 1

#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 1
task_text = 0
task_width = 40
task_centered = 1
task_padding = 1 1
task_font = sans 7
task_font_color = #ffffff 70
task_active_font_color = #ffffff 85
task_background_id = 3
task_active_background_id = 2

#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray_padding = 4 2 3
systray_background_id = 0

#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %T
time1_font = sans bold 8
time2_format = %a. %d %b, %y
time2_font = sans 6
clock_font_color = #ffffff 76
clock_padding = 4 4
clock_background_id = 0

#---------------------------------------------
# BATTERY
#---------------------------------------------
#battery = 0
#battery_low_status = 7
#battery_low_cmd = notify-send "battery low"
#bat1_font = sans 8
#bat2_font = sans 6
#battery_font_color = #ffffff 76
#battery_padding = 1 0
#battery_background_id = 0


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

Re: My tint2 config

@ Kookaburra

the best way to understand Saturation/brigthness is to open a picture in Gimp
and play with menu Color > Hue / saturation.

tint2 use the same value from -100 to +100 for brigthness and saturation,
while alpha parameter goes from 0 (full transparency) to 100.

here sample parameters for grayscale icon
task_icon_asb = 90 -100 -20
task_active_icon_asb = 100 -70 -10

Re: My tint2 config

#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------

#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 0
border_width = 0
background_color = #303030 100
border_color = #c0c0c0 100

#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = all
panel_position = bottom center
panel_size = 100% 22
panel_margin = 0 0
panel_padding = 20 0
font_shadow = 0
panel_background_id = 1
wm_menu = 0

#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = multi_desktop
#taskbar_mode = single_desktop
taskbar_padding = 2 3 2
taskbar_background_id = 0
#taskbar_active_background_id = 0

#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 0
task_text = 1
task_maximum_size = 0 0
task_centered = 1
task_padding = 0 1
task_font = corbel 8
task_font_color = #707070 100
task_active_font_color = #c0c0c0 100
task_background_id = 0
task_active_background_id = 0

#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray = 1
systray_padding = 0 4 5
systray_background_id = 0
systray_sort = left2right
systray_icon_asb = 30 100 -80

#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %D %t %H:%M
time1_font = corbel 8
#time2_format = %A %d %B
#time2_font = sans 6
clock_font_color = #c0c0c0 100
clock_padding = 1 0
clock_background_id = 0
#clock_lclick_command = xclock
clock_rclick_command = orage
#clock_tooltip = %A %d %B

#---------------------------------------------
# BATTERY
#---------------------------------------------
battery = 0
battery_low_status = 10
battery_low_cmd = notify-send "battery low"
bat1_font = sans 8
bat2_font = sans 6
battery_font_color = #ffffff 76
battery_padding = 1 0
battery_background_id = 0

#---------------------------------------------
# TOOLTIP
#---------------------------------------------
tooltip = 0
tooltip_padding = 2 2
tooltip_show_timeout = 0.7
tooltip_hide_timeout = 0.3
tooltip_background_id = 1
tooltip_font_color = #OOOOOO 80
tooltip_font = sans 10

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

http://img-fotki.yandex.ru/get/4110/qst … 22b01_orig

Last edited by qsteamk (2010-01-09 23:22:09)

Re: My tint2 config

I have been playing with tint2 today. I have encountered a couple of issues. First issue is after I reboot tint2 switches back to a single desktop rather than two (lxappearance fixes it); second problem is with pidgin, I have to click systray icon then taskbar icon for the window to display. Minor issues really.

Screenshot: http://imgur.com/hGOM1 Imgur is awesome use it.

Config:

#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------
#
# http://code.google.com/p/tint2/wiki/Configure
#
#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 7
border_width = 1
background_color = #FFFFFF 0
border_color = #FFFFFF 10

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

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

#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = all
panel_position = top center
panel_size = 0 21
panel_margin = 0 0
time1_format = %H:%M
panel_padding = 3 0
font_shadow = 0
panel_background_id = 0

#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = multi_desktop
taskbar_padding = 0 0 0
taskbar_background_id = 1

#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 1
task_text = 0
task_width = 40
task_centered = 1
task_padding = 1 1
task_font = sans 7
task_font_color = #ffffff 70
task_active_font_color = #ffffff 85
task_background_id = 3
task_active_background_id = 2

#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray_padding = 4 2 3
systray_background_id = 0

#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %H:%M          
time1_font = Digital-7 15
#time2_format = %A %d %B
time2_font = (null)
clock_font_color = #ffffff 76
clock_padding = 2 2
clock_background_id = 0

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

Edit: clarity

Last edited by milkycoffee (2010-01-21 19:32:44)

Re: My tint2 config

Hi guys,

I am using tint2 on Compiz standalone with a dual screen setup.

Now I have a tint2 on both screen which is great, however the systray is only on one, and the wrong one. So I was wondering if there is any possibility to set it up to go to a certain screen?

Thanks,

Re: My tint2 config

This setting gives me a full tint2, including systray, on both of my monitors.

panel_monitor=all

58

Re: My tint2 config

Hey guys! Is there any chance to change the default order of the objects in tint2? Want to use it as a side-bar, and the default order is not according to my wishes.

BTW: I'm new to #! and this forum, but I'd like to say that I enjoy fiddling around with this snappy distro.

59

Re: My tint2 config

Kookaburra wrote:

Update to the last "Tint2 "0.7.svn.rev282-1", with news fonctions (Tooltips, clock_tooltip, clock_lclick_command, clock_rclick_command ,task_icon_asb ...)

Tooltips, it's a nice function! I'm lovin' it ! yikes big_smile lol

Re: My tint2 config

~HP wrote:
Kookaburra wrote:

Update to the last "Tint2 "0.7.svn.rev282-1", with news fonctions (Tooltips, clock_tooltip, clock_lclick_command, clock_rclick_command ,task_icon_asb ...)

Tooltips, it's a nice function! I'm lovin' it ! yikes big_smile lol

Yes, it's a good improvement, indeed ! smile
(I also like the "clock_lclick_command, clock_rclick_command", very usefull for calendar, calculator, ...).

61

Re: My tint2 config

Kookaburra wrote:
~HP wrote:
Kookaburra wrote:

Update to the last "Tint2 "0.7.svn.rev282-1", with news fonctions (Tooltips, clock_tooltip, clock_lclick_command, clock_rclick_command ,task_icon_asb ...)

Tooltips, it's a nice function! I'm lovin' it ! yikes big_smile lol

Yes, it's a good improvement, indeed ! smile
(I also like the "clock_lclick_command, clock_rclick_command", very usefull for calendar, calculator, ...).

How can I compile the svn-version?

Re: My tint2 config

Just get the recent 0.9 and for compilation make sure you have the dependencies and build-essential.

http://code.google.com/p/tint2/wiki/Install

Note: ** Please read before posting **

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

63

Re: My tint2 config

For the latest 0.9 version I don't have problems, but with the latest svn.

yt@epiphyte:~/downloads$ svn checkout http://tint2.googlecode.com/svn/trunk/ tint2-svn
yt@epiphyte:~/downloads$ cd tint2-svn
yt@epiphyte:~/downloads/tint2-read-only$ ./configure --prefix=/usr --sysconfdir=/etc
bash: ./configure: No such file or directory

Re: My tint2 config

The last 0.9 version have all improvement I talk about, you do not need to compile the svn version ...

0.9 features

    * panel with taskbar, systray, clock and battery status
    * easy to customize : color/transparency on font, icon, border and background
    * pager like capability : send task from one workspace to another, switch workspace
    * multi-monitor capability : one panel per monitor, show task from current monitor
    * customize mouse event
    * window manager's menu
    * tooltip
    * autohide
    * clock timezones
    * fake & real transparency

smile

65

Re: My tint2 config

Tooltip trying to mimic Crunchbang native tooltips…
best viewed on your desktop (using gThumb for example), could seems excessively darker when viewed using a web browser.

http://img684.imageshack.us/img684/9176/mimiccrunchbangtooltip.th.png

#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 0
border_width = 4
background_color = #1b1b1b 99
border_color = #1b1b1b 0

#---------------------------------------------
# TOOLTIP
#---------------------------------------------
tooltip = 1
tooltip_padding = 2 2
tooltip_show_timeout = 0.0
tooltip_hide_timeout = 0.0
tooltip_background_id = 1
tooltip_font_color = #FFFFFF 70
tooltip_font = sans normal 7.5

Re: My tint2 config

anonymous wrote:

Just get the recent 0.9 and for compilation make sure you have the dependencies and build-essential.

http://code.google.com/p/tint2/wiki/Install

94Mb of dependencies...bit heavy isnt it?

Re: My tint2 config

I believe they're only necessary for compiling, not for actually running tint2.

Note: ** Please read before posting **

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

Re: My tint2 config

anonymous wrote:

I believe they're only necessary for compiling, not for actually running tint2.

Would "apt-get autoremove" take care of them after install? (I dont particularly care to keep them around, as I dont ever compile things)

Re: My tint2 config

Just reverse the initial command as so:

sudo aptitude purge libcairo2-dev libpango1.0-dev libglib2.0-dev libimlib2-dev libxinerama-dev libx11-dev libxdamage-dev libxcomposite-dev libxrender-dev

or

sudo apt-get purge libcairo2-dev libpango1.0-dev libglib2.0-dev libimlib2-dev libxinerama-dev libx11-dev libxdamage-dev libxcomposite-dev libxrender-dev

And then run sudo apt-get autoremove.

Last edited by anonymous (2010-02-01 15:59:22)

Note: ** Please read before posting **

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

Re: My tint2 config

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

#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 1
border_width = 1
background_color = #000000 80
border_color = #212121 70

rounded = 1
border_width = 3
background_color = #ffffff 20
border_color = #ffffff 15

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


#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = 1
panel_position = bottom center
panel_size = 1366 20

panel_margin = 0 0
panel_padding = 1 1
font_shadow = 0
panel_background_id = 0

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

#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 0
task_text = 1
task_width = 100
task_centered = 1
task_padding = 2 2
task_font = Segoe Semibold 7
task_font_color = #A6BF19 60
task_active_font_color = #A6BF19 85
task_background_id = 0
task_active_background_id = 2

#---------------------------------------------
# SYSTRAY
#---------------------------------------------
systray_padding = 9 3
systray_icon_opacity = 50
systray_background_id = 1

#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %A %d %m %H:%M
time1_font = Segoe Semibold 7
#time2_format = %A %d %B
#time2_font = Segoe UI 7
clock_font_color = #A6BF19 59
clock_padding = 6 0
clock_background_id = 1

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

http://users.skynet.be/fb624689/images/capture1.jpg

Re: My tint2 config

I once more adjusted my tint2 panel yesterday. Separated into three workspace, a systray and a time segment, plain and good at giving information which tasks are running and on which desktop. The task with the focus on is the brightest while blank workspaces are the least transparent and therefore the darkest panel segments.

http://img709.imageshack.us/img709/618/tint2panel.png

#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------

#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 0
border_width = 1
background_color = #000000 50
border_color = #FFFFFF 40

rounded = 0
border_width = 0
background_color = #ffffff 40
border_color = #ffffff 30

rounded = 0
border_width = 1
background_color = #ffffff 20
border_color = #ffffff 20

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

#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = all
panel_position = top center
panel_size = 100% 34
panel_margin = 0 0
panel_padding = 3 3
font_shadow = 0
panel_background_id = 0

#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = multi_desktop
taskbar_padding = 2 2 2
taskbar_background_id = 1

#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 1
task_text = 1
task_width =
task_centered = 0
task_padding = 2 2 2
task_font = sans 8
task_font_color = #ffffff 70
task_active_font_color = #ffffff 100
task_background_id = 3
task_active_background_id = 2

#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray_padding = 4 2 3
systray_background_id = 1

#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %H:%M - %A, %b %d 
time1_font = sans 8
time2_format = 
time2_font = sans 7
clock_font_color = #ffffff 100
clock_padding = 4 4 4
clock_background_id = 1

#---------------------------------------------
# BATTERY
#---------------------------------------------
#battery = 0
#battery_low_status = 7
#battery_low_cmd = notify-send "battery low"
#bat1_font = sans 8
#bat2_font = sans 6
#battery_font_color = #ffffff 76
#battery_padding = 1 0
#battery_background_id = 2


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

Last edited by qbrick (2010-02-07 14:33:34)

Re: My tint2 config

Wrong topic.

Last edited by Ventil (2010-02-10 13:35:29)

http://codepsd.com | We convert PSD to HTML (PSD2HTML)
http://codepsd.si | Razrez PSD, razrez spletnih predlog (PSD v HTML)

Re: My tint2 config

Icons on the left

http://omploader.org/tM21qNg

http://omploader.org/tM21qNw

#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------

#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 0
border_width = 0
background_color = #303030 30
border_color = #303030 0

rounded = 0
border_width = 0
background_color = #303030 0
border_color = #303030 0

rounded = 0
border_width = 1
background_color = #FFFFFF 30
border_color = #FFFFFF 12

#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = all
panel_position = bottom left vertical
panel_size = 86% 44
panel_margin = 0 0
panel_padding = 7 0
font_shadow = 0
panel_background_id = 1
wm_menu = 1

#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = multi_desktop
#taskbar_mode = single_desktop
taskbar_padding = 2 0 2
taskbar_background_id = 0
taskbar_active_background_id = 1

#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 1
task_text = 0
task_maximum_size = 40 40
task_centered = 1
task_padding = 6 0
task_font = sans bold 8
task_font_color = #000000 100
task_active_font_color = #000000 100
task_background_id = 2
task_active_background_id = 3

#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray = 1
systray_padding = 10 10
systray_background_id = 0
systray_sort = right2left

#---------------------------------------------
# CLOCK
#---------------------------------------------
#time1_format = %H:%M
#time1_font = sans 7
#time2_format = %A %d %B
#time2_font = sans 7
#clock_font_color = #1994d1 100
#clock_padding = 1 0
#clock_background_id = 0
#clock_lclick_command = orage
#clock_rclick_command = orage
#clock_tooltip = %A, %d/%m/%y

#---------------------------------------------
# BATTERY
#---------------------------------------------
battery = 0
battery_low_status = 6
battery_low_cmd = notify-send "battery low"
bat1_font = sans 7
bat2_font = sans 7
battery_font_color = #1994d1 100
battery_padding = 1 0
battery_background_id = 0

#---------------------------------------------
# TOOLTIP
#---------------------------------------------
tooltip = 1
tooltip_padding = 2 2
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 0.3
tooltip_background_id = 1
tooltip_font_color = #1994d1 100
tooltip_font = sans 7

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

This EDIT is if you want the bar at full height

http://omploader.org/tM21xZQ

#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------

#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 0
border_width = 0
background_color = #CCCCCC 90
border_color = #303030 0

rounded = 0
border_width = 0
background_color = #303030 0
border_color = #303030 0

rounded = 0
border_width = 1
background_color = #1994d1 50
border_color = #FFFFFF 12

#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = all
panel_position = bottom left vertical
panel_size = 100% 44
panel_margin = 0 0
panel_padding = 7 0
font_shadow = 0
panel_background_id = 1
wm_menu = 1

#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = multi_desktop
#taskbar_mode = single_desktop
taskbar_padding = 2 0 2
taskbar_background_id = 0
taskbar_active_background_id = 1

#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 1
task_text = 0
task_maximum_size = 40 40
task_centered = 1
task_padding = 6 0
task_font = sans bold 8
task_font_color = #000000 100
task_active_font_color = #000000 100
task_background_id = 2
task_active_background_id = 3

#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray = 1
systray_padding = 10 10
systray_background_id = 0
systray_sort = right2left

#---------------------------------------------
# CLOCK
#---------------------------------------------
#time1_format = %H:%M
#time1_font = sans 7
#time2_format = %A %d %B
#time2_font = sans 7
#clock_font_color = #1994d1 100
#clock_padding = 1 0
#clock_background_id = 0
#clock_lclick_command = orage
#clock_rclick_command = orage
#clock_tooltip = %A, %d/%m/%y

#---------------------------------------------
# BATTERY
#---------------------------------------------
battery = 0
battery_low_status = 6
battery_low_cmd = notify-send "battery low"
bat1_font = sans 7
bat2_font = sans 7
battery_font_color = #1994d1 100
battery_padding = 1 0
battery_background_id = 0

#---------------------------------------------
# TOOLTIP
#---------------------------------------------
tooltip = 1
tooltip_padding = 2 2
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 0.3
tooltip_background_id = 1
tooltip_font_color = #1994d1 100
tooltip_font = sans 7

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

Last edited by tawan (2010-02-22 10:53:47)

I blog too much....       geek stuff LinuxMintDebian | linux noob stuff LinuxMintNoob | spiritual stuff Daily Cup of Tao

Re: My tint2 config

Sorry, noob question. How do I upload a photo?

#!Crunchbang - an inverted wall of learning, definitely no curve!

Re: My tint2 config

omploader dot org.

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