Advertisement
LeandroNKZ

Tint2rc

May 11th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.22 KB | None | 0 0
  1. # Tint2 config file
  2. # Autor: Leandro Nkz <http://www.vivaolinux.com.br/~leandro>
  3.  
  4. ##Layouts
  5.  
  6. # ID 1
  7. ##Painel principal
  8. rounded = 0
  9. border_width = 1
  10. background_color = #000000 70
  11. border_color = #FFFFFF 20
  12.  
  13. # ID 2
  14. ##Janela ativa
  15. rounded = 0
  16. border_width = 2
  17. background_color = #FFFFFF 20
  18. border_color = #FFFFFF 48
  19.  
  20. # ID 3
  21. ##Janela inativa
  22. rounded = 0
  23. border_width = 0
  24. background_color = #FFFFFF 10
  25. border_color = #FFFFFF 68
  26.  
  27. # ID 4
  28. ##Tray
  29. rounded = 0
  30. border_width = 0
  31. background_color = #FFFFFF 0
  32. border_color = #FFFFFF 16
  33.  
  34.  
  35. ##Panel
  36. #Itens:
  37. #L = Launcher - Lançadores
  38. #T = Task bar - Menu de janelas
  39. #S = System tray - Área de notificação
  40. #B = Battery - Bateria
  41. #C = Clock - Relógio
  42. panel_items = LTSBC
  43. panel_monitor = all
  44. panel_position = bottom center horizontal
  45. panel_size = 100% 30
  46. panel_margin = 0 -1
  47. panel_padding = 2 0 2
  48. panel_dock = 0
  49. wm_menu = 0
  50. panel_layer = top
  51. panel_background_id = 1
  52.  
  53.  
  54. ##Lançador de aplicativos
  55. #Configure de acordo com a sua preferência
  56. #Estou utilizando os ícones fs-icons-ubuntu-sky-mono-light-2
  57. launcher_padding = 0 3 5
  58. launcher_tooltip = 1
  59. launcher_icon_theme = fs-icons-ubuntu-sky-mono-light-2
  60. launcher_icon_size = 21
  61. launcher_item_app = /usr/share/applications/openbox_menu.desktop
  62. launcher_item_app = /usr/share/applications/firefox.desktop
  63. launcher_item_app = /usr/share/applications/thunar.desktop
  64. launcher_item_app = /usr/share/applications/lxterminal.desktop
  65. launcher_item_app = /usr/share/applications/gvim.desktop
  66.  
  67.  
  68. ##Taskbar
  69. taskbar_mode = single_desktop
  70. taskbar_padding = 2 1 2
  71. taskbar_background_id = 1
  72. taskbar_active_background_id = 0
  73.  
  74.  
  75. ##Tasks
  76. urgent_nb_of_blink = 8
  77. task_icon = 1
  78. task_text = 1
  79. task_centered = 0
  80. task_maximum_size = 150 35
  81. task_padding = 6 2
  82. task_background_id = 3
  83. task_active_background_id = 2
  84. task_urgent_background_id = 2
  85. task_iconified_background_id = 3
  86. task_tooltip = 0
  87.  
  88. ##Task Icons
  89. task_icon_asb = 70 0 0
  90. task_active_icon_asb = 100 0 0
  91. task_urgent_icon_asb = 100 0 0
  92. task_iconified_icon_asb = 70 0 0
  93.  
  94. ##Task Fonts
  95. task_font = sans 7
  96. task_font_color = #FFFFFF 68
  97. task_active_font_color = #FFFFFF 90
  98. task_urgent_font_color = #FFFFFF 83
  99. task_iconified_font_color = #FFFFFF 68
  100. font_shadow = 0
  101.  
  102.  
  103. ##System Tray
  104. systray = 1
  105. systray_padding = 4 4 4
  106. systray_sort = ascending
  107. systray_background_id = 4
  108. systray_icon_size = 21
  109. systray_icon_asb = 100 0 0
  110.  
  111.  
  112. ##Relógio
  113. ##Necessário ter o pacote "gsimplecal" instalado
  114. time1_format = %H:%M:%S
  115. time1_font = sans 8
  116. time2_format = %a, %d %B %Y
  117. time2_font = sans 6
  118. clock_font_color = #FFFFFF 74
  119. clock_padding = 1 0
  120. clock_background_id = 0
  121. clock_rclick_command = gsimplecal
  122. clock_lclick_command = gsimplecal
  123.  
  124.  
  125. ##Tooltips
  126. tooltip_padding = 2 2
  127. tooltip_show_timeout = 0.7
  128. tooltip_hide_timeout = 0.3
  129. tooltip_background_id = 1
  130. tooltip_font = sans 10
  131. tooltip_font_color = #FFFFFF 100
  132.  
  133.  
  134. ##Ações do mouse na taskbar
  135. mouse_middle = close
  136. mouse_right = none
  137. mouse_scroll_up = toggle
  138. mouse_scroll_down = iconify
  139.  
  140.  
  141. ##Bateria
  142. battery = 1
  143. battery_low_status = 40
  144. battery_low_cmd = notify-send "battery low"
  145. battery_hide = never
  146. bat1_font = sans 8
  147. bat2_font = sans 6
  148. battery_font_color = #FFFFFF 74
  149. battery_padding = 0 0
  150. battery_background_id = 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement