Advertisement
Guest User

Untitled

a guest
Jun 21st, 2014
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. #---------------------------------------------
  2. # TINT2 CONFIG FILE
  3. #---------------------------------------------
  4. # For more information about tint2, see:
  5. # http://code.google.com/p/tint2/wiki/Welcome
  6. #
  7. # For more config file examples, see:
  8. # http://crunchbanglinux.org/forums/topic/3232/my-tint2-config/
  9.  
  10. # Background definitions
  11. # ID 1top
  12. rounded = 0
  13. border_width = 1
  14. background_color = #3C3B37 100
  15. border_color = #302E2E 100
  16.  
  17. # ID 2 - task active
  18. rounded = 1
  19. border_width = 1
  20. background_color = #3C3B37 100
  21. border_color = #000000 30
  22.  
  23. # ID 3 - task
  24. rounded = 1
  25. border_width = 1
  26. background_color = #45433E 80
  27. border_color = #000000 20
  28.  
  29. # ID 4
  30. rounded = 1
  31. border_width = 1
  32. background_color = #888888 20
  33. border_color = #ED2323 60
  34.  
  35. # ID 5 - taskbar
  36. rounded = 0
  37. border_width = 1
  38. background_color = #000000 0
  39. border_color = #000000 0
  40.  
  41. # ID 6 - active taskbar
  42. rounded = 0
  43. border_width = 0
  44. background_color = #d8d8d8 0
  45. border_color = #d8d8d8 0
  46.  
  47. # ID 7 - tooltip
  48. rounded = 3
  49. border_width = 0
  50. background_color = #222222 90
  51. border_color = #222222 90
  52.  
  53. # ID 8
  54. rounded = 1
  55. border_width = 1
  56. background_color = #888888 20
  57. border_color = #888888 20
  58.  
  59. # Panel
  60. panel_monitor = all
  61. panel_position = top center horizontal
  62. panel_size = 100% 35
  63. panel_margin = 0 0
  64. panel_padding = 0 1
  65. panel_dock = 0
  66. wm_menu = 1
  67. panel_layer = normal
  68. panel_background_id = 1
  69. panel_items = TSC
  70.  
  71. # Panel Autohide
  72. autohide = 0
  73. autohide_show_timeout = 0.3
  74. autohide_hide_timeout = 3.0
  75. autohide_height = 0
  76. strut_policy = none
  77.  
  78. # Taskbar
  79. taskbar_mode = single_desktop
  80. taskbar_padding = 5 0 1
  81. taskbar_background_id = 5
  82. taskbar_active_background_id = 6
  83. taskbar_name =
  84. taskbar_name_background_id = 0
  85. taskbar_name_active_background_id = 0
  86. taskbar_name_font = ubuntu 8
  87. taskbar_name_font_color = #828282 100
  88. taskbar_name_active_font_color = #828282 100
  89.  
  90. # Tasks
  91. urgent_nb_of_blink = 20
  92. task_icon = 1
  93. task_text = 1
  94. task_centered = 0
  95. task_maximum_size = 250 20
  96. task_padding = 10 2
  97. task_background_id = 3
  98. task_active_background_id = 2
  99. task_urgent_background_id = 4
  100. task_iconified_background_id = 3
  101.  
  102. # Task Icons
  103. task_icon_asb = 60 0 0
  104. task_active_icon_asb = 100 0 0
  105. task_urgent_icon_asb = 60 0 0
  106. task_iconified_icon_asb = 80 0 0
  107.  
  108. # Fonts
  109. task_font = ubuntu 8
  110. task_font_color = #E0E0E0 80
  111. task_active_font_color = #E0E0E0 100
  112. task_urgent_font_color = #828282 80
  113. task_iconified_font_color = #E0E0E0 60
  114. font_shadow = 0
  115.  
  116. # Launcher
  117. launcher_padding = 20 5 10
  118. launcher_background_id = 6
  119. launcher_icon_size = 20
  120. # Specify icon theme names with launcher_icon_theme.
  121. # if you have an XSETTINGS manager running (like xfsettingsd), tint2 will follow your current theme.
  122. launcher_icon_theme = buuf3.2
  123. # Each launcher_item_app must be a full path to a .desktop file
  124. launcher_item_app = /usr/share/applications/gedit.desktop
  125.  
  126. # System Tray
  127. systray = 1
  128. systray_padding = 15 5 1
  129. systray_sort = ascending
  130. systray_background_id = 6
  131. systray_icon_size = 16
  132. systray_icon_asb = 40 0 0
  133.  
  134. # Clock
  135. time1_format = %H:%M
  136. time1_font = ubuntu 10
  137. #time2_format = %A %d %B
  138. #time2_font = Liberation Sans 8
  139. clock_font_color = #828282 100
  140. clock_padding = 12 4
  141. clock_background_id = 6
  142. clock_lclick_command = gcal
  143. clock_rclick_command = gsimplecal
  144. clock_tooltip = %a, %d. %b %Y
  145.  
  146. # Tooltips
  147. tooltip = 1
  148. tooltip_padding = 2 2
  149. tooltip_show_timeout = 0.0
  150. tooltip_hide_timeout = 0.0
  151. tooltip_background_id = 7
  152. tooltip_font_color = #d8d8d8 100
  153. tooltip_font = ubuntu 10
  154.  
  155. # Mouse
  156. mouse_middle = close
  157. mouse_right = toggle
  158. mouse_scroll_up = toggle
  159. mouse_scroll_down = iconify
  160.  
  161. # Battery
  162. battery = 0
  163. battery_low_status = 20
  164. battery_low_cmd = notify-send "battery low"
  165. battery_hide = 96
  166. bat1_font = ubuntu 10
  167. bat2_font = ubuntu 8
  168. battery_font_color = #FFFFFF 100
  169. battery_padding = 2 0
  170. battery_background_id = 0
  171.  
  172. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement