Advertisement
Guest User

Tint2-Config

a guest
Aug 30th, 2011
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. # Tint2 config file
  2. # Generated by tintwizard (http://code.google.com/p/tintwizard/)
  3. # For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
  4.  
  5. # Background definitions
  6. # ID 1
  7. rounded = 0
  8. border_width = 1
  9. background_color = #222222 20
  10. border_color = #000000 89
  11.  
  12. # ID 2
  13. rounded = 0
  14. border_width = 1
  15. background_color = #888888 40
  16. border_color = #000000 89
  17.  
  18. # ID 3
  19. rounded = 1
  20. border_width = 1
  21. background_color = #888888 40
  22. border_color = #FFFFFF 0
  23.  
  24. # ID 4
  25. rounded = 0
  26. border_width = 1
  27. background_color = #888888 20
  28. border_color = #FFFFFF 40
  29.  
  30. # ID 5
  31. rounded = 0
  32. border_width = 1
  33. background_color = #222222 40
  34. border_color = #FFFFFF 20
  35.  
  36. # ID 6
  37. rounded = 0
  38. border_width = 1
  39. background_color = #222222 49
  40. border_color = #FFFFFF 49
  41.  
  42. # ID 7
  43. rounded = 0
  44. border_width = 1
  45. background_color = #222222 20
  46. border_color = #FFFFFF 40
  47.  
  48. # ID 8
  49. rounded = 0
  50. border_width = 1
  51. background_color = #888888 9
  52. border_color = #888888 20
  53.  
  54. # ID 9
  55. rounded = 0
  56. border_width = 0
  57. background_color = #222222 40
  58. border_color = #FFFFFF 20
  59.  
  60. # Panel
  61. panel_monitor = all
  62. panel_position = bottom center horizontal
  63. panel_size = 100% 32
  64. panel_margin = 0 0
  65. panel_padding = 6 2 4
  66. panel_dock = 0
  67. wm_menu = 1
  68. panel_layer = top
  69. panel_background_id = 1
  70.  
  71. # Panel Autohide
  72. autohide = 0
  73. autohide_show_timeout = 0.3
  74. autohide_hide_timeout = 1.5
  75. autohide_height = 6
  76. strut_policy = follow_size
  77.  
  78. # Taskbar
  79. taskbar_mode = multi_desktop
  80. taskbar_padding = 1 2 1
  81. taskbar_background_id = 0
  82. taskbar_active_background_id = 0
  83.  
  84. # Tasks
  85. urgent_nb_of_blink = 20
  86. task_icon = 1
  87. task_text = 0
  88. task_centered = 1
  89. task_maximum_size = 40 40
  90. task_padding = 6 3
  91. task_background_id = 3
  92. task_active_background_id = 2
  93. task_urgent_background_id = 4
  94. task_iconified_background_id = 0
  95.  
  96. # Task Icons
  97. task_icon_asb = 100 -100 0
  98. task_active_icon_asb = 100 -100 0
  99. task_urgent_icon_asb = 100 -100 0
  100. task_iconified_icon_asb = 100 -100 0
  101.  
  102. # Fonts
  103. task_font = Radio Space 10
  104. task_font_color = #222222 100
  105. task_active_font_color = #8F8F8F 100
  106. task_urgent_font_color = #8F8F8F 100
  107. task_iconified_font_color = #8F8F8F 100
  108. font_shadow = 0
  109.  
  110. # System Tray
  111. systray = 1
  112. systray_padding = 4 4 5
  113. systray_sort = descending
  114. systray_background_id = 0
  115. systray_icon_size = 15
  116. systray_icon_asb = 100 -100 0
  117.  
  118. # Clock
  119. time1_format = %H:%M
  120. time1_font = Radio Space Bold 10
  121. time2_format = %A, %d %b
  122. time2_font = Radio Space 9
  123. clock_font_color = #8F8F8F 80
  124. clock_tooltip = %A %d %B
  125. clock_padding = 4 2
  126. clock_background_id = 0
  127. clock_lclick_command = gcalctool
  128. clock_rclick_command = orage
  129.  
  130. # Tooltips
  131. tooltip = 1
  132. tooltip_padding = 2 2
  133. tooltip_show_timeout = 0.0
  134. tooltip_hide_timeout = 0.0
  135. tooltip_background_id = 1
  136. tooltip_font = Radio Space 10
  137. tooltip_font_color = #8F8F8F 80
  138.  
  139. # Mouse
  140. mouse_middle = none
  141. mouse_right = close
  142. mouse_scroll_up = toggle
  143. mouse_scroll_down = iconify
  144.  
  145. # Battery
  146. battery = 1
  147. battery_low_status = 20
  148. battery_low_cmd = notify-send "battery low"
  149. battery_hide = 25
  150. bat1_font = Radio Space 10
  151. bat2_font = Radio Space 8
  152. battery_font_color = #FFFFFF 100
  153. battery_padding = 2 0
  154. battery_background_id = 0
  155.  
  156. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement