Advertisement
martadinata

tint2

Sep 12th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. #---------------------------------------------
  2. # TINT2 CONFIG FILE
  3. #---------------------------------------------
  4.  
  5. #---------------------------------------------
  6. # BACKGROUND AND BORDER
  7. #---------------------------------------------
  8. #launcher
  9. rounded = 3
  10. border_width = 0
  11. background_color = #EDECEB 100
  12. border_color = #ffffff 90
  13.  
  14. #task active
  15. rounded = 3
  16. border_width = 0
  17. background_color = #000000 50
  18. border_color = #ffffff 90
  19.  
  20. rounded = 3
  21. border_width = 2
  22. background_color = #ffffff 95
  23. border_color = #ffffff 100
  24.  
  25. #panel
  26. rounded = 3
  27. border_width = 0
  28. background_color = #ffffff 0
  29. border_color = #ffffff 100
  30.  
  31. #systray
  32. rounded = 3
  33. border_width = 2
  34. background_color = #ffffff 100
  35. border_color = #000000 50
  36.  
  37. #task iconified
  38. rounded = 3
  39. border_width = 0
  40. background_color = #ffffff 70
  41. border_color = #000000 100
  42. #---------------------------------------------
  43. # PANEL
  44. #---------------------------------------------
  45. panel_layer = normal
  46. panel_monitor = all
  47. #panel_position = bottom left vertical
  48. panel_position = top center horizontal
  49. panel_size = 100% 36
  50. panel_margin = 0 0
  51. panel_padding = 0 0
  52. font_shadow = 0
  53. panel_background_id = 4
  54. wm_menu = 0
  55. panel_items = TSC
  56. #panel_items = C
  57.  
  58. #---------------------------------------------
  59. # LAUNCHER
  60. #---------------------------------------------
  61.  
  62. launcher_icon_theme = Faenza
  63. launcher_padding = 3 3 3 3 3 3
  64. launcher_icon_size = 32
  65. launcher_item_app = /usr/share/applications/links.desktop
  66.  
  67. #launcher_icon_theme = Faenza
  68. launcher_padding = 3 3 3 3 3 3
  69. launcher_icon_size = 32
  70. launcher_item_app = /usr/share/applications/hotot.desktop
  71.  
  72. #launcher_icon_theme = Faenza
  73. launcher_padding = 3 3 3 3 3 3
  74. launcher_icon_size = 32
  75. launcher_item_app = /usr/share/applications/lxappearance.desktop
  76.  
  77. #---------------------------------------------
  78. # TASKBAR
  79. #---------------------------------------------
  80. #taskbar_mode = single_desktop
  81. taskbar_mode = multi_desktop
  82. taskbar_padding = 6 4 4
  83. taskbar_background_id = 0
  84. taskbar_active_background_id = 2
  85.  
  86.  
  87. #---------------------------------------------
  88. #TASKS
  89. #---------------------------------------------
  90. urgent_nb_of_blink = 100
  91. task_icon = 0
  92. task_text = 1
  93. task_centered = 1
  94. #task_maximum_size = 140 24
  95. task_maximum_size = 180 32
  96. task_padding = 5 5
  97. task_font = Cantarell 10
  98. task_font_color = 100
  99. #task_icon_asb = 100 100 100
  100. task_background_id = 0
  101. task_active_font_color = #000000 100
  102. task_urgent_font_color = #000000 100
  103. task_iconfied_font_color = #000000 90
  104. #task_active_icon_asb = 100 100 100
  105. task_active_background_id = 3
  106. task_iconfied_background_id = 6
  107. task_tooltip = 0
  108.  
  109. #---------------------------------------------
  110. # TOOLTIP
  111. #---------------------------------------------
  112. tooltip_padding = 2 2
  113. tooltip_show_timeout = .5
  114. tooltip_hide_timeout = .5
  115. tooltip_background_id = 1
  116. tooltip_font_color = #000000 100
  117. tooltip_font = snap bold 10
  118.  
  119. #---------------------------------------------
  120. # SYSTRAYBAR
  121. #---------------------------------------------
  122. systray = 1
  123. systray_padding = 4 3 2 4
  124. systray_background_id = 5
  125. systray_icon_size = 24
  126. systray_sort = right2left
  127.  
  128. #---------------------------------------------
  129. # CLOCK
  130. #---------------------------------------------
  131. time1_format =%a, %d %B %Y
  132. time2_format = %H:%M
  133. time1_font = Cantarell bold 10
  134. time2_font = Cantarell bold 10
  135. clock_font_color = #ffffff 100
  136. clock_padding = 4 0
  137. clock_background_id = 2
  138.  
  139. #---------------------------------------------
  140. # MOUSE ACTION ON TASK
  141. #---------------------------------------------
  142. mouse_middle = close
  143. mouse_right = none
  144. mouse_scroll_up = toggle
  145. mouse_scroll_down = iconify
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement