Advertisement
grvrulz

tint2 theme

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