]> Dogcows Code - chaz/tint2/blobdiff - sample/icon_and_text_4.tint2rc
added some config sample (thanks to users)
[chaz/tint2] / sample / icon_and_text_4.tint2rc
similarity index 53%
rename from sample/vertical_icon_only.tint2rc
rename to sample/icon_and_text_4.tint2rc
index cb4c62f8bc39a436be8d006a68edc0d4999dc0eb..7f4e5e918805ab79a23df30c9e8576c526f7908b 100644 (file)
 #---------------------------------------------
 # TINT2 CONFIG FILE
 #---------------------------------------------
-
+# For more information about tint2, see:
+# http://code.google.com/p/tint2/wiki/Welcome
+#
+# For more config file examples, see:
+# http://crunchbanglinux.org/forums/topic/3232/my-tint2-config/
 #---------------------------------------------
 # BACKGROUND AND BORDER
 #---------------------------------------------
-rounded = 3
-border_width = 1
+rounded = 5
+border_width = 0
 background_color = #000000 60
-border_color = #ffffff 30
+border_color = #FFFFFF 20
 
-rounded = 3
+rounded = 5
 border_width = 1
 background_color = #ffffff 0
 border_color = #ffffff 20
 
-rounded = 3
+rounded = 5
+border_width = 0
+background_color = #000000 30
+border_color = #000000 1
+
+rounded = 5
 border_width = 1
-background_color = #000000 18
-border_color = #ffffff 35
+background_color = #e80000 60
+border_color = #ffffff 20
 
 #---------------------------------------------
 # PANEL
 #---------------------------------------------
 panel_monitor = all
-panel_position = center left vertical
-panel_size = 100% 45
+panel_position = bottom center horizontal
+panel_size = 92% 28
 panel_margin = 0 0
-panel_padding = 2 0
-font_shadow = 0
+panel_padding = 7 0 7
 panel_background_id = 0
-wm_menu = 0
-panel_dock = 0
-panel_layer = bottom
-strut_policy = minimum
+panel_layer = top
+wm_menu = 1
+strut_policy = follow_size
+font_shadow = 0
 
 #---------------------------------------------
 # TASKBAR
 #---------------------------------------------
-#taskbar_mode = multi_desktop
-taskbar_mode = single_desktop
-taskbar_padding = 0 0 2
+taskbar_mode = multi_desktop
+taskbar_padding = 2 3 2
 taskbar_background_id = 3
-#taskbar_active_background_id = 0
 
 #---------------------------------------------
 # TASKS
 #---------------------------------------------
 task_icon = 1
-task_text = 0
-task_maximum_size = 50 35
+task_text = 1
+task_maximum_size = 140 30
 task_centered = 1
-task_padding = 0 2
-task_font = Aller 9
+task_padding = 2 3
+task_font = sans 7
+
+# Task inactive
 task_font_color = #ffffff 70
-task_active_font_color = #ffffff 85
+task_icon_asb = 100 0 0
 task_background_id = 2
+
+# Task active
+task_active_font_color = #ffffff 85
+task_active_icon_asb = 100 0 0
 task_active_background_id = 1
 
+# Task urgent
+task_urgent_font_color = #ffffff 85
+task_urgent_icon_asb = 100 0 0
+task_urgent_background_id = 4
+urgent_nb_of_blink = 18
+
+# Task iconified
+task_iconified_font_color = #ffffff 70
+task_iconified_icon_asb = 100 0 0
+task_iconified_background_id = 2
+
+
 #---------------------------------------------
 # SYSTRAYBAR
 #---------------------------------------------
 systray = 1
-systray_padding = 2 8 0
+systray_padding = 5 2 5
 systray_background_id = 1
-systray_sort = left2right
-systray_icon_size = 0
+systray_icon_asb = 100 -10 -5
+systray_icon_size = 16
+systray_sort = ascending
 
 #---------------------------------------------
 # 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
+time1_format = %H:%M
+time1_font = sans 8
+time2_format = %A %d %B
+time2_font = sans 6
+clock_font_color = #ffffff 76
+clock_padding = 4 4
 clock_background_id = 1
-#clock_lclick_command = xclock
-#clock_rclick_command = orage
-#clock_tooltip = %A %d %B
-#time1_timezone = :US/Hawaii
-#time2_timezone = :Europe/Berlin
-#clock_tooltip_timezone = :/usr/share/zoneinfo/Europe/Paris
 
 #---------------------------------------------
 # BATTERY
 #---------------------------------------------
-battery = 1
-battery_hide = 98
-battery_low_status = 10
+battery = 0
+battery_hide = 95
+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
+battery_background_id = 1
 
-#---------------------------------------------
-# TOOLTIP
-#---------------------------------------------
-tooltip = 0
-tooltip_padding = 2 2
-tooltip_show_timeout = 0.7
-tooltip_hide_timeout = 0.3
-tooltip_background_id = 1
-tooltip_font_color = #000000 80
-tooltip_font = sans 10
 
 #---------------------------------------------
 # MOUSE ACTION ON TASK
@@ -116,11 +125,3 @@ mouse_right = close
 mouse_scroll_up = toggle
 mouse_scroll_down = iconify
 
-#---------------------------------------------
-# AUTOHIDE OPTIONS
-#---------------------------------------------
-autohide = 0
-autohide_show_timeout = 0.3
-autohide_hide_timeout = 2
-autohide_height = 4
-
This page took 0.026706 seconds and 4 git commands to generate.