From eb3268c12150b007a2c7ee9510b2eae7efcbb8a1 Mon Sep 17 00:00:00 2001 From: Thierry Lorthiois Date: Sat, 24 Oct 2009 23:30:20 +0000 Subject: [PATCH] sample file --- sample/black_white.tint2rc | 97 ++++++++++++++++++++++++++++++ sample/default.tint2rc | 120 +++++++++++++++++++++++++++++++++++++ sample/hanna.tint2rc | 101 +++++++++++++++++++++++++++++++ sample/illumin8.tint2rc | 78 ++++++++++++++++++++++++ sample/serious_lee.tint2rc | 95 +++++++++++++++++++++++++++++ sample/thil77.tint2rc | 118 ++++++++++++++++++++++++++++++++++++ sample/tint2rc | 96 +++++++++++++++++++++++++++++ 7 files changed, 705 insertions(+) create mode 100644 sample/black_white.tint2rc create mode 100644 sample/default.tint2rc create mode 100644 sample/hanna.tint2rc create mode 100644 sample/illumin8.tint2rc create mode 100644 sample/serious_lee.tint2rc create mode 100644 sample/thil77.tint2rc create mode 100644 sample/tint2rc diff --git a/sample/black_white.tint2rc b/sample/black_white.tint2rc new file mode 100644 index 0000000..63957c8 --- /dev/null +++ b/sample/black_white.tint2rc @@ -0,0 +1,97 @@ +#--------------------------------------------- +# TINT2 CONFIG FILE +#--------------------------------------------- + +#--------------------------------------------- +# BACKGROUND AND BORDER +#--------------------------------------------- +rounded = 0 +border_width = 0 +background_color = #000000 66 +border_color = #000000 0 + +rounded = 1 +border_width = 1 +background_color = #000000 75 +border_color = #000000 50 + +rounded = 1 +border_width = 1 +background_color = #c8c8c8 100 +border_color = #7b7b7b 90 + +rounded = 7 +border_width = 1 +background_color = #000000 60 +border_color = #ffffff 18 + +rounded = 5 +border_width = 0 +background_color = #ffffff 30 +border_color = #ffffff 18 + +rounded = 5 +border_width = 0 +background_color = #ffffff 50 +border_color = #ffffff 70 + +#--------------------------------------------- +# PANEL +#--------------------------------------------- +panel_monitor = 1 +panel_position = bottom center horizontal +panel_size = 100% 30 +panel_margin = 0 0 +panel_padding = 0 0 2 +font_shadow = 0 +panel_background_id = 1 +wm_menu = 1 + +#--------------------------------------------- +# TASKBAR +#--------------------------------------------- +taskbar_mode = single_desktop +taskbar_padding = 0 5 2 +taskbar_background_id = 0 + +#--------------------------------------------- +# TASK +#--------------------------------------------- +task_icon = 0 +task_text = 1 +task_maximum_size = 180 22 +task_centered = 1 +task_padding = 16 4 +task_font = Helvetica 8 +task_font_color = #aaaaaa 100 +task_active_font_color = #444444 100 +task_background_id = 2 +task_active_background_id = 3 + +#--------------------------------------------- +# SYSTRAYBAR +#--------------------------------------------- +systray_padding = 7 8 5 +systray_background_id = 1 +systray_sort = left2right + +#--------------------------------------------- +# TOOLTIP +#--------------------------------------------- +tooltip = 1 +tooltip_padding = 2 2 +tooltip_show_timeout = 0.7 +tooltip_hide_timeout = 0.3 +tooltip_background_id = 3 +tooltip_font_color = #OOOOOO 80 +tooltip_font = Helvetica 8 + +#--------------------------------------------- +# MOUSE ACTION ON TASK +#--------------------------------------------- +mouse_middle = none +mouse_right = close +mouse_scroll_up = toggle +mouse_scroll_down = iconify + + diff --git a/sample/default.tint2rc b/sample/default.tint2rc new file mode 100644 index 0000000..df3fd74 --- /dev/null +++ b/sample/default.tint2rc @@ -0,0 +1,120 @@ +#--------------------------------------------- +# TINT2 CONFIG FILE +#--------------------------------------------- + +#--------------------------------------------- +# BACKGROUND AND BORDER +#--------------------------------------------- +rounded = 0 +border_width = 1 +#background_color = #5E5E5E 25 +#background_color = #ffffff 20 +background_color = #000000 50 +border_color = #9b9b9b 35 + +rounded = 1 +border_width = 1 +background_color = #000000 70 +border_color = #9b9b9b 75 + +rounded = 1 +border_width = 0 +background_color = #OOOOOO 70 +border_color = #ffffff 20 + +# tooltip +rounded = 0 +border_width = 0 +background_color = #bbbbbb +border_color = #bbbbbb 30 + +#--------------------------------------------- +# PANEL +#--------------------------------------------- +panel_monitor = all +#panel_position = center left vertical +panel_position = bottom center horizontal +panel_size = 100% 32 +panel_margin = 0 0 +panel_padding = 7 2 7 +font_shadow = 0 +panel_background_id = 0 +wm_menu = 1 + +#--------------------------------------------- +# TASKBAR +#--------------------------------------------- +taskbar_mode = multi_desktop +#taskbar_mode = single_desktop +taskbar_padding = 0 0 0 +taskbar_background_id = 1 +taskbar_active_background_id = 2 + +#--------------------------------------------- +# TASK +#--------------------------------------------- +task_icon = 1 +task_text = 0 +task_maximum_size = 50 35 +task_centered = 1 +task_padding = 4 2 +task_font = kiloji 8 +task_font_color = #a0a0a0 100 +task_active_font_color = #d4d4d4 100 +#task_icon_asb = 0 -45 -10 +task_icon_asb = 90 -70 -20 +task_active_icon_asb = 100 -50 -15 +task_background_id = 0 +task_active_background_id = 3 + +#--------------------------------------------- +# SYSTRAYBAR +#--------------------------------------------- +systray_padding = 8 4 5 +systray_background_id = 1 +systray_sort = left2right + +#--------------------------------------------- +# BATTERY +#--------------------------------------------- +battery = 1 +battery_low_status = 7 +battery_low_cmd = notify-send "battery low" +bat1_font = sans 8 +bat2_font = sans 6 +battery_font_color = #ffffff 76 +battery_padding = 1 0 +battery_background_id = 2 + +#--------------------------------------------- +# 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 = 1 0 +clock_background_id = 1 +#clock_lclick_command = xclock +clock_rclick_command = orage + +#--------------------------------------------- +# TOOLTIP +#--------------------------------------------- +tooltip = 1 +tooltip_padding = 2 2 +tooltip_show_timeout = 0.7 +tooltip_hide_timeout = 0.3 +tooltip_background_id = 4 +tooltip_font_color = #OOOOOO 80 +tooltip_font = sans 10 + +#--------------------------------------------- +# MOUSE ACTION ON TASK +#--------------------------------------------- +mouse_middle = none +mouse_right = close +mouse_scroll_up = toggle +mouse_scroll_down = iconify + diff --git a/sample/hanna.tint2rc b/sample/hanna.tint2rc new file mode 100644 index 0000000..4acd25f --- /dev/null +++ b/sample/hanna.tint2rc @@ -0,0 +1,101 @@ +#--------------------------------------------- +# TINT2 CONFIG FILE +#--------------------------------------------- + +#--------------------------------------------- +# BACKGROUND AND BORDER +#--------------------------------------------- + +rounded = 0 +border_width = 0 +background_color = #ffffff 0 +border_color = #ffffff 60 + +rounded = 0 +border_width = 1 +background_color = #333333 50 +#background_color = #719B69 50 +border_color = #ffffff 40 + + +rounded = 0 +border_width = 0 +#background_color = #A6B384 20 +background_color = #eeeeec 70 +border_color = #ffffff + + +#--------------------------------------------- +# PANEL +#--------------------------------------------- +panel_monitor = all +#panel_mode = single_monitor +panel_position = bottom center horizontal +panel_size = 99% 27 +panel_margin = 0 0 +panel_padding = 3 3 3 3 +font_shadow = 0 +panel_background_id = 3 + + +#--------------------------------------------- +# TASKS +#--------------------------------------------- +task_icon = 0 +task_text = 1 +task_width = 100 +task_centered = 1 +task_margin = 4 +task_padding = 5 +#task_icon_size = 13 +task_font = AvantGardeLTMedium 9 +task_font_color = #151515 60 +task_active_font_color = #ffffff 70 +task_background_id = 1 +task_active_background_id = 2 + + +#--------------------------------------------- +# TASKBAR +#--------------------------------------------- +taskbar_mode = multi_desktop +taskbar_padding = 0 0 0 +taskbar_background_id = 0 +taskbar_active_background_id = 0 + +#--------------------------------------------- +# SYSTRAYBAR +#--------------------------------------------- +systray_padding = 4 2 3 +systray_background_id = 0 + +#--------------------------------------------- +# CLOCK +#--------------------------------------------- +time1_format = %H:%M / %a %d %b +#time1_font = Museo 8 +time1_font = AvantGardeLTMedium 8 +#time2_format = %A %d %B +#time2_font = Monospace 6 +clock_font_color = #151515 60 +clock_padding = 4 0 + +#--------------------------------------------- +# BATTERY +#--------------------------------------------- +battery = 0 +battery_low_status = 7 +battery_low_cmd = notify-send "battery low" +bat1_font = sans 8 +bat2_font = sans 6 +battery_font_color = #151515 60 +battery_padding = 1 0 +battery_background_id = 0 + +#--------------------------------------------- +# MOUSE ACTION ON TASK +#--------------------------------------------- +mouse_middle = none +mouse_right = close +mouse_scroll_up = toggle +mouse_scroll_down = iconify diff --git a/sample/illumin8.tint2rc b/sample/illumin8.tint2rc new file mode 100644 index 0000000..c77e52c --- /dev/null +++ b/sample/illumin8.tint2rc @@ -0,0 +1,78 @@ +#--------------------------------------------- +# TINT2 CONFIG FILE +#--------------------------------------------- + +#--------------------------------------------- +# BACKGROUND AND BORDER +#--------------------------------------------- +rounded = 5 +border_width = 1 +background_color = #44475D 45 +border_color = #44475D 100 + +rounded = 5 +border_width = 1 +background_color = #ffffff 20 +border_color = #444444 70 + +rounded = 0 +border_width = 1 +background_color = #ffffff 20 +border_color = #444444 20 + +rounded = 5 +border_width = 1 +background_color = #ffffff 20 +border_color = #ffffff 50 + +#--------------------------------------------- +# PANEL +#--------------------------------------------- +panel_monitor = all +panel_position = bottom center horizontal +panel_size = 99% 35 +panel_margin = 0 0 +panel_padding = 10 3 10 +font_shadow = 0 +panel_background_id = 1 +wm_menu = 1 + +#--------------------------------------------- +# TASKBAR +#--------------------------------------------- +taskbar_mode = multi_desktop +taskbar_padding = 2 0 0 +taskbar_background_id = 2 +taskbar_active_background_id = 4 + +#--------------------------------------------- +# TASK +#--------------------------------------------- +task_icon = 10 +task_text = 0 +task_maximum_size = 40 20 +task_centered = 1 +task_padding = 0 2 +task_font = kiloji 10 +task_font_color = #333333 80 +task_active_font_color = #333333 100 +task_icon_asb = 100 -50 -20 +task_active_icon_asb = 100 -20 10 +task_background_id = 0 +#task_active_background_id = 3 +task_active_background_id = 0 + +#--------------------------------------------- +# SYSTRAYBAR +#--------------------------------------------- +systray_padding = 6 5 5 +systray_background_id =2 + + +#--------------------------------------------- +# MOUSE ACTION ON TASK +#--------------------------------------------- +mouse_middle = none +mouse_right = close +mouse_scroll_up = toggle +mouse_scroll_down = iconify diff --git a/sample/serious_lee.tint2rc b/sample/serious_lee.tint2rc new file mode 100644 index 0000000..8523e21 --- /dev/null +++ b/sample/serious_lee.tint2rc @@ -0,0 +1,95 @@ +#--------------------------------------------- +# TINT2 CONFIG FILE +#--------------------------------------------- + +#--------------------------------------------- +# BACKGROUND AND BORDER +#--------------------------------------------- +rounded = 3 +border_width = 1 +background_color = #000000 60 +border_color = #ffffff 30 + +rounded = 3 +border_width = 1 +background_color = #ffffff 0 +border_color = #ffffff 20 + +rounded = 3 +border_width = 1 +background_color = #000000 18 +border_color = #ffffff 35 + +#--------------------------------------------- +# PANEL +#--------------------------------------------- +panel_monitor = all +panel_position = center left vertical +panel_size = 100% 45 +panel_margin = 0 0 +panel_padding = 2 0 +font_shadow = 0 +panel_background_id = 0 +wm_menu = 0 + +#--------------------------------------------- +# TASKBAR +#--------------------------------------------- +#taskbar_mode = multi_desktop +taskbar_mode = single_desktop +taskbar_padding = 0 0 2 +taskbar_background_id = 3 + +#--------------------------------------------- +# TASKS +#--------------------------------------------- +task_icon = 1 +task_text = 0 +task_width = 50 +task_centered = 1 +task_padding = 0 2 +task_font = Aller 9 +task_font_color = #ffffff 70 +task_active_font_color = #ffffff 85 +task_background_id = 2 +task_active_background_id = 1 + +#--------------------------------------------- +# SYSTRAYBAR +#--------------------------------------------- +systray_padding = 2 8 0 +systray_background_id = 1 + +#--------------------------------------------- +# CLOCK +#--------------------------------------------- +time1_format = %a %d +time1_font = Aller 7 +time2_format = %I:%M +time2_font = Aller 10 +clock_font_color = #ffffff 100 +clock_padding = 6 4 +clock_background_id = 1 +#clock_lclick_command = xclock +#clock_rclick_command = orage + +#--------------------------------------------- +# BATTERY +#--------------------------------------------- +battery = 0 +battery_low_status = 10 +battery_low_cmd = notify-send "battery low" +bat1_font = sans 8 +bat2_font = sans 6 +battery_font_color = #ffffff 76 +battery_padding = 1 0 +battery_background_id = 0 + + +#--------------------------------------------- +# MOUSE ACTION ON TASK +#--------------------------------------------- +mouse_middle = none +mouse_right = close +mouse_scroll_up = toggle +mouse_scroll_down = iconify diff --git a/sample/thil77.tint2rc b/sample/thil77.tint2rc new file mode 100644 index 0000000..ca231aa --- /dev/null +++ b/sample/thil77.tint2rc @@ -0,0 +1,118 @@ +#--------------------------------------------- +# TINT2 CONFIG FILE +#--------------------------------------------- + +#--------------------------------------------- +# BACKGROUND AND BORDER +#--------------------------------------------- +rounded = 0 +border_width = 0 +background_color = #000000 55 +border_color = #9b9b9b 35 + +rounded = 1 +border_width = 1 +background_color = #000000 70 +border_color = #9b9b9b 75 + +rounded = 1 +border_width = 0 +background_color = #OOOOOO 70 +border_color = #ffffff 20 + +# tooltip +rounded = 0 +border_width = 0 +background_color = #bbbbbb +border_color = #bbbbbb 30 + +#--------------------------------------------- +# PANEL +#--------------------------------------------- +panel_monitor = all +#panel_position = center left vertical +panel_position = bottom center horizontal +panel_size = 100% 32 +panel_margin = 0 0 +panel_padding = 5 2 0 +font_shadow = 0 +panel_background_id = 1 +wm_menu = 1 + +#--------------------------------------------- +# TASKBAR +#--------------------------------------------- +taskbar_mode = multi_desktop +#taskbar_mode = single_desktop +taskbar_padding = 1 1 0 +taskbar_background_id = 0 +taskbar_active_background_id = 2 + +#--------------------------------------------- +# TASK +#--------------------------------------------- +task_icon = 1 +task_text = 0 +task_maximum_size = 50 35 +task_centered = 1 +task_padding = 4 2 +task_font = kiloji 8 +task_font_color = #a0a0a0 100 +task_active_font_color = #d4d4d4 100 +#task_icon_asb = 0 -45 -10 +task_icon_asb = 90 -70 -20 +task_active_icon_asb = 100 -50 -15 +task_background_id = 0 +task_active_background_id = 3 + +#--------------------------------------------- +# SYSTRAYBAR +#--------------------------------------------- +systray_padding = 8 6 5 +systray_background_id = 0 +systray_sort = left2right + +#--------------------------------------------- +# BATTERY +#--------------------------------------------- +battery = 1 +battery_low_status = 7 +battery_low_cmd = notify-send "battery low" +bat1_font = sans 8 +bat2_font = sans 6 +battery_font_color = #ffffff 76 +battery_padding = 1 0 +battery_background_id = 2 + +#--------------------------------------------- +# 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 = 2 0 +clock_background_id = 0 +#clock_lclick_command = xclock +clock_rclick_command = orage + +#--------------------------------------------- +# TOOLTIP +#--------------------------------------------- +tooltip = 1 +tooltip_padding = 2 2 +tooltip_show_timeout = 0.7 +tooltip_hide_timeout = 0.3 +tooltip_background_id = 4 +tooltip_font_color = #OOOOOO 80 +tooltip_font = sans 10 + +#--------------------------------------------- +# MOUSE ACTION ON TASK +#--------------------------------------------- +mouse_middle = none +mouse_right = close +mouse_scroll_up = toggle +mouse_scroll_down = iconify + diff --git a/sample/tint2rc b/sample/tint2rc new file mode 100644 index 0000000..20b0a71 --- /dev/null +++ b/sample/tint2rc @@ -0,0 +1,96 @@ +#--------------------------------------------- +# TINT2 CONFIG FILE +#--------------------------------------------- + +#--------------------------------------------- +# BACKGROUND AND BORDER +#--------------------------------------------- +rounded = 7 +border_width = 2 +background_color = #000000 60 +border_color = #ffffff 18 + +rounded = 5 +border_width = 0 +background_color = #ffffff 40 +border_color = #ffffff 50 + +rounded = 5 +border_width = 0 +background_color = #ffffff 18 +border_color = #ffffff 70 + +#--------------------------------------------- +# PANEL +#--------------------------------------------- +panel_monitor = all +panel_position = bottom center +panel_size = 94% 30 +panel_margin = 0 0 +panel_padding = 7 0 +font_shadow = 0 +panel_background_id = 1 +wm_menu = 0 + +#--------------------------------------------- +# TASKBAR +#--------------------------------------------- +#taskbar_mode = multi_desktop +taskbar_mode = single_desktop +taskbar_padding = 2 3 2 +taskbar_background_id = 0 + +#--------------------------------------------- +# TASKS +#--------------------------------------------- +task_icon = 1 +task_text = 1 +task_width = 140 +task_centered = 1 +task_padding = 6 3 +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 = 0 4 5 +systray_background_id = 0 + +#--------------------------------------------- +# 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 = 1 0 +clock_background_id = 0 +#clock_lclick_command = xclock +clock_rclick_command = orage + +#--------------------------------------------- +# BATTERY +#--------------------------------------------- +battery = 0 +battery_low_status = 10 +battery_low_cmd = notify-send "battery low" +bat1_font = sans 8 +bat2_font = sans 6 +battery_font_color = #ffffff 76 +battery_padding = 1 0 +battery_background_id = 0 + + +#--------------------------------------------- +# MOUSE ACTION ON TASK +#--------------------------------------------- +mouse_middle = none +mouse_right = close +mouse_scroll_up = toggle +mouse_scroll_down = iconify + -- 2.44.0