Advertisement
SageTheWizard

My Tint2 Config

Jul 22nd, 2013
720
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.72 KB | None | 0 0
  1.  
  2.  
  3. #---------------------------------------------
  4. # TINT2 CONFIG FILE
  5. #---------------------------------------------
  6. # For more information about tint2, see:
  7. # http://code.google.com/p/tint2/wiki/Welcome
  8. #
  9. # For more config file examples, see:
  10. # http://crunchbanglinux.org/forums/topic/3232/my-tint2-config/
  11.  
  12. # Background definitions
  13. # ID 1
  14. rounded = 0
  15. border_width = 0
  16. background_color = #000000 20
  17. border_color = #828282 0
  18.  
  19. # ID 2 - task active
  20. rounded = 0
  21. border_width = 0
  22. background_color = #000000 0
  23. border_color = #000000 0
  24.  
  25. # ID 3 - task
  26. rounded = 1
  27. border_width = 0
  28. background_color = #000000 0
  29. border_color = #000000 0
  30.  
  31. # ID 4
  32. rounded = 1
  33. border_width = 1
  34. background_color = #888888 20
  35. border_color = #ED2323 60
  36.  
  37. # ID 5 - taskbar
  38. rounded = 0
  39. border_width = 1
  40. background_color = #000000 0
  41. border_color = #000000 0
  42.  
  43. # ID 6 - active taskbar
  44. rounded = 0
  45. border_width = 0
  46. background_color = #222222 100
  47. border_color = #d8d8d8 0
  48.  
  49. # ID 7 - tooltip
  50. rounded = 3
  51. border_width = 0
  52. background_color = #222222 90
  53. border_color = #222222 90
  54.  
  55. # ID 8
  56. rounded = 1
  57. border_width = 1
  58. background_color = #888888 20
  59. border_color = #888888 20
  60.  
  61. # Panel
  62. panel_monitor = all
  63. panel_position = top center horizontal
  64. panel_items = TC
  65. # If it fucks up, you removed S in T(S)C
  66. panel_size = 100% 16
  67. panel_margin = 0 0
  68. panel_padding = 0 0
  69. panel_dock = 0
  70. wm_menu = 1
  71. panel_layer = bottom
  72. panel_background_id = 1
  73.  
  74. # Panel Autohide
  75. autohide = 0
  76. autohide_show_timeout = 0.3
  77. autohide_hide_timeout = 1.5
  78. autohide_height = 6
  79. strut_policy = follow_size
  80.  
  81. # Taskbar
  82. taskbar_mode = single_desktop
  83. taskbar_padding = 0 0 0
  84. taskbar_background_id = 5
  85. taskbar_active_background_id = 6
  86. taskbar_name =
  87. taskbar_name_background_id = 0
  88. taskbar_name_active_background_id = 0
  89. taskbar_name_font = tewi 9
  90. taskbar_name_font_color = #FEA6D9 100
  91. taskbar_name_active_font_color = #FEA6D9 100
  92.  
  93. # Tasks
  94. urgent_nb_of_blink = 20
  95. task_icon = 0
  96. task_text = 1
  97. task_centered = 1
  98. task_maximum_size = 0 40
  99. task_padding = 0 0
  100. task_background_id = 3
  101. task_active_background_id = 2
  102. task_urgent_background_id = 4
  103. task_iconified_background_id = 3
  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 = tewi 7
  113. task_font_color = #D270A2 50
  114. task_active_font_color = #FEA6D9 80
  115. task_urgent_font_color = #FEA6D9 80
  116. task_iconified_font_color = #FEA6D9 50
  117. font_shadow = 0
  118.  
  119. # Launcher
  120. launcher_padding = 0 0 0
  121. launcher_background_id = 0
  122. launcher_icon_size = 24
  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 = gnome-colors-statler
  126. # Each launcher_item_app must be a full path to a .desktop file
  127. launcher_item_app = /usr/share/applications/terminator.desktop
  128. launcher_item_app = /usr/share/applications/xfce4-file-manager.desktop
  129. launcher_item_app = /usr/share/applications/gedit.desktop
  130. launcher_item_app = /usr/share/applications/iceweasel.desktop
  131.  
  132. # System Tray
  133. #systray = 0
  134. #systray_padding = 0 0 0
  135. #systray_sort = right2left
  136. #systray_background_id = 0
  137. #systray_icon_size = 0
  138. #systray_icon_asb = 100 0 0
  139.  
  140. # Clock
  141. time1_format = %H:%M
  142. time1_font = tewi 6
  143. #time2_format = %A %d %B
  144. #time2_font = Liberation Sans 6
  145. clock_font_color = #FEA6D9 50
  146. clock_padding = 0 0 0
  147. clock_background_id = 6
  148. clock_lclick_command = gsimplecal
  149. clock_rclick_command = gsimplecal
  150.  
  151. # Tooltips
  152. tooltip = 0
  153. tooltip_padding = 0 0
  154. tooltip_show_timeout = 0.0
  155. tooltip_hide_timeout = 0.0
  156. tooltip_background_id = 7
  157. tooltip_font_color = #d8d8d8 100
  158. tooltip_font = tewi 6
  159.  
  160. # Mouse
  161. mouse_middle = none
  162. mouse_right = toggle
  163. mouse_scroll_up = toggle
  164. mouse_scroll_down = iconify
  165.  
  166. # Battery
  167. battery = 0
  168. battery_low_status = 20
  169. battery_low_cmd = notify-send "battery low"
  170. battery_hide = 96
  171. bat1_font = tewi 6
  172. bat2_font = tewi 6
  173. battery_font_color = #b5b5b5 100
  174. battery_padding = 0 0
  175. battery_background_id = 0
  176.  
  177. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement