Re: My tint2 config

@S11 - Your Tint2 is the one I use too.  Very nice.

Proceed with confidence!
http://eldervlacoste.deviantart.com/

Re: My tint2 config

thevdude wrote:

I like it! big_smile I'm still messing around with mine, but that one is very nice!

Da#!R0cK$ wrote:

Simple and Stylish as always Sector smile

ElderV.LaCoste wrote:

@S11 - Your Tint2 is the one I use too.  Very nice.

OK OK, now I feel very humbled and glad that people like my tint2 setup.

It's interesting that I've run this with minor mods for two years now, that's how much I like it.
No text just icons.  The only recent change was to move it to the left and then two more, move it above my new oneline conky and make the % value width match the i line conky which gave way to the new calendar conky.
http://thumbnails46.imagebam.com/15164/babe9c151636417.jpg
NOTE:  Mem % is at 25-27% lately so I'm using transparent images in the conkys to see if maybe the background LUA is leaking.  Shouldn't be, but something is not right, I've never had that kind of memory usage before.

Re: My tint2 config

Very nice Sector11 ...  Why mess with greatness?

Re: My tint2 config

My tint2, as requested.
http://ompldr.org/tYXNjeA

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

#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 0
border_width = 2
background_color = #000000 40
border_color = #000000 75

rounded = 0
border_width = 2
background_color = #000000 60
border_color = #000000 0

rounded = 0
border_width = 2
background_color = #000000 45
border_color = #000000 0

rounded = 5
border_width = 2
background_color = #000000 60
border_color = #000000 0

#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = all
panel_position = bottom left horizontal
panel_size = 100% 26
panel_margin = 0 0
panel_padding = 2 1
font_shadow = 0
panel_background_id = 1
wm_menu = 1
panel_dock = 0
panel_layer = bottom

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

#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 0
task_text = 1
task_maximum_size = 200 25
task_centered = 1
task_padding = 5 0
task_font = PF Tempesta Five Condensed 6
task_font_color = #ffffff 100
task_background_id = 3
task_icon_asb = 100 0 0
# replace STATUS by 'urgent', 'active' or 'iconfied'
#task_STATUS_background_id = 2
#task_STATUS_font_color = #ffffff 85
#task_STATUS_icon_asb = 100 0 0
# example:
task_active_background_id = 2
task_active_font_color = #ffffff 80
task_active_icon_asb = 100 0 0
urgent_nb_of_blink = 8
task_urgent_background_id = 3
task_urgent_font_color = #ffffff 85
task_urgent_icon_asb = 100 0 0

#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray = 0
systray_padding = 3 3 3 
systray_background_id = 0
systray_sort = ascending
systray_icon_size = 16
systray_icon_asb = 50 0 0

#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %H:%M
time1_font =  PF Tempesta Five Condensed 8
clock_font_color = #ffffff 80
clock_padding = 5 1
clock_background_id = 4
clock_tooltip = %A %d %B

#---------------------------------------------
# BATTERY
#---------------------------------------------
#battery = 0
#battery_hide = 98
#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 = 0 0 
tooltip_show_timeout = 0
tooltip_hide_timeout = 0
tooltip_background_id = 0
tooltip_font_color = #ffffff 80
tooltip_font = sans 10

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

#---------------------------------------------
# AUTOHIDE OPTIONS
#---------------------------------------------
autohide = 0
autohide_show_timeout = 0.3
autohide_hide_timeout = 2
autohide_height = 4
strut_policy = minimum

Re: My tint2 config

Hey Sector 11, how did you get those yellow suns in conky?

Go big or go home!

Re: My tint2 config

@Wrobat:  Those suns are part of a weather-based dingbats font.

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

Re: My tint2 config

Wrobat wrote:

Hey Sector 11, how did you get those yellow suns in conky?

pvsage wrote:

@Wrobat:  Those suns are part of a weather-based dingbats font.

Not quite, they are the images downloaded by "conkyForecast" from weather.com and put in:

/usr/share/conkyforecast/images/weathericons

http://thumbnails50.imagebam.com/15393/962055153929776.jpg

However saying that things are about to change at the end of Oct ($63/month subscription - no longer free) so it may be a mute point.  I would wait until sometime in Nov to see if conkyForecast is still running.

Re: My tint2 config

Sector11 wrote:
Wrobat wrote:

Hey Sector 11, how did you get those yellow suns in conky?

pvsage wrote:

@Wrobat:  Those suns are part of a weather-based dingbats font.

Not quite, they are the images downloaded by "conkyForecast" from weather.com and put in:

/usr/share/conkyforecast/images/weathericons

http://thumbnails50.imagebam.com/15393/962055153929776.jpg

However saying that things are about to change at the end of Oct ($63/month subscription - no longer free) so it may be a mute point.  I would wait until sometime in Nov to see if conkyForecast is still running.

I feel a pvsage presence coming for a mute/moot education...

lol

Re: My tint2 config

Sector11 wrote:
Wrobat wrote:

Hey Sector 11, how did you get those yellow suns in conky?

/usr/share/conkyforecast/images/weathericons

I have the images there but it is using the black/white images. Is my code wrong?

${font ConkyWeather:size=20}${execi 3600 conkyForecast --location=06450 --datatype=WF --startday=3}${font}

P.S. - I know this is a tint2 thread, sorry.

Go big or go home!

Re: My tint2 config

Wrobat wrote:
Sector11 wrote:
Wrobat wrote:

Hey Sector 11, how did you get those yellow suns in conky?

/usr/share/conkyforecast/images/weathericons

I have the images there but it is using the black/white images. Is my code wrong?

${font ConkyWeather:size=20}${execi 3600 conkyForecast --location=06450 --datatype=WF --startday=3}${font}

P.S. - I know this is a tint2 thread, sorry.

I am answering in the Conky Thread
If you see a:  Editing online - be right back - wait for the update.  big_smile

Re: My tint2 config

This is my tint2 right now.  Thanks to vastone and sector, I have been able to somewhat get something after 2 months of installing and reinstalling #! to start off with a fresh slate lol.
Now my question is, is there any way to make my bottom tint2 to look like the mac docks where they have small icons and when you hover over them they expand in size?  thanks.

http://i163.photobucket.com/albums/t284/demarsjcd/screen3.png
http://i163.photobucket.com/albums/t284/demarsjcd/screen2.png

tint2rc

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

#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
#1 panel background
rounded = 7
border_width = 1
#background_color = #002050 00
background_color = #000510 70
#background_color = #404040 20
border_color = #ffffff 18

#2 active window
rounded = 5
border_width = 1
background_color = #ffffff 18
border_color = #ffff00 100

#3 normal window
rounded = 5
border_width = 2
background_color = #ffffff 18
border_color = #ffffff 0

#4 urgent window
rounded = 5
border_width = 0
background_color = #ba5d00 100
border_color = #ffffff 50

#5 systray
rounded = 2
border_width = 0
background_color = #000000 0
border_color = #ffffff 40

#6 hovered window
rounded = 5
border_width = 1
background_color = #ffffff 18
border_color = #ffffff 100

#7 hovered active window
rounded = 5
border_width = 1
background_color = #ffffff 18
border_color = #aaaa55 100

#8 hovered urgent window
rounded = 5
border_width = 1
background_color = #ba5d00 100
border_color = #ffffff 100

#9 tooltip background
rounded = 7
border_width = 1
background_color = #000000 0
border_color = #ffffff 18

#---------------------------------------------
# PANEL
#---------------------------------------------
panel_items = CTSLB
panel_monitor = all
panel_position = top right vertical
#panel_position = bottom right horizontal
panel_size = 70% 152
panel_margin = 0 0
panel_padding = 5 0
font_shadow = 0
panel_background_id = 1
wm_menu = 1
panel_dock = 0
strut_policy = follow_size
#strut_policy = none
panel_layer = top

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

taskbar_name = 1
taskbar_name_padding = 6 3
taskbar_name_font = Liberation Sans 8
taskbar_name_font_color = #ffffff 100
taskbar_name_active_font_color = #ffffff 100
taskbar_name_background_id = 0
taskbar_name_active_background_id = 0


#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 1
task_text = 1
task_maximum_size = 140 35
task_centered = 1
task_padding = 6 3
task_font = Liberation Sans 8
task_font_color = #ffffff 100
task_background_id = 3
task_icon_asb = 100 0 0
# replace STATUS by 'urgent', 'active' or 'iconfied'
#task_STATUS_background_id = 2
#task_STATUS_font_color = #ffffff 85
#task_STATUS_icon_asb = 100 0 0
# example:
task_active_background_id = 2
task_urgent_background_id = 4
# use STATUShovered for mouseover effects
task_normalhovered_background_id = 6
task_activehovered_background_id = 7
task_urgenthovered_background_id = 8
urgent_nb_of_blink = 100000

#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray = 1
systray_padding = 4 4 4
systray_background_id = 5
systray_sort = left2right
# maximum icon size
systray_icon_size = 28
systray_icon_asb = 100 0 0

#---------------------------------------------
# APPLICATION LAUNCHER
#---------------------------------------------
launcher_padding = 2 4 2
#launcher_background_id = 5
# Icon size
launcher_icon_size = 48
#launcher_icon_theme = LinuxLex-8
# Each launcher_item_app must be a full path to a .desktop file
launcher_item_app = /home/jason/bin/xfce4-power-manager-settings.desktop
launcher_item_app = /home/jason/bin/xfce4-logout.desktop
#launcher_item_app = /home/jason/bin/pcmanfm-mod.desktop
#launcher_item_app = /home/jason/bin/gmusicbrowser.desktop
# launcher_item_app = /usr/share/applications/clementine.desktop
#launcher_item_app = /home/jason/bin/virtualbox.desktop
#launcher_item_app = /home/jason/bin/xchat.desktop

#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %H:%M
time1_font = sans bold 9
time2_format = %A %d %B
time2_font = Liberation Sans 8
clock_font_color = #ffffff 90
clock_padding = 1 0
clock_background_id = 0
clock_lclick_command = korganizer
clock_rclick_command = zenity --calendar --text ""
clock_tooltip = %A %0d %B %Y %nWeek %W
#time1_timezone = :US/Hawaii
#time2_timezone = :Europe/Berlin
#clock_tooltip_timezone = :/usr/share/zoneinfo/Europe/Paris

#---------------------------------------------
# BATTERY
#---------------------------------------------
battery = 1
battery_hide = 0
battery_low_status = 10
battery_low_cmd = notify-send -u critical -t 1000000 -i battery-caution "Low battery" "Level: 10%"
bat1_font = sans 8
bat2_font = sans 6
battery_font_color = #ffffff 76
battery_padding = 1 0
battery_background_id = 1

#---------------------------------------------
# TOOLTIP
#---------------------------------------------
tooltip = 1
tooltip_padding = 2 2
tooltip_show_timeout = 0.3
tooltip_hide_timeout = 0.1
tooltip_background_id = 9
tooltip_font_color = #ffffcc 100
tooltip_font = Sans 8

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

#---------------------------------------------
# AUTOHIDE OPTIONS
#---------------------------------------------
autohide = 1
autohide_show_timeout = 0.1
autohide_hide_timeout = 0.1
autohide_height = 2

tint2rctwo

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

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

# Background definitions
# ID 1 for Panel
rounded = 0
border_width = 0
background_color = #ffffff 0
#border_color = #000000 70

# ID 2
rounded = 1
border_width = 1
background_color = #ffffff 0
#border_color = #D8D8D8 29

# ID 3
rounded = 1
border_width = 1
background_color = #ffffff 0
#border_color = #121212 89

# ID 4
rounded = 1
border_width = 1
background_color = #ffffff 0
#border_color = #ED2323 60

# ID 5
rounded = 0
border_width = 1
background_color = #ffffff 0
#border_color = #000000 0

# ID 6
rounded = 6
border_width = 0
background_color = #ffffff 0
#border_color = #D8D8D8 0

# ID 7
rounded = 3
border_width = 0
background_color = #ffffff 0
#border_color = #222222 89

# ID 8
rounded = 1
border_width = 1
background_color = #ffffff 0
#border_color = #888888 200

# ID 9
rounded = 6
border_width = 0
background_color = #ffffff 0
#border_color = #888888 20

# ID 10
rounded = 0
border_width = 0
background_color = #ffffff 0
#border_color = #888888 20


#---------------------------------------------
# PANEL
#---------------------------------------------
panel_items = L
panel_monitor = all
panel_position = bottom right horizontal
panel_size = 100% 100
panel_margin = 0 0
panel_padding = 300 0
font_shadow = 0
panel_background_id = 0
panel_layer = top

#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = single_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 = 2 2
#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 = 1

#---------------------------------------------
# CLOCK
#---------------------------------------------
#time1_format = %H:%M
#time1_font = sans 8
#time2_format = %A %d %B
#time2_font = sans 6
#clock_font_color = #ffffff 76
#clock_padding = 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 = 0

# Launchers
launcher_icon_theme = LinuxLex-8
launcher_padding = 0 0 10
launcher_background_id = 9
launcher_icon_size = 48
# launcher_item_app = /usr/share/applications/gedit.desktop
launcher_item_app = /home/jason/bin/xchat.desktop
launcher_item_app = /home/jason/bin/vlc.desktop
launcher_item_app = /home/jason/bin/virtualbox-ose.desktop
launcher_item_app = /home/jason/bin/terminator.desktop
# launcher_item_app = /usr/share/applications/clementine.desktop
launcher_item_app = /home/jason/bin/pcmanfm.desktop
#launcher_item_app = /home/jason/bin/nm-connection-editor.desktop
launcher_item_app = /home/jason/bin/iceweasel.desktop
launcher_item_app = /home/jason/bin/gmusicbrowser.desktop

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


# Panel Autohide
autohide = 1
autohide_show_timeout = 0.0
autohide_hide_timeout = 0.0
autohide_height = 3
strut_policy = minimum

Re: My tint2 config

demarsjcd wrote:

This is my tint2 right now.  Thanks to vastone and sector

@demarsjcd  -  Thank you... Glad you got it the way you want it..

I do not think it is possible to have them change in size once hovered over yet...  There are requests for this feature that have been accepted at the tint2 google code site..

@Sector11 - Just remember, I'm Batman, your Robin...  roll cool big_smile

Re: My tint2 config

VastOne wrote:
demarsjcd wrote:

This is my tint2 right now.  Thanks to vastone and sector

@demarsjcd  -  Thank you... Glad you got it the way you want it..

I do not think it is possible to have them change in size once hovered over yet...  There are requests for this feature that have been accepted at the tint2 google code site..

@Sector11 - Just remember, I'm Batman, your Robin...  roll cool big_smile

your welcome smile .  Just a quick question.  I just executed openbox.sh and my tint2rctwo shows but not my tint2rc.  I have xfce autostart.sh:

#!/bin/bash
## Xfce autostart.sh
## =================
## When you login to your CrunchBang Xfce session, this autostart script 
## will be executed to set-up your environment and launch any applications
## you want to run at startup.
##
## This script is fashioned after Openbox's autostart.sh file.
## More information about this can be found at:
## http://openbox.org/wiki/Help:Autostart
##
## If you do something cool with your autostart script and you think others
## could benefit from your hack, please consider sharing it at:
## http://crunchbanglinux.org/forums/
##
## NOTE ABOUT CONDITIONS
## ---------------------
## Varios commands in this script are conditional. Conditions have been added
## as Xfce has its own internal session manager, which will happily autostart
## some of CrunchBang's default autostart applications. If you know of a
## better way of handling this, please consider sharing it at:
## http://crunchbanglinux.org/forums/
##
## Have fun! :)

## Condition, only run this script under Xfce
if [ ! "$(pidof xfwm4)" ]; then
    exit 0
fi

## Launch panel
(sleep 1s && tint2 ) &
(sleep 1s && tint2 -c ~/.config/tint2/tint2rctwo ) &

## Detect and configure touchpad. See 'man synclient' for more info.
if egrep -iq 'touchpad' /proc/bus/input/devices; then
    synclient VertEdgeScroll=1 &
    synclient TapButton1=1 &
fi

## Condition: Start xscreensaver, if required.
if [ ! "$(pidof xscreensaver)" ]; then
    xscreensaver -no-splash &
fi

## Condition: Start Conky after a slight delay
if ! egrep -iqR 'conky' ~/.cache/sessions; then
    (sleep 4s & -c ~/conky-colors/.conkyrc ) &
fi

## The following command will set-up a keyboard map selection tool when
## running in a live session.
cb-setxkbmap-live &

## cb-welcome - post-installation script, will not run in a live session and
## only runs once. Safe to remove.
(sleep 10s && cb-welcome --firstrun) &

## cb-fortune - have Statler say a little adage
#(sleep 120s && cb-fortune) &

## FIXME: there is a known issue whereby Xfce’s keyboard shortcuts do not always
## work. The following is a fix, although it may not be needed on your system;
## feel free to remove it and find out. :)
(sleep 5s && killall xfce4-settings-helper) &

## Bad Nautilus, minimises the impact of running Nautilus under
## an Xfce session by applying some gconf settings. Safe to delete.
cb-bad-nautilus &

exit 0

openbox autostart.sh

## Openbox autostart.sh
## ====================
## When you login to your CrunchBang Openbox session, this autostart script 
## will be executed to set-up your environment and launch any applications
## you want to run at startup.
##
## More information about this can be found at:
## http://openbox.org/wiki/Help:Autostart
##
## If you do something cool with your autostart script and you think others
## could benefit from your hack, please consider sharing it at:
## http://crunchbanglinux.org/forums/
##
## Have fun! :)

## Start session manager
lxsession &

## Enable power management
xfce4-power-manager &

## Start Thunar Daemon
thunar --daemon &

## Set desktop wallpaper
#nitrogen --restore &
xfdesktop &

## Enable Eyecandy - off by default, uncomment one of the commands below.
## Note: cairo-compmgr prefers a sleep delay, else it tends to produce
## odd shadows/quirks around tint2 & Conky.
#(sleep 10s && cb-compmgr --cairo-compmgr) &
#cb-compmgr --xcompmgr & 

## Launch network manager applet
(sleep 4s && nm-applet) &

## Detect and configure touchpad. See 'man synclient' for more info.
if egrep -iq 'touchpad' /proc/bus/input/devices; then
    synclient VertEdgeScroll=1 &
    synclient TapButton1=1 &
fi

## Start xscreensaver
xscreensaver -no-splash &

## Start Conky after a slight delay
(sleep 3s && conky -q) &

## Start volumeicon after a slight delay
(sleep 3s && volumeicon) &

## Start Clipboard manager
(sleep 3s && parcellite) &

## Bad Nautilus, minimises the impact of running Nautilus under
## an Openbox session by applying some gconf settings. Safe to delete.
cb-bad-nautilus &

## The following command will set-up a keyboard map selection tool when
## running in a live session.
cb-setxkbmap-live &

## cb-welcome - post-installation script, will not run in a live session and
## only runs once. Safe to remove.
#(sleep 10s && cb-welcome --firstrun) &

## cb-fortune - have Statler say a little adage
#(sleep 120s && cb-fortune) &

This is what happens when I tried to do tint2 -c ~/.config/tint2/tint2rctwo:

jason@crunchbang:~$ tint2 -c ~/.config/tint2/tint2rctwo
real transparency on... depth: 32
xRandr: Found crtc's: 2
xRandr: Linking output LVDS1 with crtc 1
^Cwarning : WM doesn't respect NETWM specs. tint2 default to 1 desktop.
tint2 : nb monitor 1, nb monitor used 1, nb desktop 1
Loading elementary-mono-dark. Icon theme : 'elementary-mono-dark', 'elementary', 'gnome', 'ubuntu-mono-light', 'hicolor', 'gnome-colors-brave',
launcher.c 199: Using icon /home/jason/bin/xchat.png
launcher.c 199: Using icon /home/jason/bin/vlc.png
launcher.c 199: Using icon /home/jason/bin/virtualbox.png
launcher.c 199: Using icon /home/jason/bin/terminal.png
launcher.c 199: Using icon /home/jason/bin/drawer.png
launcher.c 199: Using icon /home/jason/images/iconset/48x48/apps/firefox02.png
launcher.c 199: Using icon /home/jason/bin/gmusicbrowser.png
jason@crunchbang:~$ tint2 -c ~/.config/tint2/tint2rc
real transparency on... depth: 32
xRandr: Found crtc's: 2
xRandr: Linking output LVDS1 with crtc 1
warning : WM doesn't respect NETWM specs. tint2 default to 1 desktop.
tint2 : nb monitor 1, nb monitor used 1, nb desktop 1
Loading elementary-mono-dark. Icon theme : 'elementary-mono-dark', 'elementary', 'gnome', 'ubuntu-mono-light', 'hicolor', 'gnome-colors-brave',
Segmentation fault
jason@crunchbang:~$ 

Re: My tint2 config

Below, my boring tint2rc. Very skinny, just 17 pixels. No clock, as I prefer using Conky for that. Just system tray (tint2 has one of the better ones around) and the multidesktop panel. The colors are set up so that active tasks are easily legible, normal tasks less so, and tasks on other desktops are just barely legible.

Tasks minimized:

http://ompldr.org/tYmJ0aw

Emacs as active task:
http://ompldr.org/tYmJ0bA

# 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 = 0
background_color = #272C30 100
border_color = #FFFFFF 10

# ID 2
rounded = 0
border_width = 0
background_color = #1F2428 100
border_color = #4B6983 24

# ID 3
rounded = 0
border_width = 0
background_color = #1F2428 100
border_color = #FFFFFF 62

# ID 4
rounded = 0
border_width = 0
background_color = #272C30 0
border_color = #FFFFFF 100

# ID 5
rounded = 0
border_width = 1
background_color = #DD1155 100
border_color = #DD1155 100

# ID 6
rounded = 0
border_width = 1
background_color = #272C30 100
border_color = #1F2428 100

# Panel
panel_monitor = all
panel_position = bottom center horizontal
panel_size = 100% 17
panel_margin = 0 0
panel_padding = 0 0 0
panel_dock = 0
wm_menu = 1
panel_layer = top
panel_background_id = 1

# Panel Autohide
autohide = 0
autohide_show_timeout = 0.3
autohide_hide_timeout = 2
autohide_height = 2
strut_policy = follow_size

# Taskbar
taskbar_mode = multi_desktop
taskbar_padding = 0 0 0
taskbar_background_id = 0
taskbar_active_background_id = 2

# Tasks
urgent_nb_of_blink = 10
task_icon = 0
task_text = 1
task_centered = 1
task_maximum_size = 0 0
task_padding = 5 0
task_background_id = 4
task_active_background_id = 3
task_urgent_background_id = 5
task_iconified_background_id = 4

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

# Fonts
task_font = Ubuntu 9
task_font_color = #30363B 100
task_active_font_color = #9394A2 100
task_urgent_font_color = #30363B 100
task_iconified_font_color = #30363B 100
font_shadow = 0

# System Tray
systray = 1
systray_padding = 5 0 5
systray_sort = ascending
systray_background_id = 6
systray_icon_size = 15
systray_icon_asb = 50 0 0

# Tooltips
tooltip = 0
tooltip_padding = 2 2
tooltip_show_timeout = 0.7
tooltip_hide_timeout = 0.3
tooltip_background_id = 1
tooltip_font = sans 10
tooltip_font_color = #000000 80

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

# Battery
battery = 0
battery_low_status = 10
battery_low_cmd = notify-send "battery low"
battery_hide = 0
bat1_font = Ubuntu 8
bat2_font = Ubuntu 6
battery_font_color = #FFFFFF 68
battery_padding = 4 5
battery_background_id = 0

# End of config
"Emacs: making you posthuman since 1976"
Axiom #1: Emacs is a text interface prosthesis
Axiom #2: Org-mode gives you super cyborg organizational powers
cf. Why Emacs | Emacs-fu | EmacsWiki | Worg

Re: My tint2 config

@replicant

Solid... looks good man

Re: My tint2 config

Oops, this belonged in Tint2 Help.  hmm

Last edited by dubois (2011-11-22 18:44:50)

My formula for living is quite simple. I get up in the morning and I go to bed at night. In between, I occupy myself as best I can.
Cary Grant

Re: My tint2 config

VastOne wrote:
demarsjcd wrote:

This is my tint2 right now.  Thanks to vastone and sector

@demarsjcd  -  Thank you... Glad you got it the way you want it..

I do not think it is possible to have them change in size once hovered over yet...  There are requests for this feature that have been accepted at the tint2 google code site..

@Sector11 - Just remember, I'm Batman, your Robin...  roll cool big_smile

HUH?  What did I miss?

Re: My tint2 config

http://ompldr.org/tYmVxdw          http://ompldr.org/tYmVyMA          http://ompldr.org/tYmVycQ


#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------
# For more information about tint2, see:
# [url]http://code.google.com/p/tint2/wiki/Welcome[/url]
#
# For more config file examples, see:
# [url]http://crunchbanglinux.org/forums/topic/3232/my-tint2-config/[/url]

# Background definitions
# ID 1
rounded = 0
border_width = 0

# ID 2
rounded = 0
border_width = 0

# ID 3
rounded = 0
border_width = 0

# ID 4
rounded = 0
border_width = 0

# ID 5
rounded = 0
border_width = 0

# Panel
panel_monitor = all
panel_position = bottom center horizontal
panel_items = TSC
panel_size = 100% 24
panel_margin = 0 0
panel_padding = 0 0
panel_dock = 0
wm_menu = 1
panel_layer = bottom
panel_background_id = 1

# Panel Autohide
autohide = 1
autohide_show_timeout = 0.3
autohide_hide_timeout = 1.5
autohide_height = 0
strut_policy = follow_size

# Taskbar
taskbar_mode = multi_desktop
taskbar_padding = 6 0 6
taskbar_background_id = 5
taskbar_active_background_id = 6
taskbar_name = 1
taskbar_name_background_id = 0
taskbar_name_active_background_id = 0
taskbar_name_font = comic sans ms 8
taskbar_name_font_color = #ffffff 100
taskbar_name_active_font_color = #ffffff 100

# Tasks
urgent_nb_of_blink = 0
task_icon = 1
task_text = 0
task_centered = 1
task_maximum_size = 40 40
task_padding = 2 2
task_background_id = 3
task_active_background_id = 2
task_urgent_background_id = 4
task_iconified_background_id = 3

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

# Fonts
task_font = comic sans ms 8
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

# Launcher
launcher_padding = 8 4 4
launcher_background_id = 0
launcher_icon_size = 24
# Specify icon theme names with launcher_icon_theme. 
# if you have an XSETTINGS manager running (like xfsettingsd), tint2 will follow your current theme.
launcher_icon_theme = gnome-colors-statler
# Each launcher_item_app must be a full path to a .desktop file
launcher_item_app = /usr/share/applications/terminator.desktop
launcher_item_app = /usr/share/applications/xfce4-file-manager.desktop
launcher_item_app = /usr/share/applications/gedit.desktop
launcher_item_app = /usr/share/applications/iceweasel.desktop

# System Tray
systray = 1
systray_padding = 4 2 3
systray_sort = ascending
systray_background_id = 0
systray_icon_size = 24
systray_icon_asb = 100 0 0

# Clock
time1_format = %l:%M:%S
time1_font = comic sans ms 8
time2_format = %A %d %B
time2_font = comic sans ms 6
clock_font_color = #ffffff 100
clock_padding = 4 4
clock_background_id = 0
clock_lclick_command = 
clock_rclick_command = 

# Tooltips
tooltip = 1
tooltip_padding = 2 2
tooltip_show_timeout = 0.0
tooltip_hide_timeout = 0.0
tooltip_background_id = 7
tooltip_font_color = #ffffff 100
tooltip_font = comic sans ms normal 7.0

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

# Battery
battery = 0
battery_low_status = 10
battery_low_cmd = notify-send "battery low"
battery_hide = 96
bat1_font = comic sans ms 8
bat2_font = comic sans ms 6
battery_font_color = #FFFFFF 100
battery_padding = 2 0
battery_background_id = 0

# End of config

Since my conky seemed to be clear I wanted to reproduce that effect with tint2 in my new OB setup.  This seems to work with a lighter theme as well as a darker theme.

Last edited by dubois (2011-11-22 23:45:06)

My formula for living is quite simple. I get up in the morning and I go to bed at night. In between, I occupy myself as best I can.
Cary Grant

Re: My tint2 config

@dubois...

Great work old boy...  Nicely done!

Re: My tint2 config

dubois wrote:

Since my conky seemed to be clear I wanted to reproduce that effect with tint2 in my new OB setup.  This seems to work with a lighter theme as well as a darker theme.

Love the invisibility of it.  I'll have to look into that.

Been with mine for a long time, but ... I'll think about it.

Re: My tint2 config

dubois wrote:

Since my conky seemed to be clear I wanted to reproduce that effect with tint2 in my new OB setup.  This seems to work with a lighter theme as well as a darker theme.

Nice job man!

I don't know.

Re: My tint2 config

^ Well, thanks.  Just remember you helped get it to look like that!  wink  lol

My formula for living is quite simple. I get up in the morning and I go to bed at night. In between, I occupy myself as best I can.
Cary Grant

Re: My tint2 config

dubois wrote:

^ Well, thanks.  Just remember you helped get it to look like that!  wink  lol

You're welcome smile

I don't know.

Re: My tint2 config

here is mine on replicants suggestion

# 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 = #D9D7D6 100
border_color = #B3AFAD 100

# ID 2
rounded = 0
border_width = 1
background_color = #D9D7D6 60
border_color = #B3AFAD 60

# Panel
panel_monitor = all
panel_position = bottom center horizontal
panel_size = 1004 28
panel_margin = 0 7
panel_padding = 0 0 5
panel_dock = 0
wm_menu = 1
panel_layer = top
panel_background_id = 0

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

# Taskbar
taskbar_mode = multi_desktop
taskbar_padding = 0 0 2
taskbar_background_id = 0
taskbar_active_background_id = 0

# Tasks
urgent_nb_of_blink = 7
task_icon = 1
task_text = 0
task_centered = 1
task_maximum_size = 38 0
task_padding = 0 0
task_background_id = 2
task_active_background_id = 1
task_urgent_background_id = 0
task_iconified_background_id = 2

# Task Icons
task_icon_asb = 60 -40 -35
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_iconified_icon_asb = 60 -40 -35

# Fonts
task_font = Sans 12
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_padding = 10 0 10
systray_sort = left2right
systray_background_id = 1
systray_icon_size = 16
systray_icon_asb = 100 0 0

# Clock
#time1_format = %H:%M
time1_font = Sans 12
time2_format = %a %d %b
time2_font = Sans 12
clock_font_color = #FFFFFF 100
clock_tooltip = 
clock_padding = 0 0
clock_background_id = 0
time1_timezone = 
time2_timezone = 
clock_tooltip_timezone = 

# Tooltips
tooltip = 1
tooltip_padding = 2 2
tooltip_show_timeout = 0
tooltip_hide_timeout = 0
tooltip_background_id = 1
tooltip_font = Sans 8
tooltip_font_color = #383838 100

# Mouse
mouse_middle = none
mouse_right = close
mouse_scroll_up = desktop_left
mouse_scroll_down = desktop_right

# 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

Example (ignore the background color, it is transparent around tasks 'n' tray) :
http://img7.imagebanana.com/img/6zqxyz7x/example.gif

200

Re: My tint2 config

duderocks wrote:

My tint2, as requested.
http://ompldr.org/tYXNjeA

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

#---------------------------------------------
# BACKGROUND AND BORDER
#---------------------------------------------
rounded = 0
border_width = 2
background_color = #000000 40
border_color = #000000 75

rounded = 0
border_width = 2
background_color = #000000 60
border_color = #000000 0

rounded = 0
border_width = 2
background_color = #000000 45
border_color = #000000 0

rounded = 5
border_width = 2
background_color = #000000 60
border_color = #000000 0

#---------------------------------------------
# PANEL
#---------------------------------------------
panel_monitor = all
panel_position = bottom left horizontal
panel_size = 100% 26
panel_margin = 0 0
panel_padding = 2 1
font_shadow = 0
panel_background_id = 1
wm_menu = 1
panel_dock = 0
panel_layer = bottom

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

#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 0
task_text = 1
task_maximum_size = 200 25
task_centered = 1
task_padding = 5 0
task_font = PF Tempesta Five Condensed 6
task_font_color = #ffffff 100
task_background_id = 3
task_icon_asb = 100 0 0
# replace STATUS by 'urgent', 'active' or 'iconfied'
#task_STATUS_background_id = 2
#task_STATUS_font_color = #ffffff 85
#task_STATUS_icon_asb = 100 0 0
# example:
task_active_background_id = 2
task_active_font_color = #ffffff 80
task_active_icon_asb = 100 0 0
urgent_nb_of_blink = 8
task_urgent_background_id = 3
task_urgent_font_color = #ffffff 85
task_urgent_icon_asb = 100 0 0

#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray = 0
systray_padding = 3 3 3 
systray_background_id = 0
systray_sort = ascending
systray_icon_size = 16
systray_icon_asb = 50 0 0

#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %H:%M
time1_font =  PF Tempesta Five Condensed 8
clock_font_color = #ffffff 80
clock_padding = 5 1
clock_background_id = 4
clock_tooltip = %A %d %B

#---------------------------------------------
# BATTERY
#---------------------------------------------
#battery = 0
#battery_hide = 98
#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 = 0 0 
tooltip_show_timeout = 0
tooltip_hide_timeout = 0
tooltip_background_id = 0
tooltip_font_color = #ffffff 80
tooltip_font = sans 10

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

#---------------------------------------------
# AUTOHIDE OPTIONS
#---------------------------------------------
autohide = 0
autohide_show_timeout = 0.3
autohide_hide_timeout = 2
autohide_height = 4
strut_policy = minimum

dude will you share your conky too?