Advertisement
Guest User

tint2_slate

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