Advertisement
Trizen

Untitled

May 14th, 2011
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. # Tint2 config file
  2. # Generated by tintwizard (http://code.google.com/p/tintwizard/)
  3. # For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
  4.  
  5. # To use this as default tint2 config: save as $HOME/.config/tint2/tint2rc
  6.  
  7. # Background definitions
  8. # ID 1
  9. rounded = 3
  10. border_width = 0
  11. background_color = #FFFFFF 50
  12. border_color = #FFFFFF 20
  13.  
  14. # ID 2
  15. rounded = 3
  16. border_width = 1
  17. background_color = #FFFFFF 0
  18. border_color = #FFFFFF 20
  19.  
  20. # ID 3
  21. rounded = 3
  22. border_width = 0
  23. background_color = #000000 65
  24. border_color = #000000 0
  25.  
  26. # ID 4
  27. rounded = 3
  28. border_width = 1
  29. background_color = #F87431 80
  30. border_color = #FFFFFF 20
  31.  
  32. # Launcher
  33. launcher_padding = 8 4 4
  34. launcher_background_id = 3
  35. launcher_icon_size = 24
  36. # Specify icon theme names with launcher_icon_theme.
  37. # if you have an XSETTINGS manager running (like xfsettingsd), tint2 will follow your current theme.
  38. #launcher_icon_theme = elementary-mono-dark
  39. # Each launcher_item_app must be a full path to a .desktop file
  40. launcher_item_app = /opt/google/chrome/google-chrome.desktop
  41. launcher_item_app = /usr/share/applications/pidgin.desktop
  42. launcher_item_app = /usr/share/applications/Terminal.desktop
  43. launcher_item_app = /usr/share/applications/Thunar.desktop
  44. launcher_item_app = /usr/share/applications/clementine.desktop
  45. launcher_item_app = /usr/share/applications/tvmaxe.desktop
  46.  
  47.  
  48. # Panel
  49. panel_items = LTSC
  50. panel_monitor = all
  51. panel_position = bottom center horizontal
  52. panel_size = 100% 28
  53. panel_margin = 0 0
  54. panel_padding = 4 0 4
  55. panel_dock = 0
  56. wm_menu = 0
  57. panel_layer = top
  58. panel_background_id = 0
  59.  
  60. # Panel Autohide
  61. autohide = 0
  62. autohide_show_timeout = 0.0
  63. autohide_hide_timeout = 0.0
  64. autohide_height = 0
  65. strut_policy = follow_size
  66.  
  67. # Taskbar
  68. taskbar_mode = single_desktop
  69. taskbar_padding = 3 2 3
  70. taskbar_background_id = 3
  71. #taskbar_active_background_id = 0
  72.  
  73. # Tasks
  74. urgent_nb_of_blink = 100
  75. task_icon = 1
  76. task_text = 1
  77. task_centered = 1
  78. task_maximum_size = 140 30
  79. task_padding = 2 3
  80. task_background_id = 2
  81. task_active_background_id = 1
  82. task_urgent_background_id = 4
  83. task_iconified_background_id = 2
  84.  
  85. # Task Icons
  86. task_icon_asb = 100 0 0
  87. task_active_icon_asb = 100 0 0
  88. task_urgent_icon_asb = 100 0 0
  89. task_iconified_icon_asb = 100 0 0
  90.  
  91. # Tooltips
  92. tooltip = 1
  93. tooltip_padding = 5 3
  94. tooltip_show_timeout = 0.8
  95. tooltip_hide_timeout = 0.3
  96. tooltip_background_id = 4
  97. tooltip_font = Sans 8
  98. tooltip_font_color = #FFFFFF 100
  99.  
  100.  
  101. # Fonts
  102. task_font = sans 7
  103. task_font_color = #FFFFFF 100
  104. task_active_font_color = #000000 100
  105. task_urgent_font_color = #FFFFFF 100
  106. task_iconified_font_color = #FFFFFF 100
  107. font_shadow = 0
  108.  
  109. # System Tray
  110. systray = 1
  111. systray_padding = 5 2 5
  112. systray_sort = ascending
  113. systray_background_id = 3
  114. systray_icon_size = 16
  115. systray_icon_asb = 100 -10 -5
  116.  
  117.  
  118.  
  119. # Clock
  120. time1_format = %H:%M
  121. time1_font = sans 8
  122. time2_format = %A %d %B
  123. time2_font = sans 6
  124. clock_font_color = #FFFFFF 72
  125. clock_padding = 4 4
  126. clock_background_id = 3
  127.  
  128. # Mouse
  129. mouse_middle = none
  130. mouse_right = close
  131. mouse_scroll_up = toggle
  132. mouse_scroll_down = iconify
  133.  
  134. # Battery
  135. battery = 0
  136. battery_low_status = 7
  137. battery_low_cmd = notify-send "battery low"
  138. battery_hide = 95
  139. bat1_font = sans 8
  140. bat2_font = sans 6
  141. battery_font_color = #FFFFFF 72
  142. battery_padding = 1 0
  143. battery_background_id = 1
  144.  
  145. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement