Advertisement
martadinata

tint2rc fancystuff

Dec 14th, 2013
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. #tint2rc
  2.  
  3. #---------------------------------------------
  4. # TINT2 CONFIG FILE
  5. #---------------------------------------------
  6.  
  7. #---------------------------------------------
  8. # BACKGROUND AND BORDER
  9. #---------------------------------------------
  10. #launcher
  11. rounded = 0
  12. border_width = 0
  13. background_color = #EDECEB 100
  14. border_color = #ffffff 90
  15.  
  16. #task active
  17. rounded = 0
  18. border_width = 0
  19. background_color = #202020 50
  20. border_color = #4A90D9 95
  21.  
  22. rounded = 0
  23. border_width = 0
  24. background_color = #18aa17 100
  25. border_color = #ffffff 100
  26.  
  27. #panel
  28. rounded = 0
  29. border_width = 0
  30. background_color = #202020 100
  31. border_color = #ffffff 100
  32.  
  33. #systray
  34. rounded = 0
  35. border_width = 0
  36. background_color = #202020 100
  37. border_color = #4A90D9 95
  38.  
  39. #task iconified
  40. rounded = 0
  41. border_width = 0
  42. background_color = #ffffff 70
  43. border_color = #000000 100
  44.  
  45. #clock
  46. rounded = 0
  47. border_width = 0
  48. background_color = #202020 100
  49. border_color = #4A90D9 95
  50.  
  51.  
  52. #---------------------------------------------
  53. # PANEL
  54. #---------------------------------------------
  55. panel_layer = normal
  56. panel_monitor = all
  57. #panel_position = bottom left vertical
  58. panel_position = top center horizontal
  59. panel_size = 100% 36
  60. panel_margin = 0 0
  61. panel_padding = 0 0
  62. font_shadow = 0
  63. panel_background_id = 4
  64. wm_menu = 0
  65. panel_items = LGTSBC
  66. #task_align = right
  67. #panel_items = C
  68. task_align = right
  69.  
  70. #---------------------------------------------
  71. # LAUNCHER
  72. #---------------------------------------------
  73.  
  74. # Launchers
  75. launcher_icon_theme = Faenza
  76. launcher_padding = 6 6 6
  77. launcher_background_id = 0
  78. launcher_icon_size = 32
  79. launcher_apps_dir = /home/dedy/.tint2launchers/
  80.  
  81. #---------------------------------------------
  82. # TASKBAR
  83. #---------------------------------------------
  84. #taskbar_mode = single_desktop
  85. taskbar_mode = multi_desktop
  86. taskbar_padding = 6 4 4
  87. taskbar_background_id = 0
  88. taskbar_active_background_id = 2
  89.  
  90.  
  91. #---------------------------------------------
  92. #TASKS
  93. #---------------------------------------------
  94. urgent_nb_of_blink = 100
  95. task_icon = 0
  96. task_text = 1
  97. task_centered = 1
  98. #task_maximum_size = 140 24
  99. task_maximum_size = 180 32
  100. task_padding = 5 5
  101. task_font = Verdana 10
  102. task_font_color = 100
  103. #task_icon_asb = 100 100 100
  104. task_background_id = 0
  105. task_active_font_color = #ffffff 100
  106. task_urgent_font_color = #ffffff 100
  107. task_iconfied_font_color = #000000 90
  108. #task_active_icon_asb = 100 100 100
  109. task_active_background_id = 3
  110. task_iconfied_background_id = 6
  111. task_tooltip = 0
  112.  
  113. #---------------------------------------------
  114. # TOOLTIP
  115. #---------------------------------------------
  116. tooltip_padding = 2 2
  117. tooltip_show_timeout = .5
  118. tooltip_hide_timeout = .5
  119. tooltip_background_id = 1
  120. tooltip_font_color = #000000 100
  121. tooltip_font = snap bold 10
  122.  
  123. #---------------------------------------------
  124. # SYSTRAYBAR
  125. #---------------------------------------------
  126. systray = 1
  127. systray_padding = 4 3 2 4
  128. systray_background_id = 5
  129. systray_icon_size = 24
  130. systray_sort = right2left
  131.  
  132. #---------------------------------------------
  133. # CLOCK
  134. #---------------------------------------------
  135. time1_format =%A, %d %B %Y
  136. time2_format = %H:%M
  137. time1_font = Verdana bold 10
  138. time2_font = Verdana bold 10
  139. clock_font_color = #ffffff 100
  140. clock_padding = 4 0
  141. clock_background_id = 7
  142. #clock_lclick_command =
  143. #clock_mclick_command =
  144. #clock_rclick_command =
  145.  
  146.  
  147. #---------------------------------------------
  148. # BATTERY
  149. #---------------------------------------------
  150. battery = 1
  151. battery_low_status = 7
  152. battery_low_cmd = notify-send "battery low"
  153. bat1_font = Verdana Bold 10
  154. bat2_font = Verdana Bold 10
  155. battery_font_color = #ffffff 76
  156. battery_padding = 5 5
  157. battery_background_id = 0
  158.  
  159. #---------------------------------------------
  160. # MOUSE ACTION ON TASK
  161. #---------------------------------------------
  162. mouse_middle = close
  163. mouse_right = none
  164. mouse_scroll_up = toggle
  165. mouse_scroll_down = iconify
  166.  
  167. # Graphs
  168. graphs_items = CMN
  169. graphs_use_bars = 0
  170. graphs_graph_width = 50
  171. graphs_netiface = wlp2s0
  172. graphs_color0 = #FF3333 100
  173. graphs_color1 = #FF3333 60
  174. graphs_color2 = #7777FF 100
  175. graphs_color3 = #7777FF 60
  176. graphs_color4 = #00FF00 100
  177. graphs_color5 = #00FF00 60
  178. graphs_padding = 10 2 6
  179. graphs_background_id = 2
  180. graphs_lclick_command = xterm -geometry 140x59 -e htop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement