VSIDO Community

VSIDO Support => Scripts and How To's => Tint2 Support and Scripts => Topic started by: VastOne on January 16, 2013, 04:34:57 PM

Title: Tint2 Configs and scrots
Post by: VastOne on January 16, 2013, 04:34:57 PM
A unique perspective of tint2 and launchers... Kind of like the Right wing of the Gnome3/Shell

(http://www.zimagez.com/miniature/screenshot-08052011-091303pm.png) (http://www.zimagez.com/zimage/screenshot-08052011-091303pm.php)

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 = CSTL
panel_monitor = all
panel_position = bottom right vertical
#panel_position = bottom right horizontal
panel_size = 100% 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 = 32
launcher_icon_theme = LinuxLex-8
# Each launcher_item_app must be a full path to a .desktop file
launcher_item_app = /home/vastone/bin/iceweasel.desktop
launcher_item_app = /home/vastone/bin/terminator.desktop
launcher_item_app = /home/vastone/bin/pcmanfm-mod.desktop
launcher_item_app = /home/vastone/bin/gmusicbrowser.desktop
# launcher_item_app = /usr/share/applications/clementine.desktop
launcher_item_app = /home/vastone/bin/virtualbox.desktop
launcher_item_app = /home/vastone/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 = 0
#battery_hide = 80
#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 = #ffaa00 100
#battery_padding = 1 0
#battery_background_id = 0

#---------------------------------------------
# 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
Title: Re: Tint2 Configs and scots
Post by: VastOne on January 16, 2013, 04:41:53 PM
This single panel/launcher/task manager/systray is 8 MiB usage compared to 50 MiB for the same thing in Cairo-Dock and Docky

(http://www.zimagez.com/miniature/screenshot-10022012-065018pm.php) (http://www.zimagez.com/zimage/screenshot-10022012-065018pm.php)

Left are launchers, centered is tasks and right is the systray all in a single tint2 config.

#---------------------------------------------
# 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
#---------------------------------------------
# wm_menu = 1
panel_items = LTS
panel_monitor = all
panel_position = bottom right horizontal 
panel_size = 100% 70
panel_margin = 0 0
panel_padding = 10 0
font_shadow = 0
panel_background_id = 0
panel_layer = top

#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = single_desktop
taskbar_padding = 385 0 10
taskbar_background_id = 1

#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 1
task_text = 0
task_width = 60
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 = 1
systray_padding = 18 2 3
systray_sort = ascending
systray_background_id = 0
systray_icon_size = 38

#---------------------------------------------
# CLOCK
#---------------------------------------------
#time1_format = %I:%M:%P
#time1_font = LaudatioC 15
#time2_format = %a %b %d %Y
#time2_font = LaudatioC 15
#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 = 1 0 5
launcher_background_id = 9
launcher_icon_size = 65
launcher_apps_dir = /usr/local/bin/.tint2launchers/


#---------------------------------------------
# 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 = 30
strut_policy = none

Title: Re: Tint2 Configs and scots
Post by: DrakarNoir on April 29, 2013, 01:41:42 PM
Quote from: VastOne on January 16, 2013, 04:34:57 PM
A unique perspective of tint2 and launchers... Kind of like the Right wing of the Gnome3/Shell

(http://www.zimagez.com/miniature/screenshot-08052011-091303pm.png) (http://www.zimagez.com/zimage/screenshot-08052011-091303pm.php)

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 = CSTL
panel_monitor = all
panel_position = bottom right vertical
#panel_position = bottom right horizontal
panel_size = 100% 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 = 32
launcher_icon_theme = LinuxLex-8
# Each launcher_item_app must be a full path to a .desktop file
launcher_item_app = /home/vastone/bin/iceweasel.desktop
launcher_item_app = /home/vastone/bin/terminator.desktop
launcher_item_app = /home/vastone/bin/pcmanfm-mod.desktop
launcher_item_app = /home/vastone/bin/gmusicbrowser.desktop
# launcher_item_app = /usr/share/applications/clementine.desktop
launcher_item_app = /home/vastone/bin/virtualbox.desktop
launcher_item_app = /home/vastone/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 = 0
#battery_hide = 80
#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 = #ffaa00 100
#battery_padding = 1 0
#battery_background_id = 0

#---------------------------------------------
# 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


VastOne,

I see in the config the following:

# use STATUShovered for mouseover effects
task_normalhovered_background_id = 6
task_activehovered_background_id = 7
task_urgenthovered_background_id = 8


I am thinking that this causes a change in appearance when the mouse is hovered over the task. However, I do not get this effect. Are you using a patched version of Tint2?

Please explain either way...

Thanks
Title: Re: Tint2 Configs and scots
Post by: VastOne on April 29, 2013, 02:22:34 PM
Hello DrakarNoir, welcome to VSIDO, glad to see you here!

^ Yes & No... I am running a patched version of tint2, the same one from the How To that is on these forums and the #! forums and is the default in VSIDO.  But the patches involved have nothing to do with those hover over effects, they were a part of Tint2 since  svn revision 628 ... It is all explained here (http://code.google.com/p/tint2/issues/detail?id=44)

It might also have to do with the compositor you have (or do not have ) running
Title: Re: Tint2 Configs and scots
Post by: PwL on August 03, 2013, 06:42:10 AM
Tint2: Bottom left 70%, goes together with bottom right 30% two-line minimal conky.
#----------------------------------------------------------
# TINT2 CONFIG FILE for OB, left bottom 70% then Conky 30%
#----------------------------------------------------------

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

# Task active
# ID 2
rounded = 4
border_width = 1
background_color = #ffffff 20
border_color = #A16130 60

# Tasks inactive
# ID 3
rounded = 4
border_width = 1
background_color = #ffffff 10
border_color = #A16130 30

# Launcher and Systray
# ID 9
rounded = 6
border_width = 1
# background_color = #284E76 50
background_color = #000000 80
border_color = #A16130 60

# PANEL
#---------------------------------------------
# wm_menu = 1
panel_items = LTS
panel_monitor = all
panel_position = bottom left horizontal 
panel_size = 70% 30
panel_margin = 0 0
panel_padding = 0 0
font_shadow = 0
panel_background_id = 0
panel_layer = bottom

# TASKBAR
#---------------------------------------------
taskbar_mode = single_desktop
#taskbar_name = 1
taskbar_padding = 15 2 4
taskbar_background_id = 1

# TASKS
#---------------------------------------------
task_icon = 1
task_text = 1
# task_width = 60
task_maximum_size = 120
task_centered = 0
task_padding = 3 2
task_font = sans 7
task_font_color = #ffffff 75
task_active_font_color = #ffffff 100
task_background_id = 3
task_active_background_id = 2

# SYSTRAYBAR
#---------------------------------------------
systray = 1
systray_padding = 8 2 3
systray_sort = ascending
systray_background_id = 9
systray_icon_size = 20
# systray_icon_size = 0

# Launchers
#---------------------------------------------
launcher_icon_theme = LinuxLex-8
launcher_padding = 11 2 7
launcher_background_id = 9
launcher_icon_size = 26
launcher_apps_dir = ~/.config/tint2/.tint2oblaunchers/

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

# Panel Autohide
autohide = 0
autohide_show_timeout = 0.0
autohide_hide_timeout = 0.0
autohide_height = 30
strut_policy = none
Title: Re: Tint2 Configs and scots
Post by: jedi on January 20, 2014, 07:59:45 AM
Top Right is two separate configs.  I'll list them from left to right.  (the ones in the upper right hand corner)

(http://en.zimagez.com/miniature/jan20.jpg) (http://en.zimagez.com/zimage/jan20.php)

Tint2rcsys (one showing the system tray)

# Tint2 config file
# For information on manually configuring tint2 see:
# http://code.google.com/p/tint2/wiki/Configure

# Background definitions
# ID 1
rounded = 4
border_width = 1
background_color = #000000 50
border_color = #FFFFFF 50

# ID 2
rounded = 4
border_width = 0
background_color = #000000 35
border_color = #FFFFFF 20

# ID 3
rounded = 4
border_width = 0
background_color = #000000 35
border_color = #FFFFFF 20

# ID 4
rounded = 4
border_width = 0
background_color = #000000 35
border_color = #FFFFFF 20

# Panel
panel_items = S
panel_monitor = all
panel_position = top right
panel_size = 12% 36
panel_margin = 120 0 #16
panel_padding = 5 0 5
panel_dock = 0
wm_menu = 1
panel_layer = bottom
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
strut_policy = none

# Taskbar
taskbar_name = 0
taskbar_mode = multi_desktop
taskbar_padding = 4 0 2
taskbar_background_id = 1
#taskbar_active_background_id = 0

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

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

# Fonts
task_font = sans 7
task_font_color = #FFFFFF 62
task_active_font_color = #FFFFFF 80
task_urgent_font_color = #FFFFFF 100
task_iconified_font_color = #FFFFFF 100
font_shadow = 0

# Launchers
launcher_icon_theme = LinuxLex-8
launcher_padding = 2 2 2
launcher_background_id = 0
launcher_item_app = /usr/share/applications/05-vsido-session-logout.desktop

#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %l:%M
time1_font = sans 9
time2_format = %A %d %B
time2_font = sans 8
clock_font_color = #ffffff 76
clock_padding = 4 4
clock_background_id = 0

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

# 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 # does not work
mouse_middle = none
mouse_right = none
mouse_scroll_up = toggle    # mouse pointer over the icon in tint2 panel
mouse_scroll_down = iconify # mouse pointer over the icon in tint2 panel

# 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


Tint2rc (the clock and logout icon)

# Tint2 config file
# For information on manually configuring tint2 see:
# http://code.google.com/p/tint2/wiki/Configure

# Background definitions
# ID 1
rounded = 4
border_width = 1
background_color = #000000 50
border_color = #FFFFFF 50

# ID 2
rounded = 4
border_width = 0
background_color = #000000 35
border_color = #FFFFFF 20

# ID 3
rounded = 4
border_width = 0
background_color = #000000 35
border_color = #FFFFFF 20

# ID 4
rounded = 4
border_width = 0
background_color = #000000 35
border_color = #FFFFFF 20

# Panel
panel_items = CL
panel_monitor = all
panel_position = top right
panel_size = 9% 36
panel_margin = 0 0 #16
panel_padding = 5 0 5
panel_dock = 0
wm_menu = 1
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 = follow_size
strut_policy = none

# Taskbar
taskbar_name = 0
taskbar_mode = multi_desktop
taskbar_padding = 4 0 2
taskbar_background_id = 1
#taskbar_active_background_id = 0

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

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

# Fonts
task_font = sans 7
task_font_color = #FFFFFF 62
task_active_font_color = #FFFFFF 80
task_urgent_font_color = #FFFFFF 100
task_iconified_font_color = #FFFFFF 100
font_shadow = 0

# Launchers
launcher_icon_theme = LinuxLex-8
launcher_padding = 2 2 2
launcher_background_id = 0
launcher_item_app = /usr/share/applications/05-vsido-session-logout.desktop

#---------------------------------------------
# CLOCK
#---------------------------------------------
time1_format = %l:%M
time1_font = sans 9
time2_format = %A %d %B
time2_font = sans 8
clock_font_color = #ffffff 76
clock_padding = 4 4
clock_background_id = 0

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

# 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 # does not work
mouse_middle = none
mouse_right = none
mouse_scroll_up = toggle    # mouse pointer over the icon in tint2 panel
mouse_scroll_down = iconify # mouse pointer over the icon in tint2 panel

# 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


Tint2rcallvertleft (the launcher bar on the left hand side of the screen with my most used apps icons for easy opening)  Icons are from DevianArt and are called Wine-Blue-Remix-1.1.1
#---------------------------------------------
# TINT2 CONFIG FILE
#---------------------------------------------

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

# Background definitions
# ID 1 for Panel
rounded = 5
border_width = 1
background_color = #000000 50
#border_color = #FFFFFF 50

# ID 2
rounded = 5
border_width = 1
background_color = #000000 50
#border_color = #FFFFFF 50

# 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 = 5
border_width = 1
background_color = #000000 50
#border_color = #FFFFFF 50

# 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
#---------------------------------------------
# wm_menu = 1
panel_items = L
panel_monitor = all
panel_position = center left vertical 
panel_size = 80% 45
panel_margin = 0 0
panel_padding = 0 0
font_shadow = 0
panel_background_id = 0
panel_layer = top

#---------------------------------------------
# TASKBAR
#---------------------------------------------
taskbar_mode = single_desktop
taskbar_padding = 5 0 4
taskbar_background_id = 1

#---------------------------------------------
# TASKS
#---------------------------------------------
task_icon = 1
task_text = 0
# task_width = 60
task_maximum_size = 50
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 = 1
task_active_background_id = 2

#---------------------------------------------
# SYSTRAYBAR
#---------------------------------------------
systray = 1
systray_padding = 18 2 3
systray_sort = ascending
systray_background_id = 0
systray_icon_size = 38

#---------------------------------------------
# CLOCK
#---------------------------------------------
#time1_format = %I:%M:%P
#time1_font = LaudatioC 15
#time2_format = %a %b %d %Y
#time2_font = LaudatioC 15
#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 = Wine-Blue-Remix-1.1.1
launcher_padding = 5 0 5
launcher_background_id = 1
launcher_icon_size = 45
launcher_tooltip = 1
# launcher_item_app = /usr/share/applications/xfce4-session-logout.desktop
launcher_apps_dir = /usr/local/bin/.tint2launchers/


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


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


The Tint2 on the bottom

# 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

# Background definitions
# ID 1
rounded = 7
border_width = 2
background_color = #000000 60
border_color = #FFFFFF 16

# ID 2
rounded = 5
border_width = 0
background_color = #FFFFFF 40
border_color = #FFFFFF 48

# ID 3
rounded = 5
border_width = 0
background_color = #FFFFFF 16
border_color = #FFFFFF 68

# Panel
panel_monitor = all
panel_position = bottom center horizontal
panel_size = 94% 30
panel_margin = 0 0
panel_padding = 7 0 7
panel_dock = 0
wm_menu = 0
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 = single_desktop
taskbar_padding = 2 3 2
taskbar_background_id = 0
taskbar_active_background_id = 0

# Tasks
urgent_nb_of_blink = 8
task_icon = 1
task_text = 1
task_centered = 1
task_maximum_size = 140 35
task_padding = 6 2
task_background_id = 3
task_active_background_id = 2
task_urgent_background_id = 2
task_iconified_background_id = 3
task_tooltip = 0

# 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 = sans 7
task_font_color = #FFFFFF 68
task_active_font_color = #FFFFFF 83
task_urgent_font_color = #FFFFFF 83
task_iconified_font_color = #FFFFFF 68
font_shadow = 0

# System Tray
systray = 1
systray_padding = 0 4 5
systray_sort = ascending
systray_background_id = 0
systray_icon_size = 16
systray_icon_asb = 70 0 0

# Clock
time1_format = %H:%M
time1_font = sans 8
time2_format = %A %d %B
time2_font = sans 6
clock_font_color = #FFFFFF 74
clock_padding = 1 0
clock_background_id = 0
clock_rclick_command = orage

# Tooltips
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 = toggle
mouse_scroll_down = iconify

# Battery
battery = 0
battery_low_status = 10
battery_low_cmd = notify-send "battery low"
battery_hide = 98
bat1_font = sans 8
bat2_font = sans 6
battery_font_color = #FFFFFF 74
battery_padding = 1 0
battery_background_id = 0

# End of config


Enjoy...
Title: Re: Tint2 Configs and scots
Post by: lwfitz on January 28, 2014, 09:08:41 PM
Quote from: VastOne on January 16, 2013, 04:34:57 PM
A unique perspective of tint2 and launchers... Kind of like the Right wing of the Gnome3/Shell

Oh boy..... I thats fantastic!
Title: Re: Tint2 Configs and scrots
Post by: PackRat on September 22, 2016, 03:46:29 PM
Working on a light-theme opaque panel -

(https://cdn.scrot.moe/images/2016/09/22/scrot-shot-22_Sep_1474558788.th.jpg) (https://scrot.moe/image/UeeA)

tint2rc

#---- Generated by tint2conf 2c73 ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
# Backgrounds
# Background 1: Panel
rounded = 0
border_width = 1
background_color = #DEDEDE 100
border_color = #B9B9B9 100
background_color_hover = #DEDEDE 100
border_color_hover = #B9B9B9 100
background_color_pressed = #DEDEDE 100
border_color_pressed = #B9B9B9 100

# Background 2: Task
rounded = 1
border_width = 1
background_color = #F0F0F0 100
border_color = #ACACAC 100
background_color_hover = #F0F0F0 100
border_color_hover = #ACACAC 100
background_color_pressed = #F0F0F0 100
border_color_pressed = #ACACAC 100

# Background 3: Active task
rounded = 1
border_width = 1
background_color = #BDBDA6 100
border_color = #999983 100
background_color_hover = #C2C2AB 100
border_color_hover = #999983 100
background_color_pressed = #C2C2AB 100
border_color_pressed = #999983 100

# Background 4: Urgent task
rounded = 1
border_width = 1
background_color = #aa4400 100
border_color = #aa7733 100
background_color_hover = #aa4400 100
border_color_hover = #aa7733 100
background_color_pressed = #aa4400 100
border_color_pressed = #aa7733 100

# Background 5: Tooltip
rounded = 2
border_width = 1
background_color = #ffffaa 100
border_color = #ACACAC 100
background_color_hover = #ffffaa 100
border_color_hover = #ACACAC 100
background_color_pressed = #ffffaa 100
border_color_pressed = #ACACAC 100

# Background 6: Inactive desktop name
rounded = 2
border_width = 1
background_color = #DEDEDE 4
border_color = #D5D5D5 30
background_color_hover = #DEDEDE 22
border_color_hover = #ACACAC 30
background_color_pressed = #dddddd 4
border_color_pressed = #ACACAC 30

# Background 7: Active desktop name
rounded = 2
border_width = 1
background_color = #dddddd 3
border_color = #ACACAC 100
background_color_hover = #dddddd 3
border_color_hover = #ACACAC 100
background_color_pressed = #dddddd 3
border_color_pressed = #ACACAC 100

#-------------------------------------
# Panel
panel_items = TSC
panel_size = 0 24
panel_margin = 0 0
panel_padding = 0 0 36
panel_background_id = 1
wm_menu = 1
panel_dock = 0
panel_position = bottom center horizontal
panel_layer = normal
panel_monitor = all
primary_monitor_first = 0
autohide = 0
autohide_show_timeout = 0
autohide_hide_timeout = 0.5
autohide_height = 2
strut_policy = follow_size
panel_window_name = tint2
disable_transparency = 0
mouse_effects = 1
font_shadow = 0
mouse_hover_icon_asb = 100 0 10
mouse_pressed_icon_asb = 100 0 0

#-------------------------------------
# Taskbar
taskbar_mode = multi_desktop
taskbar_padding = 2 2 8
taskbar_background_id = 0
taskbar_active_background_id = 0
taskbar_name = 0
taskbar_hide_inactive_tasks = 0
taskbar_hide_different_monitor = 0
taskbar_always_show_all_desktop_tasks = 0
taskbar_name_padding = 6 3
taskbar_name_background_id = 6
taskbar_name_active_background_id = 7
taskbar_name_font = sans bold 9
taskbar_name_font_color = #ffffff 100
taskbar_name_active_font_color = #ffffff 100
taskbar_distribute_size = 0
taskbar_sort_order = none
task_align = left

#-------------------------------------
# Task
task_text = 1
task_icon = 0
task_centered = 1
urgent_nb_of_blink = 100000
task_maximum_size = 140 24
task_padding = 1 1 1
task_font = Amble 10
task_tooltip = 1
task_font_color = #0F0F0F 100
task_active_font_color = #0F0F0F 100
task_icon_asb = 100 0 0
task_background_id = 2
task_active_background_id = 3
task_urgent_background_id = 4
task_iconified_background_id = 2
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_scroll_up = prev_task
mouse_scroll_down = next_task

#-------------------------------------
# System tray (notification area)
systray_padding = 1 1 4
systray_background_id = 0
systray_sort = ascending
systray_icon_size = 22
systray_icon_asb = 100 0 0
systray_monitor = 1

#-------------------------------------
# Launcher
launcher_padding = 0 0 2
launcher_background_id = 0
launcher_icon_background_id = 0
launcher_icon_size = 22
launcher_icon_asb = 100 0 0
launcher_icon_theme_override = 0
startup_notifications = 1
launcher_tooltip = 1
launcher_item_app = /usr/share/applications/tint2conf.desktop
launcher_item_app = /usr/local/share/applications/tint2conf.desktop
launcher_item_app = /usr/share/applications/firefox.desktop
launcher_item_app = /usr/share/applications/iceweasel.desktop
launcher_item_app = /usr/share/applications/chromium-browser.desktop
launcher_item_app = /usr/share/applications/google-chrome.desktop

#-------------------------------------
# Clock
time1_format = %k:%M
time2_format =
time1_font = Amble 10
time1_timezone =
time2_timezone =
time2_font =
clock_font_color = #0F0F0F 100
clock_padding = 4 0
clock_background_id = 0
clock_tooltip =
clock_tooltip_timezone =
clock_lclick_command = zenity --calendar --text ""
clock_rclick_command = orage
clock_mclick_command =
clock_uwheel_command =
clock_dwheel_command =

#-------------------------------------
# Battery
battery_tooltip = 1
battery_low_status = 10
battery_low_cmd = notify-send "battery low"
bat1_font = sans 8
bat2_font = sans 6
battery_font_color = #ffffff 100
battery_padding = 1 0
battery_background_id = 0
battery_hide = 101
battery_lclick_command =
battery_rclick_command =
battery_mclick_command =
battery_uwheel_command =
battery_dwheel_command =
ac_connected_cmd =
ac_disconnected_cmd =

#-------------------------------------
# Tooltip
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 0.1
tooltip_padding = 2 2
tooltip_background_id = 5
tooltip_font_color = #222222 100
tooltip_font = sans 9

Title: Re: Tint2 Configs and scrots
Post by: PackRat on April 29, 2017, 07:04:46 PM
tint2 using color gradients.

One configuration set up to mimic the fluxbox iconbar:

(http://en.zimagez.com/miniature/scrot-shot-apr291493491915.png) (http://en.zimagez.com/zimage/scrot-shot-apr291493491915.php)

tint2dkgradrc

# 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

# Gradients

# Gradient 1: panel, taskbar, systray, clock
gradient = vertical
start_color = #161616 100
end_color = #060606 100

# Gradient 2: task
gradient = vertical
start_color = #323232 100
end_color = #262626 100

# Gradient 3: active task
gradient = vertical
start_color = #666660 100
end_color = #3D3D3A 100

# Gradient 4: urgent task
gradient = vertical
start_color = #B34235 100
end_color = #8F342A 100

# Background definitions
# ID 1 panel, taskbar, systray, clock
rounded = 0
border_width = 1
background_color = #161616 100
border_color = #131313 100
gradient_id = 1

# ID 2 active taskbar
rounded = 3
border_width = 0
background_color = #161616 100
border_color = #292929 100
gradient_id = 1

# ID 3, task
rounded = 0
border_width = 1
background_color = #292929 100
border_color = #161616 100
gradient_id = 2

# ID 4, active task
rounded = 0
border_width = 1
background_color = #464646 100
border_color = #282826 100
gradient_id = 3

# ID 5, urgent task
rounded = 0
border_width = 1
background_color = #A54D4D 100
border_color = #FFDE00 100
gradient_id = 4

# ID 6, tool tips
rounded = 4
border_width = 1
background_color = #E7E7F0 40
border_color = #191919 40

# ID 7, desktop name
rounded = 0
border_width = 1
background_color = #161616 100
border_color = #575757 30
gradient_id = 1

separator = new
separator_style = empty
separator_size = 0
separator_padding = 4 0

separator = new
separator_style = empty
separator_size = 0
separator_padding = 4 0

separator = new
separator_style = empty
separator_size = 0
separator_padding = 4 0

#======================================================================#

# Panel
panel_items = T:S:B:C
panel_monitor = all
panel_position = bottom center horizontal
panel_size = 0 28
panel_margin = 0 0
panel_padding = 0 0 1
panel_dock = 0
wm_menu = 1
panel_background_id = 1

# Panel Autohide
autohide = 0
autohide_show_timeout = 0.7
autohide_hide_timeout = 1.5
autohide_height = 2
# panel_window_name = Tintpanel
panel_layer = top
strut_policy = follow_size

# Taskbar
taskbar_mode = multi_desktop
taskbar_padding = 0 0 0
taskbar_background_id = 0
taskbar_active_background_id = 2
taskbar_name = 0
taskbar_name_background_id = 0
taskbar_name_active_background_id = 7
taskbar_name_padding = 8 0
taskbar_name_font = Ubuntu 10
taskbar_name_font_color = #575757 30
taskbar_name_active_font_color = #F3F3FF 100
taskbar_distribute_size = 0
taskbar_sort_order = none

# Tasks
urgent_nb_of_blink = 10
task_icon = 0
task_text = 1
task_centered = 1
task_maximum_size = 0 24
task_padding = 2 2
task_align = centered
task_background_id = 3
task_active_background_id = 4
task_urgent_background_id = 5
task_iconified_background_id = 0
task_tooltip = 1

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

# Fonts
task_font = Ubuntu Regular 10
task_font_color = #BBBBBB 100
task_active_font_color = #F3F3FF 100
task_urgent_font_color = #F3F3FF 100
task_iconified_font_color = #CCCCCC 100
font_shadow = 0

# System Tray
systray = 1
systray_padding = 0 0 4
systray_sort = ascending
systray_background_id = 0
systray_icon_size = 22
systray_icon_asb = 100 0 0

# Clock
time1_format = %a %e %b %k:%M
time1_font = Roboto Mono Regular 10
time2_format =
time2_font =
clock_font_color = #F3F3FF 100
clock_tooltip =
clock_padding = 2 0
clock_background_id = 0
clock_rclick_command = yad --calendar --text ""
time1_timezone = :US/Eastern
time2_timezone =

# Tooltips
tooltip_padding = 5 4
tooltip_show_timeout = 0.8
tooltip_hide_timeout = 0.3
tooltip_background_id = 6
tooltip_font = Ubuntu 11
tooltip_font_color = #000000 100

# Mouse
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_scroll_up = toggle
mouse_scroll_down = iconify

# Battery
battery = 1
battery_low_status = 7
battery_low_cmd = notify-send "battery low"
battery_hide = 120
bat1_font = Roboto Mono Regular 10
bat2_font = sans 0
battery_font_color = #F3F3FF 100
battery_padding = 1 0
battery_background_id = 0
ac_connected_cmd = notify-send "AC Connected"
ac_disconnected_cmd = notify-send "AC Disconected"

# End of config


and the same gradients, but showing icons:

(http://en.zimagez.com/miniature/scrot-shot-apr291493492064.png) (http://en.zimagez.com/zimage/scrot-shot-apr291493492064.php)

tint2dkiconsrc

# 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

# Gradients

# Gradient 1: panel, taskbar, systray, clock
gradient = vertical
start_color = #161616 100
end_color = #060606 100

# Gradient 2: task
gradient = vertical
start_color = #323232 100
end_color = #262626 100

# Gradient 3: active task
gradient = vertical
start_color = #666660 100
end_color = #3D3D3A 100

# Gradient 4: urgent task
gradient = vertical
start_color = #B34235 100
end_color = #8F342A 100

# Background definitions
# ID 1 panel, taskbar, systray, clock
rounded = 0
border_width = 1
background_color = #161616 100
border_color = #131313 100
gradient_id = 1

# ID 2 active taskbar
rounded = 3
border_width = 0
background_color = #161616 100
border_color = #292929 100
gradient_id = 1

# ID 3, task
rounded = 0
border_width = 1
background_color = #292929 100
border_color = #161616 100
gradient_id = 2

# ID 4, active task
rounded = 0
border_width = 1
background_color = #464646 100
border_color = #282826 100
gradient_id = 3

# ID 5, urgent task
rounded = 0
border_width = 1
background_color = #A54D4D 100
border_color = #FFDE00 100
gradient_id = 4

# ID 6, tool tips
rounded = 4
border_width = 1
background_color = #E7E7F0 40
border_color = #191919 40

# ID 7, desktop name
rounded = 0
border_width = 1
background_color = #161616 100
border_color = #575757 30
gradient_id = 1

separator = new
separator_style = empty
separator_size = 0
separator_padding = 4 0

separator = new
separator_style = empty
separator_size = 0
separator_padding = 4 0

separator = new
separator_style = empty
separator_size = 0
separator_padding = 4 0

#======================================================================#

# Panel
panel_items = T:S:B:C
panel_monitor = all
panel_position = bottom center horizontal
panel_size = 0 28
panel_margin = 0 0
panel_padding = 0 0 1
panel_dock = 0
wm_menu = 1
panel_background_id = 1

# Panel Autohide
autohide = 0
autohide_show_timeout = 0.7
autohide_hide_timeout = 1.5
autohide_height = 2
# panel_window_name = Tintpanel
panel_layer = top
strut_policy = follow_size

# Taskbar
taskbar_mode = multi_desktop
taskbar_padding = 0 0 4
taskbar_background_id = 0
taskbar_active_background_id = 2
taskbar_name = 0
taskbar_name_background_id = 0
taskbar_name_active_background_id = 7
taskbar_name_padding = 8 0
taskbar_name_font = Ubuntu 10
taskbar_name_font_color = #575757 30
taskbar_name_active_font_color = #F3F3FF 100
taskbar_distribute_size = 0
taskbar_sort_order = none

# Tasks
urgent_nb_of_blink = 10
task_icon = 1
task_text = 0
task_centered = 1
task_maximum_size = 28 24
task_padding = 1 1
task_align = left
task_background_id = 0
task_active_background_id = 4
task_urgent_background_id = 5
task_iconified_background_id = 0
task_tooltip = 1

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

# Fonts
task_font = Ubuntu Regular 10
task_font_color = #BBBBBB 100
task_active_font_color = #F3F3FF 100
task_urgent_font_color = #F3F3FF 100
task_iconified_font_color = #CCCCCC 100
font_shadow = 0

# System Tray
systray = 1
systray_padding = 0 0 4
systray_sort = ascending
systray_background_id = 0
systray_icon_size = 22
systray_icon_asb = 100 0 0

# Clock
time1_format = %a %e %b %k:%M
time1_font = Roboto Mono Regular 10
time2_format =
time2_font =
clock_font_color = #F3F3FF 100
clock_tooltip =
clock_padding = 2 0
clock_background_id = 0
clock_rclick_command = yad --calendar --text ""
time1_timezone = :US/Eastern
time2_timezone =

# Tooltips
tooltip_padding = 5 4
tooltip_show_timeout = 0.8
tooltip_hide_timeout = 0.3
tooltip_background_id = 6
tooltip_font = Ubuntu 11
tooltip_font_color = #000000 100

# Mouse
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_scroll_up = toggle
mouse_scroll_down = iconify

# Battery
battery = 1
battery_low_status = 7
battery_low_cmd = notify-send "battery low"
battery_hide = 120
bat1_font = Roboto Mono Regular 10
bat2_font = sans 0
battery_font_color = #F3F3FF 100
battery_padding = 1 0
battery_background_id = 0
ac_connected_cmd = notify-send "AC Connected"
ac_disconnected_cmd = notify-send "AC Disconected"

# End of config

Title: Re: Tint2 Configs and scrots
Post by: PackRat on June 20, 2017, 02:12:00 PM
tint2 with gradients; reversed the gradient for the active window:

(http://en.zimagez.com/miniature/screen-import-tuesday1497967702.png) (http://en.zimagez.com/zimage/screen-import-tuesday1497967702.php)

code is a bit messy - too many color schemes not in use:

# 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

# Gradients

# Gradient 1: taskbar, systray, clock
gradient = vertical
start_color = #393939 100
end_color = #131313 100

# Gradient 2: task
gradient = vertical
start_color = #323232 100
end_color = #262626 100

# Gradient 3: active task
gradient = vertical
start_color = #161616 100
end_color = #464646 100

# Gradient 4: urgent task
gradient = vertical
start_color = #B34235 100
end_color = #8F342A 100

# Gradient 5: panel
gradient = vertical
start_color = #232323 100
end_color = #171717 100

# Background definitions
# ID 1 taskbar, systray, clock
rounded = 0
border_width = 1
background_color = #363636 100
border_color = #0F0F0F 100
gradient_id = 1

# ID 2 active taskbar
rounded = 3
border_width = 1
background_color = #161616 100
border_color = #161616 100
gradient_id = 1

# ID 3, task
rounded = 0
border_width = 1
background_color = #292929 100
border_color = #161616 100
gradient_id = 2

# ID 4, active task
rounded = 0
border_width = 1
background_color = #464646 100
border_color = #0F0F0F 100
gradient_id = 3

# ID 5, urgent task
rounded = 0
border_width = 1
background_color = #A54D4D 100
border_color = #FFDE00 100
gradient_id = 4

# ID 6, tool tips
rounded = 4
border_width = 1
background_color = #E7E7F0 40
border_color = #161616 40

# ID 7, desktop name
rounded = 0
border_width = 0
background_color = #161616 100
border_color = #161616 100
gradient_id = 1

separator = new
separator_style = empty
separator_size = 0
separator_padding = 4 0

separator = new
separator_style = empty
separator_size = 0
separator_padding = 4 0

separator = new
separator_style = empty
separator_size = 0
separator_padding = 4 0

#======================================================================#

# Panel
panel_items = T:S:B:C
panel_monitor = all
panel_position = bottom center horizontal
panel_size = 0 28
panel_margin = 0 0
panel_padding = 2 2 0
panel_dock = 0
wm_menu = 1
panel_background_id = 7

# Panel Autohide
autohide = 0
autohide_show_timeout = 0.7
autohide_hide_timeout = 1.5
autohide_height = 2
# panel_window_name = Tintpanel
panel_layer = top
strut_policy = follow_size

# Taskbar
taskbar_mode = multi_desktop
taskbar_padding = 0 0 2
taskbar_background_id = 7
taskbar_active_background_id = 7
taskbar_name = 0
taskbar_name_background_id = 1
taskbar_name_active_background_id = 1
taskbar_name_padding = 8 0
taskbar_name_font = Ubuntu 10
taskbar_name_font_color = #575757 30
taskbar_name_active_font_color = #F3F3FF 100
taskbar_distribute_size = 0
taskbar_sort_order = none

# Tasks
urgent_nb_of_blink = 10
task_icon = 0
task_text = 1
task_centered = 1
task_maximum_size = 144 28
task_padding = 4 0
task_align = centered
task_background_id = 1
task_iconified_background_id = 1
task_active_background_id = 4
task_urgent_background_id = 5
task_tooltip = 1

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

# Fonts
task_font = Ubuntu Regular 9
task_font_color = #BBBBBB 100
task_active_font_color = #F3F3FF 100
task_urgent_font_color = #F3F3FF 100
task_iconified_font_color = #CCCCCC 100
font_shadow = 0

# System Tray
systray = 1
systray_padding = 0 0 4
systray_sort = ascending
systray_background_id = 7
systray_icon_size = 22
systray_icon_asb = 100 0 0

# Battery
battery = 1
battery_low_status = 7
battery_low_cmd = notify-send "battery low"
battery_hide = 120
bat1_font = Roboto Mono Regular 10
bat2_font = sans 0
battery_font_color = #F3F3FF 100
battery_padding = 1 0
battery_background_id = 7
ac_connected_cmd = notify-send "AC Connected"
ac_disconnected_cmd = notify-send "AC Disconected"

# Clock
time1_format = %a %e %b %k:%M
time1_font = Roboto Mono Regular 10
time2_format =
time2_font =
clock_font_color = #F3F3FF 100
clock_tooltip =
clock_padding = 2 0
clock_background_id = 7
clock_rclick_command = yad --calendar --text ""
time1_timezone = :US/Eastern
time2_timezone =

# Tooltips
tooltip_padding = 5 4
tooltip_show_timeout = 0.8
tooltip_hide_timeout = 0.3
tooltip_background_id = 6
tooltip_font = Ubuntu 10
tooltip_font_color = #000000 100

# Mouse
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_scroll_up = toggle
mouse_scroll_down = iconify

# End of config

Title: Re: Tint2 Configs and scrots
Post by: PackRat on July 12, 2017, 05:00:56 PM
tint2 using buttons instead of launchers - adds some flexibility to the panel since buttons accept left/right/middle click and up/down scrolling from mouse. Buttons can also be placed individually on the panel. Button configuration tint2: (https://gitlab.com/o9000/tint2/blob/master/doc/tint2.md#button)

(https://cdn.scrot.moe/images/2017/07/12/tint2_buttons.th.png) (https://www.scrot.moe/image/1fjyh)

Two buttons -

button = new
button_icon = /usr/share/pixmaps/void-logo.png
button_text = Menu
button_tooltip = Application Menu
button_font = Sans Regular 8
button_font_color = #000000 60
button_background_id = 0
button_centered = 0
# horiz vert space icon/text
button_padding = 1 1 2
button_max_icon_size = 28
button_lclick_command = pmenu.py
button_rclick_command = session-exit

button = new
button_icon = /usr/share/pixmaps/gksu-root-terminal.png
button_text = Terminal
button_tooltip = Terminal
button_font = Sans Regular 8
button_font_color = #000000 60
button_background_id = 0
button_centered = 0
# horiz vert space icon/text
button_padding = 1 1 2
button_max_icon_size = 28
button_lclick_command = xfce4-terminal
button_rclick_command = xfce4-terminal -x tmux
button_mclick_command = `gksudo xfce4-terminal`


Menu is pmenu - nice menu similar to xcfe4 menu written in python. (https://gitlab.com/o9000/pmenu)
Title: Re: Tint2 Configs and scrots
Post by: VastOne on July 12, 2017, 05:42:58 PM
Wow PackRat, that is stunning.. thanks for sharing this and the updated manpage.. I am also looking closely at pmenu

Well done mate...
Title: Re: Tint2 Configs and scrots
Post by: PackRat on July 12, 2017, 05:59:08 PM
I'm liking the buttons a lot. It's similar to the way Fvwm impliments launchers with FvwmButtons. Can place an individual button anywhere on the panel, and use different mouse events to lauch applications.

Moved the terminal button just for fun -

(http://en.zimagez.com/miniature/scrot-shot-july121499882288.png) (http://en.zimagez.com/zimage/scrot-shot-july121499882288.php)
Title: Re: Tint2 Configs and scrots
Post by: PackRat on July 13, 2017, 10:50:39 PM
Unfortunately, Sid only has tint2 version 0.12.12 in the repos; need version 0.14.0 or better (current version 0.14.6) for the buttons and some other features.

So I compiled tint2 from source to upgrade my VSIDO install.   --> EDIT tint2 version 0.14.3-1 is available from experimental repo. (https://packages.debian.org/experimental/tint2)

VSIDO - fluxbox - tint2; using tint2 buttons with the ~/.fluxbox/apps file:

left click on the terminal button starts xfce4-terminal:

(http://en.zimagez.com/miniature/terminal-vsido.png) (http://en.zimagez.com/zimage/terminal-vsido.php)

right click on the terminal button starts tmux session in uxterm:

(http://en.zimagez.com/miniature/tmux-vsido.png) (http://en.zimagez.com/zimage/tmux-vsido.php)

use the ~/.fluxbox/apps file to set uxterm to maximized and border only decor:

[app] (name=xterm) (class=UXTerm)
  [Position] (CENTER) {0 0}
  [Deco] {BORDER}
  [Maximized] {yes}
  [Alpha] {255}
[end]


middle click starts a root terminal.

tint2rc button:

button = new
button_icon = /usr/share/icons/Vibrantly-Simple-Dark/apps/32/terminal.svg
button_text =
button_tooltip = Terminal
button_font = Sans Regular 8
button_font_color = #000000 60
button_background_id = 0
button_centered = 0
# horiz vert space icon/text
button_padding = 1 1 2
button_max_icon_size = 28
button_lclick_command = xfce4-terminal
button_rclick_command = uxterm -e tmux
button_mclick_command = `gksudo xfce4-terminal`



Title: Re: Tint2 Configs and scrots
Post by: PackRat on March 25, 2018, 07:15:06 PM
(https://cdn.scrot.moe/images/2018/03/25/obx_menu_tint2.th.png) (https://scrot.moe/image/6fagC)

tint2 config -

launcher button for jgmenu, executors for cpu%, load average, core temps:

# 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

# Background definitions
# ID 1
rounded = 0
border_width = 0
background_color = #212121 100
border_color = #2E2E2E 100

# Background definitions
# ID 2
rounded = 1
border_width = 1
background_color = #2A2A2A 100
border_color = #2A2A2A 100

# ID 3
rounded = 1
border_width = 1
background_color = #3D3D3D 100
border_color = #3D3D3D 100

# ID 4
rounded = 1
border_width = 1
background_color = #5C5C58 100
border_color = #636363 80

# ID 5
rounded = 1
border_width = 1
background_color = #A43949 100
border_color = #000000 100

# ID 6
rounded = 1
border_width = 1
background_color = #E0E0D5 100
border_color = #050314 100

# separators define all used
separator=new
separator_background_id = 0
separator_color = 0
separator_style = empty
separator_size = 1
separator_padding = 1 0

separator=new
separator_background_id = 0
separator_color = 0
separator_style = empty
separator_size = 2
separator_padding = 1 0

separator=new
separator_background_id = 0
separator_color = 0
separator_style = empty
separator_size = 2
separator_padding = 1 0

separator=new
separator_background_id = 0
separator_color = 0
separator_style = empty
separator_size = 2
separator_padding = 1 0

separator=new
separator_background_id = 0
separator_color = 0
separator_style = empty
separator_size = 2
separator_padding = 1 0

separator=new
separator_background_id = 0
separator_color = 0
separator_style = empty
separator_size = 2
separator_padding = 1 0

separator=new
separator_background_id = 0
separator_color = 0
separator_style = empty
separator_size = 2
separator_padding = 1 0

separator=new
separator_background_id = 0
separator_color = 0
separator_style = empty
separator_size = 2
separator_padding = 1 0

separator=new
separator_background_id = 0
separator_color = 0
separator_style = empty
separator_size = 2
separator_padding = 1 0

separator=new
separator_background_id = 0
separator_color = 0
separator_style = empty
separator_size = 1
separator_padding = 1 0

# buttons P
button = new
button_icon = /home/doug/.config/tint2/void-logo.png
#button_text =
#button_font =
button_font_color = #FFFFFF 100
button_tooltip = Application Menu
button_background_id = 0
button_centered = 1
button_padding = 1 1 2
button_max_icon_size = 64
button_lclick_command = jgmenu --config-file=/home/doug/.config/jgmenu/jgmenurc_jwm
button_mclick_command = rofi-apps
button_rclick_command = void-logout
#button_uwheel_command = text
#button_dwheel_command = text

# executor cpu
execp = new
execp_font = Office Code Pro Regular 10
execp_font_color = #ECECEC 100
execp_background_id = 0
execp_centered = 0
execp_padding = 0 0 0
execp_command = mpstat 1 1 | awk '$3 ~ /CPU/ { for(i=1;i<=NF;i++) { if ($i ~ /%idle/) field=i } } $3 ~ /all/ { printf("%d%",100 - $field) }'
execp_interval = 3
execp_lclick_command = urxvt -e htop -s PERCENT_CPU

# executor load
execp = new
execp_font = Office Code Pro Regular 10
execp_font_color = #ECECEC 100
execp_background_id = 0
execp_centered = 0
execp_padding = 0 0 0
execp_command = awk '{print $1" "$2" "$3}' < /proc/loadavg
execp_interval = 3
execp_lclick_command = urxvt -e htop -s PERCENT_CPU

# executor Core0
execp = new
execp_font = Office Code Pro Regular 10
execp_font_color = #ECECEC 100
execp_background_id = 0
execp_centered = 0
execp_padding = 0 0 0
execp_command = sensors | awk '/Core 0/{gsub("+","");print $3}'
execp_interval = 3
execp_lclick_command = urxvt -e sensors

# executor Core1
execp = new
execp_font = Office Code Pro Regular 10
execp_font_color = #ECECEC 100
execp_background_id = 0
execp_centered = 0
execp_padding = 0 0 0
execp_command = sensors | awk '/Core 2/{gsub("+","");print $3}'
execp_interval = 3
execp_lclick_command = urxvt -e sensors

# Panel
# panel_items = :P:T:S:B:C:
panel_items = :P:E:E:T:S:E:E:B:C:
panel_monitor = all
panel_position = bottom center horizontal
panel_size = 0 30
panel_margin = 0 0
panel_padding = 1 3 3
panel_dock = 0
wm_menu = 1
panel_layer = top
panel_background_id = 1

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

# Taskbar
taskbar_mode = multi_desktop
#taskbar_mode = single_desktop
taskbar_padding = 1 1 2
taskbar_background_id = 2
taskbar_active_background_id = 3

# Tasks
urgent_nb_of_blink = 7
task_icon = 1
task_text = 0
task_centered = 1
task_maximum_size = 30 30
task_padding = 4 0
task_background_id = 0
task_iconified_background_id = 0
task_active_background_id = 4
task_urgent_background_id = 5
task_tooltip = 1

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

# Fonts
task_font = Roboto Regular 10
task_font_color = #191919 80
task_active_font_color = #070707 80
task_urgent_font_color = #D42727 100
task_iconified_font_color = #191919 80
font_shadow = 0

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

# Clock
time1_format = %k:%M
time1_font = Office Code Pro Regular 10
time2_format = %F
time2_font = Sans 0
clock_font_color = #ECECEC 100
clock_tooltip =
clock_padding = 0 0
clock_background_id = 0
clock_rclick_command = yad --calendar --title=Calendar --skip-taskbar --width=256 --height=256 --posx=-100 --posy=-100 --class=Yad_Calendar --timeout=60 --timeout-indicator=bottom --text ""
time1_timezone = :US/Eastern
time2_timezone =

# Battery
battery_hide = never
battery_low_status = 25
battery_low_cmd = notify-send "battery low"
battery_full_cmd = notify-send "battery full"
ac_connected_cmd = "On AC Power"
ac_disconnected_cmd = "AC Power Disconnected"
battery_font_color = #ECECEC 100

bat1_format = %p
bat1_font = Office Code Pro Regular 10
bat2_format = %t
bat2_font = Sans 0

## Format for battery line 1. Default: %p. (since 1.0) Format specification:
# %s: State (charging, discharging, full, unknown).
# %m: Minutes left until completely charged/discharged (estimated).
# %h: Hours left until completely charged/discharged (estimated).
# %t: Time left. Shows "hrs:mins" when charging/discharging, or "Ful\" when full.
# %p: Percentage. Includes the % sign.

battery_padding = 1 1
battery_background_id = 0
battery_tooltip_enabled = 0
#battery_lclick_command = text : Command to execute on left click. (since 0.12.1)
#battery_rclick_command = text : Command to execute on right click. (since 0.12.1)
#battery_mclick_command = text : Command to execute on middle click. (since 0.12.1)
#battery_uwheel_command = text : Command to execute on wheel scroll up. (since 0.12.1)
#battery_dwheel_command = text : Command to execute on wheel scroll down. (since 0.12.1)

# Tooltips
tooltip_padding = 2 2
tooltip_show_timeout = 0.8
tooltip_hide_timeout = 0.3
tooltip_background_id = 6
tooltip_font = Monospace 11
tooltip_font_color = #050314 100

# Mouse
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_scroll_up = toggle
mouse_scroll_down = iconify

# End of config


Title: Re: Tint2 Configs and scrots
Post by: PackRat on May 04, 2019, 08:22:02 PM
(https://cdn.scrot.moe/images/2019/05/04/2019-05-04-03-56-54.md.png) (https://www.scrot.moe/image/abC6h)   (https://cdn.scrot.moe/images/2019/05/04/Screenshot_2019-05-04_16-26-09.md.png) (https://www.scrot.moe/image/abkIl)
tint2 without taskbar/pager since Fvwm has built-in IconBox, FvwmIconMan, or FvwmPager if I want those.

tint2 being used for jgmenu launcher (the void logo), system information using psuinfo executors (https://github.com/nwg-piotr/psuinfo), battery, system tray and clock. Using the extensible spacer panel item to center the system information.

# 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

# Background definitions
# ID 1
rounded = 0
border_width = 0
border_sides = T
background_color = #212121 100
border_color = #4B6EB3 100

# urgent background
# ID 2
rounded = 1
border_width = 1
background_color = #A43949 100
border_color = #DDDDDD 100

# tooltip background
# ID 3
rounded = 4
border_width = 1
background_color = #F7F7F7 100
border_color = #F3F3F3 100

# ID 4
rounded = 1
border_width = 0
background_color = #34393B 100
border_color = #171717 100

# separators define all used

separator=new
separator_background_id = 0
separator_color = #101010
separator_style = line
separator_size = 1
separator_padding = 0 0

separator=new
separator_background_id = 0
separator_color = #101010
separator_style = line
separator_size = 1
separator_padding = 0 0

separator=new
separator_background_id = 0
separator_color = 0
separator_style = empty
separator_size = 1
separator_padding = 0 0

# executor sysinfo
execp = new
execp_font = Roboto Mono Regular 11
execp_font_color = #CF9A34 100
execp_background_id = 0
execp_centered = 1
execp_padding = 12 0 0
execp_command = psuinfo -Cuack -N -S3
# execp_command = psuinfo -Cuac -N -S3
execp_interval = 2
execp_rclick_command = urxvt -e htop --sort-key PERCENT_MEM

# buttons P
button = new
button_icon = /home/doug/.config/tint2/void-trlogo.png
#button_text =
button_tooltip = Application Menu
#button_font =
button_font_color = #FFFFFF 100
button_background_id = 0
button_centered = 1
button_padding = 6 1 1
button_max_icon_size = 64
button_lclick_command = jgmenu --config-file=/home/doug/.config/jgmenu/tint2menurc
# button_lclick_command = jgmenu_run
# button_mclick_command = text
button_rclick_command = session-exit
#button_uwheel_command = text
#button_dwheel_command = text

# Panel
# panel_items = PFSFBC
panel_items = PFEBFSC
panel_monitor = all
panel_position = bottom center horizontal
panel_size = 0 30
panel_margin = 0 0
panel_padding = 0 2 0
panel_dock = 0
wm_menu = 1
panel_layer = normal
panel_background_id = 1

# Panel Autohide
autohide = 0
autohide_show_timeout = 0.7
autohide_hide_timeout = 1.5
autohide_height = 2
## strut_policy = follow_size/minimum/none
strut_policy = follow_size

# Taskbar
taskbar_mode = multi_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 1 1 8
taskbar_background_id = 0
taskbar_active_background_id = 4
taskbar_name = 0
taskbar_hide_inactive_tasks = 0
taskbar_hide_different_monitor = 0
taskbar_hide_different_desktop = 0
taskbar_always_show_all_desktop_tasks = 0
taskbar_name_padding = 4 2
taskbar_name_background_id = 0
taskbar_name_active_background_id = 0
taskbar_name_font_color = #e3e3e3 100
taskbar_name_active_font_color = #ffffff 100
taskbar_distribute_size = 0
taskbar_sort_order = none
task_align = left

# Tasks
task_text = 0
task_icon = 1
task_centered = 1
urgent_nb_of_blink = 100000
task_maximum_size = 36 36
task_padding = 4 1
task_tooltip = 1
task_thumbnail = 0
task_thumbnail_size = 210
task_background_id = 0
task_active_background_id = 0
task_urgent_background_id = 2
task_iconified_background_id = 0
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_scroll_up = toggle
mouse_scroll_down = iconify

# Task Icons
task_icon_asb = 100 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 = Roboto Regular 10
task_font_color = #DFDFDF 80
task_active_font_color = #DFDFDF 80
task_urgent_font_color = #DFDFDF 100
task_iconified_font_color = #999999 80
font_shadow = 0

# System Tray
systray = 1
systray_padding = 1 0 4
systray_sort = ascending
systray_background_id = 0
systray_icon_size = 20
systray_icon_asb = 100 0 0

# Clock
time1_format = %k:%M
time1_font = Roboto Mono Regular 11
time2_format =
time2_font =
clock_font_color = #DDDDDD 100
clock_tooltip =
clock_padding = 12 0
clock_background_id = 0
clock_rclick_command = yad --calendar --class="fbox_cal" --title="`date "+%A %e %B %Y   %k:%M"`" --width=368 --height=240 --skip-taskbar --sticky --text ""
time1_timezone = :US/Eastern
time2_timezone =

# Tooltips
tooltip_padding = 2 2
tooltip_show_timeout = 0.8
tooltip_hide_timeout = 0.3
tooltip_background_id = 3
tooltip_font = Monospace 11
tooltip_font_color = #050314 100

# Battery
battery = 1
battery_hide = never
battery_low_status = 20
battery_low_cmd = notify-send "battery low"
# battery_full_cmd = notify-send "battery full"
bat1_font = Roboto Mono Regular 11
bat2_font = Sans Regular 0
battery_font_color = #CF9A34 100
#
#==============================================#
#
# %s: State (charging, discharging, full, unknown).
# %m: Minutes left until completely charged/discharged (estimated).
# %h: Hours left until completely charged/discharged (estimated).
# %t: Time left. Shows "hrs:mins" when charging/discharging, or "Ful\" when full.
# %p: Percentage. Includes the % sign.

bat1_format = BAT0: %p
bat2_format =
battery_padding = 8 0
battery_background_id = 0
battery_tooltip_enabled = 0
# these options don't seem to work ======================================#
# battery_lclick_command =
# battery_rclick_command =
# battery_mclick_command = "pkill -s -SIGUSR1 tint2"
# battery_uwheel_command = text : Command to execute on wheel scroll up. (since 0.12.1)
# battery_dwheel_command = text : Command to execute on wheel scroll down. (since 0.12.1)
#=========================================================================#
ac_connected_cmd = notify-send "AC Power Connected"
ac_disconnected_cmd = notify-send "AC Power Disconnected"

# End of config
Title: Re: Tint2 Configs and scrots
Post by: PackRat on December 06, 2021, 04:11:51 AM
Latest tint2 configuration. Near monochrome to match up with pretty much any fluxbox style I create these days.
jgmenu for the menu:

#========================================================================================#
#
# tint2 configuration -- https://gitlab.com/o9000/tint2/blob/master/doc/tint2.md
# created 03-03-2020
# by PackRat
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details see <http://www.gnu.org/licenses/>.
#
#========================================================================================#

# Backgrounds and gradients

# Background 1: Panel
rounded = 0
border_width = 1
border_sides = TBLR
background_color = #161617 100
border_color = #0C0C0C 100
background_color_hover = #161617 100
border_color_hover = #161617 100
background_color_pressed = #161617 100
border_color_pressed = #131313 100

# Background 2 - button, taskbar, systemtray, battery
rounded = 0
border_width = 1
border_sides = R
border_color = #0C0C0C 100
border_color_hover = #0C0C0C 55
border_color_pressed = #0C0C0C 55
background_color = #161617 5
background_color_hover = #161617 5
background_color_pressed = #161617 5
border_color_pressed = #0C0C0C 100
# Color mixing values must be between 0 (no mixing) and 100 (fully replaces the color)
border_content_tint_weight = 0
background_content_tint_weight = 0

# Background 3 - active taskbar
rounded = 0
border_width = 0
border_sides = LRTB
border_color = #272729 100
border_color_hover = #272729 8
border_color_pressed = #272729 8
background_color = #272729 100
background_color_hover = #272729 100
background_color_pressed = #272729 100
# Color mixing values must be between 0 (no mixing) and 100 (fully replaces the color)
border_content_tint_weight = 0
background_content_tint_weight = 0

# Background 4 - urgent tasks
rounded = 0
border_width = 1
#border_sides = T  #LRTB
border_color = #C12A2A 100
border_color_hover = #C12A2A 100
border_color_pressed = #C12A2A 100
background_color = #C12A2A 100
background_color_hover = #C12A2A 100
background_color_pressed = #C12A2A 100
border_color_pressed = #C12A2A 100
# Color mixing values must be between 0 (no mixing) and 100 (fully replaces the color)
border_content_tint_weight = 0
background_content_tint_weight = 0

# Background 5 - tooltips
rounded = 0
border_width = 1
border_sides = T  #LRTB
border_color = #111111 100
border_color_hover = #111111 100
border_color_pressed = #111111 100
background_color = #BDBDBD 100
background_color_hover = #BDBDBD 100
background_color_pressed = #BDBDBD 100
border_color_pressed = #BDBDBD 100
# Color mixing values must be between 0 (no mixing) and 100 (fully replaces the color)
border_content_tint_weight = 0
background_content_tint_weight = 0

# Previous desktop
#button = new
#button_icon = ~/.local/share/icons/go-prevtr.png
#button_text =
#button_tooltip =
#button_font = Roboto Regular 8
#button_font_color = #888888 100
#button_background_id = 0
#button_centered = 0
#button_padding = 0 0 0
#button_max_icon_size = 32
#button_lclick_command = xdotool key ctrl+alt+Left
#button_mclick_command =
#button_rclick_command = xdotool key ctrl+alt+Left
#button_uwheel_command =
#button_dwheel_command =

button = new
button_icon = ~/.config/tint2/void-trmenu.png
button_text =
# button_tooltip = text
button_font = Fira Sans Regular 11
button_font_color = #d6d6d6 100
button_background_id = 0
button_centered = 0
button_padding = 4 2 3
button_max_icon_size = 32
button_lclick_command = jgmenu_run
button_mclick_command = pkill -SIGUSR1 -x tint2
button_rclick_command = jgmenu_run
button_uwheel_command =
button_dwheel_command =

# next desktop
#button = new
#button_icon = ~/.local/share/icons/go-nexttr.png
#button_text =
#button_tooltip =
#button_font = Roboto Regular 8
#button_font_color = #888888 100
#button_background_id = 0
#button_centered = 0
#button_padding = 0 0 0
#button_max_icon_size = 32
#button_lclick_command = xdotool key ctrl+alt+Right
#button_mclick_command =
#button_rclick_command = xdotool key ctrl+alt+Right
#button_uwheel_command =
#button_dwheel_command =

# Panel

# L shows the Launcher
# T shows the Taskbar
# S shows the Systray (also called notification area)
# B shows the Battery status
# C shows the Clock
# F adds an extensible spacer (freespace). You can specify more than one. Has no effect if T is also present. (since 0.12)
# E adds an executor plugin. You can specify more than one. (since 0.12.4)
# P adds a push button. You can specify more than one. (since 0.14)
# : adds a separator. You can specify more than one. (since 0.13.0)

# panel_items = PPP:T:SEEB:C
panel_items = P:TSEEB:C
# panel_items = P:T:SB:C
panel_window_name = tint2_panel
panel_monitor = all
primary_monitor_first = 0
panel_position = bottom left horizontal
panel_size = 0 32
# scale_relative_to_dpi =
# scale_relative_to_screen_height =
panel_shrink = 0
panel_margin = 0 0
panel_padding = 0 0 0
font_shadow = 0
panel_background_id = 1
wm_menu = 0
panel_dock = 0
panel_layer = normal
strut_policy = follow_size
# panel_pivot_struts = 0
disable_transparency = 1
mouse_effects = 1
# mouse_hover_icon_asb = alpha (0 to 100) saturation (-100 to 100) brightness (-100 to 100)
# mouse_pressed_icon_asb = alpha (0 to 100) saturation (-100 to 100) brightness (-100 to 100)
autohide = boolean 0
autohide_show_timeout = 0.7
autohide_hide_timeout = 1.5
autohide_height = 2

# Taskbar
taskbar_mode = multi_desktop
taskbar_hide_if_empty = 0
taskbar_distribute_size = 0
taskbar_padding = 4 2 4
taskbar_background_id = 2
taskbar_active_background_id = 3
taskbar_hide_inactive_tasks = 0
taskbar_hide_different_monitor = 0
taskbar_hide_different_desktop = 0
taskbar_always_show_all_desktop_tasks = 0
taskbar_sort_order = none
task_align = left
taskbar_name = 0
taskbar_name_padding = 4
taskbar_name_background_id = 0
taskbar_name_font = Roboto Regular 11
taskbar_name_font_color = #DDDDDD 100
taskbar_name_active_background_id = 0
taskbar_name_active_font_color = #222222

task_background_id = 0
task_active_background_id = 0
task_iconified_background_id = 0
task_urgent_background_id = 4
task_icon = 1
task_text = 0
task_centered = 0
task_maximum_size = 36 32
task_tooltip = 1
task_thumbnail = 0
task_thumbnail_size = 64
task_padding = 1 1 1
urgent_nb_of_blink = 10
task_font = Roboto Regular 10
task_font_color = #DDDDDD 100
task_active_font_color = #DDDDDD 100
task_iconified_font_color = #797979 100
task_icon_asb = 100 0 0
task_active_icon_asb = 100 0 0
task_urgent_icon_asb = 100 0 0
task_iconified_icon_asb = 70 0 0

# systemtray
systray_padding = 4 1 4
systray_background_id = 0
systray_sort = right2left
systray_icon_size = 18
systray_icon_asb = 100 0 0
systray_monitor = primary
#systray_name_filter = string

# Battery
battery_hide = never
battery_low_status = 12
battery_low_cmd = notify-send -t 10000 "Battery Low"
battery_full_cmd = notify-send -t 3000 "Battery Full"
bat1_font = Fira Code Regular 10
#bat2_font = Roboto Regular 9
# battery_font_color = #AAAAAA 100
# battery_font_color = #CC8029 100
battery_font_color = #BDBDBD 100
bat1_format = BAT: %p
#bat2_format = %s
#
#%s: State (charging, discharging, full, unknown).
#%m: Minutes left until completely charged/discharged (estimated).
#%h: Hours left until completely charged/discharged (estimated).
#%t: Time left. Shows "hrs:mins" when charging/discharging, or "Ful" when full.
#%p: Percentage. Includes the % sign.
#%P: Percentage. Without the % sign.
#
battery_padding = 12 1
battery_background_id = 0
battery_tooltip_enabled = 1
ac_connected_cmd = notify-send -t 3000 "AC Connected"
ac_disconnected_cmd = notify-send -t 3000 "AC Disconnected"
#battery_lclick_command = text
#battery_rclick_command = text
#battery_mclick_command = text
#battery_uwheel_command = text
#battery_dwheel_command = text

# Clock
time1_format = %k:%M
time1_timezone = :US/Eastern
time1_font = Fira Code Regular 10
# time2_format = %A %d %B
# time2_timezone = :Europe/Berlin
# time2_font = [FAMILY-LIST] [STYLE-OPTIONS] [SIZE]
clock_font_color = #BDBDBD 100
clock_padding = 12 1
clock_background_id = 0
clock_tooltip = %x %R
#clock_tooltip_timezone = :UTC
clock_tooltip_timezone =:US/Eastern
# clock_rclick_command = yad --class="fbox_cal" --title="Fbox_Calendar" --width 320 --calendar --text ""
clock_rclick_command = yad --calendar --width 320 --height 256 --class fbox-calendar --title `date +%F` --text ""
#clock_lclick_command =
#clock_mclick_command =
#clock_uwheel_command = text : Command to execute on wheel scroll up. (since 0.12.1)
#clock_dwheel_command = text : Command to execute on wheel scroll down. (since 0.12.1)

# Mouse
mouse_left = toggle_iconify
mouse_middle = maximize_restore
mouse_right = close
#mouse_scroll_up = toggle
#mouse_scroll_down = iconify

# Tooltips
tooltip_padding = 4 1
tooltip_show_timeout = 0.8
tooltip_hide_timeout = 0.3
tooltip_background_id = 5
tooltip_font = Roboto Regular 9
tooltip_font_color = #131313 100

# separators
separator = new
separator_background_id = 0
separator_color = #0C0C0C 55
# separator_style = [empty | line | dots]
separator_style = line
separator_size = 1
separator_padding = 0 0

# separators
separator = new
separator_background_id = 0
separator_color = #0C0C0C 55
# separator_style = [empty | line | dots]
separator_style = line
separator_size = 1
separator_padding = 0 0

# Executor
execp = new
# execp_command = psuinfo -Cca -N -S2
execp_command = psuinfo -Ca -N -S2
execp_interval = 3
execp_continuous = 0
execp_has_icon = 0
execp_cache_icon = 0
execp_icon_w = 0
execp_icon_h = 0
execp_tooltip =
execp_font = Fira Code Regular 10
execp_font_color = #BDBDBD 100
execp_markup = 0
execp_background_id = 0
execp_centered = 1
execp_padding = 12 1 4
#execp_lclick_command =
#execp_mclick_command =
#execp_rclick_command =
#execp_uwheel_command =
#execp_dwheel_command =

# Executor
execp = new
execp_command = cpu-temp.pl
execp_interval = 3
execp_continuous = 0
execp_has_icon = 0
execp_cache_icon = 0
execp_icon_w = 0
execp_icon_h = 0
execp_tooltip =
execp_font = Fira Code Regular 10
execp_font_color = #BDBDBD 100
execp_markup = 0
execp_background_id = 0
execp_centered = 1
execp_padding = 4 1 4
#execp_lclick_command =
#execp_mclick_command =
#execp_rclick_command =
#execp_uwheel_command =
#execp_dwheel_command =


(https://i.postimg.cc/jnJxLFBq/2021-12-05-10-30-53.png) (https://postimg.cc/jnJxLFBq)