Advertisement
Guest User

Untitled

a guest
Sep 27th, 2011
2,320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. # This tint2rc requires DS-digital and sansation font.
  2. # You can download these fonts from http://dafont.com
  3.  
  4.  
  5. #---------------------------------------------
  6. # BACKGROUND AND BORDER
  7. #---------------------------------------------
  8. # ID 1
  9. rounded = 5
  10. border_width = 1
  11. background_color = #3c3c3c 0
  12. border_color = #656565 0
  13.  
  14. # ID 2
  15. rounded = 5
  16. border_width = 2
  17. background_color = #000211 45
  18. border_color = #C9D2ED 65
  19.  
  20. # ID 3
  21. rounded = 5
  22. border_width = 1
  23. background_color = #ffffff 0
  24. border_color = #bbbbbb 0
  25.  
  26. # ID 4
  27. rounded = 5
  28. border_width = 2
  29. background_color = #ffffff 60
  30. border_color = #000211 40
  31.  
  32. # ID 5
  33. rounded = 5
  34. border_width = 1
  35. background_color = #0d0d0d 80
  36. border_color = #5d5d5d 60
  37.  
  38. #panels
  39. rounded = 5
  40. border_width = 1
  41. background_color = #D6C5C5 10
  42. border_color = #979797 60
  43.  
  44. #---------------------------------------------
  45. # PANEL
  46. #---------------------------------------------
  47. panel_monitor = all
  48. panel_position = bottom center
  49. panel_size = 98% 36
  50. panel_margin = 0 5
  51. panel_padding = 3 1 3
  52. font_shadow = 0
  53. panel_background_id = 6
  54. panel_items = TSBC
  55.  
  56.  
  57.  
  58. #---------------------------------------------
  59. # TASKBAR
  60. #---------------------------------------------
  61. #taskbar_mode = multi_desktop
  62. taskbar_mode = single_desktop
  63. taskbar_padding = 2 2 4
  64. taskbar_background_id = 1
  65.  
  66. #---------------------------------------------
  67. # TASKS
  68. #---------------------------------------------
  69. task_icon = 1
  70. task_text = 1
  71. task_maximum_size = 200 0
  72. task_centered = 0
  73. task_padding = 4 0 2
  74. task_font = sans 10
  75. task_font_color = #ffffff 80
  76. task_background_id = 2
  77. task_icon_asb = 100 0 0
  78. task_urgent_background_id = 4
  79. task_active_background_id = 4
  80. task_active_font_color = #040404 100
  81. task_active_icon_asb = 100 0 0
  82.  
  83.  
  84. #---------------------------------------------
  85. # SYSTRAYBAR
  86. #---------------------------------------------
  87. systray = 1
  88. systray_padding = 2 3 2
  89. systray_background_id = 1
  90. systray_sort = left2right
  91. systray_icon_size = 0
  92. systray_icon_asb = 100 0 0
  93.  
  94. #---------------------------------------------
  95. # CLOCK
  96. #---------------------------------------------
  97. time1_format = %k:%M
  98. time1_font = ds-digital bold 16
  99. time2_format = %B %e %a
  100. time2_font = sansation bold 8
  101. clock_tooltip = %a, %d. %b %Y
  102. clock_font_color = #ffffff 100
  103. clock_padding = 8 0 0
  104. clock_background_id = 1
  105. clock_lclick_command = orage
  106. clock_rclick_command = orage
  107.  
  108. #---------------------------------------------
  109. # BATTERY
  110. #---------------------------------------------
  111. battery = 1
  112. battery_hide = 98
  113. battery_low_status = 10
  114. battery_low_cmd = notify-send "battery low"
  115. bat1_font = sans 8
  116. bat2_font = sans 6
  117. battery_font_color = #ffffff 76
  118. battery_padding = 1 0
  119. battery_background_id = 1
  120.  
  121. #---------------------------------------------
  122. # TOOLTIP
  123. #---------------------------------------------
  124. tooltip = 0
  125. tooltip_padding = 4 2 4
  126. tooltip_show_timeout = 0.7
  127. tooltip_hide_timeout = 0.3
  128. tooltip_background_id = 5
  129. tooltip_font_color = #000000 100
  130. tooltip_font = sans 10
  131.  
  132. #---------------------------------------------
  133. # MOUSE ACTION ON TASK
  134. #---------------------------------------------
  135. mouse_middle = none
  136. mouse_right = close
  137. mouse_scroll_up = toggle_iconify
  138. mouse_scroll_down = toggle_iconify
  139.  
  140. #---------------------------------------------
  141. # AUTOHIDE OPTIONS
  142. #---------------------------------------------
  143. #autohide = 0
  144. #autohide_show_timeout = 0.3
  145. #autohide_hide_timeout = 2
  146. #autohide_height = 4
  147. #strut_policy = minimum
  148.  
  149.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement