Advertisement
Guest User

tint2rc

a guest
Mar 5th, 2011
683
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 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 = #000000 0
  10. border_color = #FFFFFF 16
  11.  
  12. # ID 2
  13. rounded = 0
  14. border_width = 1
  15. background_color = #000000 80
  16. border_color = #FFFFFF 40
  17.  
  18. # ID 3
  19. rounded = 0
  20. border_width = 1
  21. background_color = #000000 60
  22. border_color = #FFFFFF 10
  23.  
  24. # ID 4
  25. rounded = 0
  26. border_width = 1
  27. background_color = #000000 90
  28. border_color = #FFFFFF 20
  29.  
  30. # Panel
  31. panel_monitor = all
  32. panel_position = bottom left horizontal
  33. panel_size = 100% 28
  34. panel_margin = 0 2
  35. panel_padding = 2 0 2
  36. panel_dock = 0
  37. wm_menu = 1
  38. panel_layer = top
  39. panel_background_id = 1
  40. panel_items = CBSLT
  41.  
  42. # Panel Autohide
  43. autohide = 0
  44. autohide_show_timeout = 0.3
  45. autohide_hide_timeout = 2
  46. autohide_height = 2
  47. strut_policy = follow_size
  48.  
  49. # Taskbar
  50. taskbar_mode = single_desktop
  51. #taskbar_mode = multi_desktop
  52. taskbar_padding = 2 1 2
  53. taskbar_background_id = 0
  54. taskbar_active_background_id = 0
  55.  
  56. # Tasks
  57. urgent_nb_of_blink = 8
  58. task_icon = 1
  59. task_text = 1
  60. task_centered = 0
  61. task_maximum_size = 140 24
  62. task_padding = 6 4
  63. task_background_id = 3
  64. task_active_background_id = 2
  65. task_urgent_background_id = 2
  66. task_iconified_background_id = 3
  67.  
  68. # Task Icons
  69. task_icon_asb = 70 0 0
  70. task_active_icon_asb = 100 0 0
  71. task_urgent_icon_asb = 100 0 0
  72. task_iconified_icon_asb = 70 0 0
  73.  
  74. # Fonts
  75. task_font = sans 8
  76. task_font_color = #FFFFFF 68
  77. task_active_font_color = #FFFFFF 83
  78. task_urgent_font_color = #FFFFFF 83
  79. task_iconified_font_color = #FFFFFF 68
  80. font_shadow = 0
  81.  
  82. # System Tray
  83. systray = 1
  84. systray_padding = 8 2 0
  85. systray_sort = ascending
  86. systray_background_id = 4
  87. systray_icon_size = 16
  88. systray_icon_asb = 100 0 0
  89.  
  90. # Clock
  91. time1_format = %H:%M
  92. time1_font = sans 8
  93. time2_format = %a %d %b
  94. time2_font = cure 6
  95. clock_font_color = #FFFFFF 74
  96. clock_padding = 5 0
  97. clock_background_id = 4
  98. clock_rclick_command = gsimplecal
  99.  
  100. # Tooltips
  101. tooltip = 0
  102. tooltip_padding = 2 2
  103. tooltip_show_timeout = 0.7
  104. tooltip_hide_timeout = 0.3
  105. tooltip_background_id = 1
  106. tooltip_font = sans 10
  107. tooltip_font_color = #000000 80
  108.  
  109. # Mouse
  110. mouse_middle = close
  111. #mouse_right = none
  112. #mouse_scroll_up = toggle
  113. mouse_scroll_up = none
  114. #mouse_scroll_down = iconify
  115. mouse_scroll_down = none
  116.  
  117. # Battery
  118. battery = 0
  119. battery_low_status = 10
  120. battery_low_cmd = notify-send "battery low"
  121. battery_hide = 97
  122. bat1_font = sans 8
  123. bat2_font = sans 6
  124. battery_font_color = #FFFFFF 74
  125. battery_padding = 4 0
  126. battery_background_id = 4
  127.  
  128. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement