Advertisement
ariyasa

tint2rc

Jan 27th, 2014
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. # Background definitions
  2. # ID 1
  3. rounded = 0
  4. border_width = 0
  5. background_color = #ffffff 5
  6. border_color = #828282 0
  7.  
  8. # ID 2 - task active
  9. rounded = 2
  10. border_width = 1
  11. background_color = #d8d8d8 20
  12. border_color = #ffe200 90
  13.  
  14. # ID 3 - task
  15. rounded = 2
  16. border_width = 1
  17. background_color = #d8d8d8 15
  18. border_color = #ffffff 90
  19.  
  20. # ID 4
  21. rounded = 1
  22. border_width = 1
  23. background_color = #888888 20
  24. border_color = #ED2323 60
  25.  
  26. # ID 5 - taskbar
  27. rounded = 0
  28. border_width = 1
  29. background_color = #000000 30
  30. border_color = #ff0000 60
  31.  
  32. # ID 6 - active taskbar
  33. rounded = 0
  34. border_width = 1
  35. background_color = #000000 30
  36. border_color = #ff0000 60
  37.  
  38. # ID 7 - tooltip
  39. rounded = 3
  40. border_width = 0
  41. background_color = #222222 90
  42. border_color = #222222 90
  43.  
  44. # ID 8
  45. rounded = 1
  46. border_width = 1
  47. background_color = #888888 20
  48. border_color = #ffffff 60
  49.  
  50. # Panel
  51. panel_monitor = all
  52. panel_position = bottom center
  53. panel_items = LTSBC
  54. panel_size = 100% 30
  55. panel_margin = 0 5
  56. panel_padding = 4 1
  57. panel_dock = 0
  58. wm_menu = 1
  59. panel_layer = top
  60. panel_background_id = 1
  61.  
  62. # Panel Autohide
  63. autohide = 0
  64. autohide_show_timeout = 0.3
  65. autohide_hide_timeout = 1.5
  66. autohide_height = 6
  67. strut_policy = follow_size
  68.  
  69. # Taskbar
  70. taskbar_mode = single_desktop
  71. taskbar_padding = 6 3 6
  72. taskbar_background_id = 5
  73. taskbar_active_background_id = 6
  74. taskbar_name = 0
  75. taskbar_name_background_id = 0
  76. taskbar_name_active_background_id = 0
  77. taskbar_name_font = Liberation Sans 9
  78. taskbar_name_font_color = #ffffff 100
  79. taskbar_name_active_font_color = #ffffff 100
  80.  
  81. # Tasks
  82. urgent_nb_of_blink = 20
  83. task_icon = 1
  84. task_text = 1
  85. task_centered = 1
  86. task_maximum_size = 185 40
  87. task_padding = 2 2
  88. task_background_id = 3
  89. task_active_background_id = 2
  90. task_urgent_background_id = 4
  91. task_iconified_background_id = 3
  92.  
  93. # Task Icons
  94. task_icon_asb = 80 0 0
  95. task_active_icon_asb = 100 0 0
  96. task_urgent_icon_asb = 100 0 0
  97. task_iconified_icon_asb = 80 0 0
  98.  
  99. # Fonts
  100. task_font = Liberation Sans 06_55 8
  101. task_font_color = #ffffff 85
  102. task_active_font_color = #ffffff 100
  103. task_urgent_font_color = #ffe200 100
  104. task_iconified_font_color = #ffffff 60
  105. font_shadow = 0
  106.  
  107.  
  108. # System Tray
  109. systray = 1
  110. systray_padding = 4 2 3
  111. systray_sort = ascending
  112. systray_background_id = 5
  113. systray_icon_size = 24
  114. systray_icon_asb = 100 0 0
  115.  
  116. # Clock
  117. time1_format = %a %b %d, %Y - %H:%M:%S
  118. time1_font = Liberation Sans 11
  119. #time2_format = %A %d %B
  120. #time2_font = Liberation Sans 6
  121. clock_font_color = #ffffff 100
  122. clock_padding = 12 4
  123. clock_background_id = 5
  124. clock_lclick_command = gsimplecal
  125. clock_rclick_command = gsimplecal
  126.  
  127. # Tooltips
  128. tooltip = 1
  129. tooltip_padding = 2 2
  130. tooltip_show_timeout = 0.0
  131. tooltip_hide_timeout = 0.0
  132. tooltip_background_id = 7
  133. tooltip_font_color = #d8d8d8 100
  134. tooltip_font = Liberation Sans normal 9.0
  135.  
  136. # Mouse
  137. mouse_middle = none
  138. mouse_right = toggle
  139. mouse_scroll_up = toggle
  140. mouse_scroll_down = iconify
  141.  
  142. # Battery
  143. battery = 1
  144. battery_low_status = 20
  145. battery_low_cmd = notify-send "battery low"
  146. battery_hide = 96
  147. bat1_font = Liberation Mono 8
  148. bat2_font = Liberation Mono 8
  149. battery_font_color = #828282 100
  150. battery_padding = 2 0
  151. battery_background_id = 0
  152.  
  153.  
  154.  
  155. # Launcher
  156. launcher_icon_theme = Faenza
  157. launcher_padding = 4 2 3
  158. launcher_background_id = 0
  159. launcher_icon_size = 40
  160. launcher_item_app = /usr/share/applications/chromium.desktop
  161. launcher_item_app = /usr/share/applications/pcmanfm.desktop
  162. launcher_item_app = /usr/share/applications/lxterminal.desktop
  163. launcher_item_app = /usr/share/applications/geany.desktop
  164. launcher_item_app = /usr/share/applications/lxtask.desktop
  165.  
  166. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement