Advertisement
Guest User

Untitled

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