Advertisement
Guest User

Tint2 Config

a guest
Jan 27th, 2012
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 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 = 5
  8. border_width = 2
  9. background_color = #000000 67
  10. border_color = #FFFFFF 44
  11.  
  12. # ID 2
  13. rounded = 3
  14. border_width = 0
  15. background_color = #FFFFFF 40
  16. border_color = #FFFFFF 40
  17.  
  18. # ID 3
  19. rounded = 3
  20. border_width = 2
  21. background_color = #000000 81
  22. border_color = #FFFFFF 60
  23.  
  24. # Panel
  25. panel_monitor = all
  26. panel_position = bottom center horizontal
  27. panel_size = 55% 55
  28. panel_margin = 0 0
  29. panel_padding = 7 0 7
  30. panel_dock = 0
  31. wm_menu = 1
  32. panel_layer = top
  33. panel_background_id = 1
  34.  
  35. # Panel Autohide
  36. autohide = 1
  37. autohide_show_timeout = 0.1
  38. autohide_hide_timeout = 0.1
  39. autohide_height = 0
  40. strut_policy = minimum
  41.  
  42. # Taskbar
  43. taskbar_mode = single_desktop
  44. taskbar_padding = 2 3 2
  45. taskbar_background_id = 1
  46. taskbar_active_background_id = 0
  47.  
  48. # Tasks
  49. urgent_nb_of_blink = 8
  50. task_icon = 1
  51. task_text = 0
  52. task_centered = 1
  53. task_maximum_size = 45 55
  54. task_padding = 1 1
  55. task_background_id = 2
  56. task_active_background_id = 3
  57. task_urgent_background_id = 0
  58. task_iconified_background_id = 0
  59.  
  60. # Task Icons
  61. task_icon_asb = 100 0 0
  62. task_active_icon_asb = 100 0 0
  63. task_urgent_icon_asb = 100 0 0
  64. task_iconified_icon_asb = 85 0 0
  65.  
  66. # Fonts
  67. task_font = Droid Sans 6
  68. task_font_color = #FFFFFF 60
  69. task_active_font_color = #FFFFFF 80
  70. task_urgent_font_color = #FFFFFF 80
  71. task_iconified_font_color = #FFFFFF 60
  72. font_shadow = 1
  73.  
  74. # System Tray
  75. systray = 1
  76. systray_padding = 0 5 0
  77. systray_sort = right2left
  78. systray_background_id = 0
  79. systray_icon_size = 32
  80. systray_icon_asb = 85 0 0
  81.  
  82. # Tooltips
  83. tooltip = 1
  84. tooltip_padding = 2.5 2.5
  85. tooltip_show_timeout = 0
  86. tooltip_hide_timeout = 0
  87. tooltip_background_id = 1
  88. tooltip_font = Droid Sans Bold 11
  89. tooltip_font_color = #FFFFFF 60
  90.  
  91. # Mouse
  92. mouse_middle = none
  93. mouse_right = maximize_restore
  94. mouse_scroll_up = next_task
  95. mouse_scroll_down = prev_task
  96.  
  97. # Battery
  98. battery = 0
  99. battery_low_status = 10
  100. battery_low_cmd = notify-send "battery low"
  101. battery_hide = 0
  102. bat1_font = Droid Sans Bold 12
  103. bat2_font = Droid Sans 8
  104. battery_font_color = #FFFFFF 80
  105. battery_padding = 1 0
  106. battery_background_id = 0
  107.  
  108. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement