Advertisement
okubax

tint2rc

Mar 28th, 2013
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. #---------------------------------------------
  2. # TINT2 CONFIG FILE
  3. #---------------------------------------------
  4.  
  5. #---------------------------------------------
  6. # BACKGROUND AND BORDER
  7. #---------------------------------------------
  8. rounded = 0
  9. border_width = 0
  10. background_color = #000000 100
  11. border_color = #9BBAF1 0
  12.  
  13. rounded = 0
  14. border_width = 0
  15. background_color = #000000 100
  16. border_color = #9BBAF1 0
  17.  
  18. rounded = 0
  19. border_width = 0
  20. background_color = #000000 100
  21. border_color = #9BBAF1 0
  22.  
  23. # ID 4 - taskbar
  24. rounded = 0
  25. border_width = 1
  26. background_color = #000000 0
  27. border_color = #000000 0
  28.  
  29. # ID 5 - active taskbar
  30. rounded = 0
  31. border_width = 1
  32. background_color = #d8d8d8 8
  33. border_color = #d8d8d8 0
  34.  
  35. # ID 6 - task active
  36. rounded = 1
  37. border_width = 0
  38. background_color = #d8d8d8 30
  39. border_color = #d8d8d8 30
  40.  
  41. # ID 7 - task
  42. rounded = 1
  43. border_width = 0
  44. background_color = #000000 0
  45. border_color = #000000 0
  46.  
  47. #---------------------------------------------
  48. # PANEL
  49. #---------------------------------------------
  50. panel_monitor = all
  51. panel_position = bottom center
  52. #panel_size = 100% 22
  53. #panel_margin = 0 0
  54. #panel_padding = 7 0
  55. #font_shadow = 0
  56. #panel_background_id = 1
  57. #wm_menu = 1
  58. panel_items = TSC
  59. panel_size = 100% 24
  60. panel_margin = 0 -1
  61. panel_padding = 0 0
  62. panel_dock = 0
  63. wm_menu = 1
  64. panel_layer = bottom
  65. panel_background_id = 1
  66.  
  67. # Taskbar
  68. taskbar_mode = multi_desktop
  69. taskbar_padding = 6 0 6
  70. taskbar_background_id = 4
  71. taskbar_active_background_id = 5
  72. taskbar_name = 1
  73. taskbar_name_background_id = 0
  74. taskbar_name_active_background_id = 0
  75. taskbar_name_font = Liberation Sans 8
  76. taskbar_name_font_color = #828282 100
  77. taskbar_name_active_font_color = #828282 100
  78.  
  79. # Tasks
  80. urgent_nb_of_blink = 20
  81. task_icon = 1
  82. task_text = 0
  83. task_centered = 1
  84. task_maximum_size = 40 40
  85. task_padding = 2 2
  86. task_font = Liberation Sans 06_55 6
  87. task_font_color = #9BBAF1 100
  88. task_active_font_color = #9BBAF1 100
  89. task_background_id = 7
  90. task_active_background_id = 6
  91.  
  92. #---------------------------------------------
  93. # SYSTRAYBAR
  94. #---------------------------------------------
  95. #systray = 1
  96. systray_padding = 0 2 8
  97. #systray_background_id = 0
  98. #systray_sort = ascending
  99. #systray_icon_asb = 70 0 0
  100. systray = 1
  101. #systray_padding = 4 2 3
  102. systray_sort = ascending
  103. systray_background_id = 0
  104. systray_icon_size = 16
  105. systray_icon_asb = 70 0 0
  106.  
  107. #---------------------------------------------
  108. # CLOCK
  109. #---------------------------------------------
  110. #time1_format = %H:%M
  111. #time1_font = sans 7
  112. #time2_format = %A %d %B
  113. #time2_font = sans 7
  114. #clock_font_color = #9BBAF1 100
  115. #clock_padding = 1 0
  116. #clock_background_id = 0
  117. #clock_lclick_command = orage
  118. #clock_rclick_command = orage
  119. #clock_tooltip = %A, %d/%m/%y
  120.  
  121. #---------------------------------------------
  122. # BATTERY
  123. #---------------------------------------------
  124. battery = 0
  125. battery_low_status = 6
  126. battery_low_cmd = notify-send "battery low"
  127. bat1_font = Liberation Mono 8
  128. bat2_font = Liberation Mono 8
  129. battery_font_color = #9BBAF1 100
  130. battery_padding = 1 0
  131. battery_background_id = 0
  132.  
  133. #---------------------------------------------
  134. # TOOLTIP
  135. #---------------------------------------------
  136. tooltip = 1
  137. tooltip_padding = 2 2
  138. tooltip_show_timeout = 0.5
  139. tooltip_hide_timeout = 0.3
  140. tooltip_background_id = 1
  141. tooltip_font_color = #9BBAF1 100
  142. tooltip_font = Liberation Sans normal 8.0
  143.  
  144. #---------------------------------------------
  145. # MOUSE ACTION ON TASK
  146. #---------------------------------------------
  147. mouse_middle = none
  148. mouse_right = close
  149. mouse_scroll_up = toggle
  150. mouse_scroll_down = iconify
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement