Advertisement
Guest User

tint2rc

a guest
Jan 1st, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 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. # Background definitions
  6. # ID 1
  7. rounded = 0
  8. border_width = 0
  9. background_color = #222222 100
  10. border_color = #656565 100
  11.  
  12. # ID 2
  13. rounded = 4
  14. border_width = 1
  15. background_color = #111111 100
  16. border_color = #FFFFFF 20
  17.  
  18. # ID 3
  19. rounded = 0
  20. border_width = 0
  21. background_color = #323232 0
  22. border_color = #333333 100
  23.  
  24. # ID 4
  25. rounded = 0
  26. border_width = 0
  27. background_color = #000000 0
  28. border_color = #FFFFFF 100
  29.  
  30.  
  31. ##Panel
  32. #Itens:
  33. #L = Launcher - Lançadores
  34. #T = Task bar - Menu de janelas
  35. #S = System tray - Área de notificação
  36. #B = Battery - Bateria
  37. #C = Clock - Relógio
  38. panel_items = LTSC
  39. panel_monitor = all
  40. panel_position = bottom center horizontal
  41. panel_size = 100% 30
  42. panel_margin = 0 -1
  43. panel_padding = 2 0 2
  44. panel_dock = 0
  45. wm_menu = 0
  46. panel_layer = top
  47. panel_background_id = 1
  48.  
  49. # Panel Autohide
  50. autohide = 0
  51. autohide_show_timeout = 0.0
  52. autohide_hide_timeout = 0.0
  53. autohide_height = 0
  54. strut_policy = follow_size
  55.  
  56. # Taskbar
  57. taskbar_mode = single_desktop
  58. taskbar_padding = 4 4 7
  59. taskbar_background_id = 0
  60. taskbar_active_background_id = 0
  61.  
  62. # Tasks
  63. urgent_nb_of_blink = 7
  64. task_icon = 0
  65. task_text = 1
  66. task_centered = 1
  67. task_maximum_size = 400 32
  68. task_padding = 7 4
  69. task_background_id = 3
  70. task_active_background_id = 2
  71. task_urgent_background_id = 0
  72. task_iconified_background_id = 4
  73.  
  74. # Task Icons
  75. task_icon_asb = 100 0 0
  76. task_active_icon_asb = 100 0 0
  77. task_urgent_icon_asb = 100 0 0
  78. task_iconified_icon_asb = 100 0 0
  79.  
  80. # Fonts
  81. task_font = Aller 7
  82. task_font_color = #FFFFFF 100
  83. task_active_font_color = #FFFFFF 100
  84. task_urgent_font_color = #FFFFFF 100
  85. task_iconified_font_color = #505050 100
  86. font_shadow = 0
  87.  
  88. # System Tray
  89. systray = 1
  90. systray_padding = 4 4 10
  91. systray_sort = ascending
  92. systray_background_id = 2
  93. systray_icon_size = 16
  94. systray_icon_asb = 100 0 0
  95.  
  96. # Clock
  97. time1_format = %H:%M
  98. time1_font = Aller Bold 10
  99. clock_font_color = #656565 100
  100. clock_padding = 17 0
  101. clock_background_id = 1
  102. clock_lclick_command = gsimplecal
  103.  
  104. # Tooltips
  105. tooltip = 0
  106. tooltip_padding = 0 0
  107. tooltip_show_timeout = 0
  108. tooltip_hide_timeout = 0
  109. tooltip_background_id = 0
  110. tooltip_font = Sans 12
  111. tooltip_font_color = #FFFFFF 100
  112.  
  113. # Mouse
  114. mouse_middle = none
  115. mouse_right = close
  116. mouse_scroll_up = toggle
  117. mouse_scroll_down = iconify
  118.  
  119. # Battery
  120. battery = 0
  121. battery_low_status = 20
  122. battery_low_cmd = notify-send "battery low"
  123. battery_hide = 90
  124. bat1_font = Sans 12
  125. bat2_font = Sans 12
  126. battery_font_color = #FFFFFF 100
  127. battery_padding = 0 0
  128. battery_background_id = 0
  129.  
  130. # Launchers
  131. launcher_padding = 0 3 5
  132. launcher_tooltip = 1
  133. launcher_icon_theme = Compass
  134. launcher_icon_size = 21
  135. launcher_item_app = /usr/share/applications/openbox_menu.desktop
  136. launcher_item_app = /usr/share/applications/firefox.desktop
  137. launcher_item_app = /usr/share/applications/steam.desktop
  138. launcher_item_app = /usr/share/applications/urxvt.desktop
  139. launcher_item_app = /usr/share/applications/pcmanfm.desktop
  140.  
  141. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement