Advertisement
okubax

tint2

Apr 22nd, 2013
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. # My_Tint2_config
  2.  
  3. rounded = 0
  4. border_width = 0
  5. background_color = #000000 100
  6. border_color = #9BBAF1 0
  7.  
  8. rounded = 0
  9. border_width = 0
  10. background_color = #000000 100
  11. border_color = #9BBAF1 0
  12.  
  13. rounded = 0
  14. border_width = 0
  15. background_color = #000000 100
  16. border_color = #9BBAF1 0
  17.  
  18. # ID 4 - taskbar
  19. rounded = 0
  20. border_width = 1
  21. background_color = #000000 0
  22. border_color = #000000 0
  23.  
  24. # ID 5 - active taskbar
  25. rounded = 0
  26. border_width = 1
  27. background_color = #d8d8d8 8
  28. border_color = #d8d8d8 0
  29.  
  30. # ID 6 - task active
  31. rounded = 1
  32. border_width = 0
  33. background_color = #d8d8d8 30
  34. border_color = #d8d8d8 30
  35.  
  36. # ID 7 - task
  37. rounded = 1
  38. border_width = 0
  39. background_color = #000000 0
  40. border_color = #000000 0
  41.  
  42.  
  43. # Panel
  44. panel_monitor = all
  45. panel_position = top center horizontal
  46. panel_items = TSC
  47. panel_size = 100% 20
  48. panel_margin = 0 0
  49. panel_padding = 0 0 0
  50. panel_dock = 0
  51. wm_menu = 1
  52. panel_layer = bottom
  53. panel_background_id = 1
  54.  
  55.  
  56. # Taskbar
  57. taskbar_mode = multi_desktop
  58. taskbar_padding = 6 0 6
  59. taskbar_background_id = 4
  60. taskbar_active_background_id = 5
  61. taskbar_name = 1
  62. taskbar_name_background_id = 0
  63. taskbar_name_active_background_id = 0
  64. taskbar_name_font = sans 8
  65. taskbar_name_font_color = #828282 100
  66. taskbar_name_active_font_color = #828282 100
  67.  
  68.  
  69. # Tasks
  70. urgent_nb_of_blink = 7
  71. task_icon = 0
  72. task_text = 1
  73. task_centered = 1
  74. task_maximum_size = 120 0
  75. task_padding = 10 3
  76. task_background_id = 0
  77. task_active_background_id = 2
  78. task_urgent_background_id = 0
  79. task_iconified_background_id = 0
  80.  
  81.  
  82. # Task Icons
  83. task_icon_asb = 100 0 0
  84. task_active_icon_asb = 100 0 0
  85. task_urgent_icon_asb = 50 0 0
  86. task_iconified_icon_asb = 100 0 0
  87.  
  88.  
  89. # Fonts
  90. task_font = sans 7
  91. task_font_color = #989898 100
  92. task_active_font_color = #ffffff 100
  93. task_urgent_font_color = #666666 100
  94. task_iconified_font_color = #666666 100
  95. font_shadow = 0
  96.  
  97.  
  98. # System Tray
  99. systray = 1
  100. systray_padding = 4 2 3
  101. systray_sort = ascending
  102. systray_background_id = 3
  103. systray_icon_size = 19
  104. systray_icon_asb = 100 0 0
  105.  
  106.  
  107. # Clock
  108. time1_format = %H • %M
  109. #time1_timezone = Europe/Berlin
  110. time1_font = sans 7
  111. #time2_format = %a %d %B
  112. #time2_font = terminus 8
  113. clock_font_color = #ffffff 60
  114. clock_padding = 8 0
  115. clock_background_id = 0
  116. clock_lclick_command = gsimplecal
  117.  
  118.  
  119. # Mouse
  120. mouse_middle = none
  121. mouse_right = close
  122. mouse_scroll_up = toggle
  123. mouse_scroll_down = iconify
  124.  
  125. #End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement