Advertisement
Guest User

tint2rc

a guest
Feb 6th, 2016
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. # Backgrounds
  2. # Background 1: Default task, Iconified task, Tooltip
  3. rounded = 0
  4. border_width = 3
  5. background_color = #e4e4e4 88
  6. border_color = #737373 86
  7. background_color_hover = #ffffff 0
  8. border_color_hover = #ffffff 60
  9. background_color_pressed = #ffffff 0
  10. border_color_pressed = #ffffff 60
  11.  
  12. # Background 2: Active desktop name, Active task, Clock, Inactive desktop name, Launcher, Systray, Urgent task
  13. rounded = 0
  14. border_width = 3
  15. background_color = #e4e4e4 98
  16. border_color = #3a3a3a 86
  17. background_color_hover = #333333 40
  18. border_color_hover = #ffffff 40
  19. background_color_pressed = #333333 40
  20. border_color_pressed = #ffffff 40
  21.  
  22. # Background 3: Panel
  23. rounded = 0
  24. border_width = 0
  25. background_color = #eeeeec 0
  26. border_color = #ffffff 100
  27. background_color_hover = #ffffff 0
  28. border_color_hover = #ffffff 100
  29. background_color_pressed = #ffffff 0
  30. border_color_pressed = #ffffff 100
  31.  
  32. #-------------------------------------
  33. # Panel
  34. panel_items = TSCL
  35. panel_size = 100% 40
  36. panel_margin = 24 4
  37. panel_padding = 3 3 15
  38. panel_background_id = 3
  39. wm_menu = 1
  40. panel_dock = 0
  41. panel_position = bottom center horizontal
  42. panel_layer = bottom
  43. panel_monitor = all
  44. autohide = 0
  45. autohide_show_timeout = 0.2
  46. autohide_hide_timeout = 1.6
  47. autohide_height = 1
  48. strut_policy = follow_size
  49. panel_window_name = tint2
  50. disable_transparency = 1
  51. mouse_effects = 0
  52. font_shadow = 0
  53. mouse_hover_icon_asb = 100 -1 9
  54. mouse_pressed_icon_asb = 100 0 0
  55.  
  56. #-------------------------------------
  57. # Taskbar
  58. taskbar_mode = single_desktop
  59. taskbar_padding = 0 0 15
  60. taskbar_background_id = 0
  61. taskbar_active_background_id = 0
  62. taskbar_name = 1
  63. taskbar_hide_inactive_tasks = 0
  64. taskbar_hide_different_monitor = 0
  65. taskbar_name_padding = 10 15
  66. taskbar_name_background_id = 2
  67. taskbar_name_active_background_id = 2
  68. taskbar_name_font = PT Sans Bold 13
  69. taskbar_name_font_color = #000000 100
  70. taskbar_name_active_font_color = #444444 95
  71. taskbar_distribute_size = 0
  72. taskbar_sort_order = none
  73. task_align = left
  74.  
  75. #-------------------------------------
  76. # Task
  77. task_text = 1
  78. task_icon = 0
  79. task_centered = 1
  80. urgent_nb_of_blink = 7
  81. task_maximum_size = 1920 30
  82. task_padding = 5 5 5
  83. task_font = PT Sans Bold 13
  84. task_tooltip = 0
  85. task_font_color = #151515 60
  86. task_normal_font_color = #adadad 100
  87. task_active_font_color = #373737 94
  88. task_icon_asb = 50 0 0
  89. task_active_icon_asb = 100 0 0
  90. task_urgent_icon_asb = 100 0 0
  91. task_iconified_icon_asb = 50 0 0
  92. task_background_id = 1
  93. task_active_background_id = 2
  94. task_urgent_background_id = 2
  95. task_iconified_background_id = 1
  96. mouse_left = toggle_iconify
  97. mouse_middle = none
  98. mouse_right = none
  99. mouse_scroll_up = none
  100. mouse_scroll_down = none
  101.  
  102. #-------------------------------------
  103. # System tray (notification area)
  104. systray_padding = 5 2 5
  105. systray_background_id = 2
  106. systray_sort = ascending
  107. systray_icon_size = 23
  108. systray_icon_asb = 100 0 -10
  109. systray_monitor = 1
  110.  
  111. #-------------------------------------
  112. # Launcher
  113. launcher_padding = 3 0 0
  114. launcher_background_id = 2
  115. launcher_icon_background_id = 0
  116. launcher_icon_size = 24
  117. launcher_icon_asb = 100 0 0
  118. launcher_icon_theme = Vertex-Icons
  119. launcher_icon_theme_override = 1
  120. startup_notifications = 0
  121. launcher_tooltip = 0
  122. launcher_item_app = /usr/share/applications/xfce4-session-logout.desktop
  123.  
  124. #-------------------------------------
  125. # Clock
  126. time1_format = %H:%M:%S
  127. time2_format =
  128. time1_font = PT Sans Bold 13
  129. time1_timezone =
  130. time2_timezone =
  131. time2_font = Sans 12
  132. clock_font_color = #000000 60
  133. clock_padding = 5 5
  134. clock_background_id = 2
  135. clock_tooltip =
  136. clock_tooltip_timezone =
  137. clock_lclick_command =
  138. clock_rclick_command =
  139. clock_mclick_command =
  140. clock_uwheel_command =
  141. clock_dwheel_command =
  142.  
  143. #-------------------------------------
  144. # Battery
  145. battery_tooltip = 1
  146. battery_low_status = 7
  147. battery_low_cmd = notify-send "battery low"
  148. bat1_font = sans 8
  149. bat2_font = sans 6
  150. battery_font_color = #151515 60
  151. battery_padding = 1 0
  152. battery_background_id = 0
  153. battery_hide = 90
  154. battery_lclick_command =
  155. battery_rclick_command =
  156. battery_mclick_command =
  157. battery_uwheel_command =
  158. battery_dwheel_command =
  159. ac_connected_cmd =
  160. ac_disconnected_cmd =
  161.  
  162. #-------------------------------------
  163. # Tooltip
  164. tooltip_show_timeout = 1.5
  165. tooltip_hide_timeout = 0.3
  166. tooltip_padding = 3 3
  167. tooltip_background_id = 1
  168. tooltip_font_color = #434141 100
  169. tooltip_font = AvantGardeLTMedium 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement