]> Dogcows Code - chaz/tint2/blobdiff - sample/icon_and_text_1.tint2rc
added some config sample (thanks to users)
[chaz/tint2] / sample / icon_and_text_1.tint2rc
similarity index 66%
rename from sample/horizontal_icon_only.tint2rc
rename to sample/icon_and_text_1.tint2rc
index 69ef1f5eca7b551f64513eb2e1129d6858c8bec7..4d87eeb22247a3d1ab0cbc4bfdc99cc8060105cd 100644 (file)
@@ -5,90 +5,85 @@
 #---------------------------------------------
 # 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 = 7
+border_width = 2
+background_color = #000000 60
+border_color = #ffffff 18
 
-rounded = 1
+rounded = 5
 border_width = 0
-background_color = #000000 70
-border_color = #ffffff 20
+background_color = #ffffff 40
+border_color = #ffffff 50
 
-# tooltip
-rounded = 0
+rounded = 5
 border_width = 0
-background_color = #bbbbbb
-border_color = #bbbbbb 30
+background_color = #ffffff 18
+border_color = #ffffff 70
 
 #---------------------------------------------
 # PANEL
 #---------------------------------------------
 panel_monitor = all
-#panel_position = center left vertical
 panel_position = bottom center horizontal
-panel_size = 100% 32
+panel_size = 94% 30
 panel_margin = 0 0
-panel_padding = 5 2 0
+panel_padding = 7 0 7
 font_shadow = 0
 panel_background_id = 1
-wm_menu = 1
+wm_menu = 0
 panel_dock = 0
-panel_layer = bottom
-strut_policy = minimum
+panel_layer = top
+strut_policy = follow_size
 
 #---------------------------------------------
 # TASKBAR
 #---------------------------------------------
-taskbar_mode = multi_desktop
-#taskbar_mode = single_desktop
-taskbar_padding = 1 1 0
+taskbar_mode = single_desktop
+taskbar_padding = 2 3 2
 taskbar_background_id = 0
-taskbar_active_background_id = 2
+taskbar_active_background_id = 0
 
 #---------------------------------------------
-# TASK
+# TASKS
 #---------------------------------------------
 task_icon = 1
-task_text = 0
-task_maximum_size = 50 35
+task_text = 1
+task_maximum_size = 140 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
+task_padding = 6 2
+task_font = sans 7
+
+# Task inactive
+task_font_color = #ffffff 70
+task_icon_asb = 70 0 0
+task_background_id = 3
+
+# Task active
+task_active_font_color = #ffffff 85
+task_active_icon_asb = 100 0 0
+task_active_background_id = 2
+
+# Task urgent
+task_urgent_font_color = #ffffff 85
+task_urgent_icon_asb = 100 0 0
+task_urgent_background_id = 2
+urgent_nb_of_blink = 8
+
+# Task iconified
+task_iconified_font_color = #ffffff 70
+task_iconified_icon_asb = 70 0 0
+task_iconified_background_id = 3
+
 
 #---------------------------------------------
 # SYSTRAYBAR
 #---------------------------------------------
 systray = 1
-systray_padding = 8 6 5
+systray_padding = 0 4 5
 systray_background_id = 0
-systray_sort = left2right
-systray_icon_size = 0
-
-#---------------------------------------------
-# BATTERY
-#---------------------------------------------
-battery = 1
-battery_hide = 98
-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
+systray_sort = ascending
+systray_icon_size = 16
+systray_icon_asb = 70 0 0
 
 #---------------------------------------------
 # CLOCK
@@ -98,7 +93,7 @@ time1_font = sans 8
 time2_format = %A %d %B
 time2_font = sans 6
 clock_font_color = #ffffff 76
-clock_padding = 2 0
+clock_padding = 1 0
 clock_background_id = 0
 #clock_lclick_command = xclock
 clock_rclick_command = orage
@@ -107,10 +102,23 @@ clock_rclick_command = orage
 #time2_timezone = :Europe/Berlin
 #clock_tooltip_timezone = :/usr/share/zoneinfo/Europe/Paris
 
+#---------------------------------------------
+# BATTERY
+#---------------------------------------------
+battery = 0
+battery_hide = 98
+battery_low_status = 10
+battery_low_cmd = notify-send "battery low"
+bat1_font = sans 8
+bat2_font = sans 6
+battery_font_color = #ffffff 76
+battery_padding = 1 0
+battery_background_id = 0
+
 #---------------------------------------------
 # TOOLTIP
 #---------------------------------------------
-tooltip = 1
+tooltip = 0
 tooltip_padding = 2 2
 tooltip_show_timeout = 0.7
 tooltip_hide_timeout = 0.3
@@ -132,5 +140,5 @@ mouse_scroll_down = iconify
 autohide = 0
 autohide_show_timeout = 0.3
 autohide_hide_timeout = 2
-autohide_height = 4
+autohide_height = 2
 
This page took 0.029141 seconds and 4 git commands to generate.