Advertisement
Guest User

tint2rc

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