Advertisement
Guest User

Untitled

a guest
Aug 9th, 2010
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #---------------------------------------------
  2. # TINT2 CONFIG FILE
  3. #---------------------------------------------
  4.  
  5. #---------------------------------------------
  6. # BACKGROUND AND BORDER
  7. #---------------------------------------------
  8. rounded = 7
  9. border_width = 2
  10. background_color = #000000 60
  11. border_color = #ffffff 18
  12.  
  13. rounded = 5
  14. border_width = 0
  15. background_color = #ffffff 40
  16. border_color = #ffffff 50
  17.  
  18. rounded = 5
  19. border_width = 0
  20. background_color = #ffffff 18
  21. border_color = #ffffff 70
  22.  
  23. #---------------------------------------------
  24. # PANEL
  25. #---------------------------------------------
  26. panel_monitor = all
  27. panel_position = bottom right vertical
  28. panel_size = 89% 48
  29. panel_margin = 0 0
  30. panel_padding = 7 0
  31. font_shadow = 0
  32. panel_background_id = 1
  33. wm_menu = 3
  34. panel_dock = 1
  35. panel_layer = bottom
  36.  
  37. #---------------------------------------------
  38. # TASKBAR
  39. #---------------------------------------------
  40. #taskbar_mode = multi_desktop
  41. taskbar_mode = multi_desktop
  42. taskbar_padding = 2 3  2
  43. taskbar_background_id = 0
  44. #taskbar_active_background_id = 0
  45.  
  46. #---------------------------------------------
  47. # TASKS
  48. #---------------------------------------------
  49. task_icon = 1
  50. task_text = 0
  51. task_maximum_size = 140 35
  52. task_centered = 1
  53. task_padding = 6 3
  54. task_font = sans 7
  55. task_font_color = #ffffff 70
  56. task_background_id = 3
  57. task_icon_asb = 100 0 0
  58. # replace STATUS by 'urgent', 'active' or 'iconfied'
  59. #task_STATUS_background_id = 2
  60. #task_STATUS_font_color = #ffffff 85
  61. #task_STATUS_icon_asb = 100 0 0
  62. # example:
  63. task_active_background_id = 2
  64. task_active_font_color = #ffffff 85
  65. task_active_icon_asb = 100 0 0
  66. urgent_nb_of_blink = 8
  67.  
  68. #---------------------------------------------
  69. # SYSTRAYBAR
  70. #---------------------------------------------
  71. systray = 1
  72. systray_padding = 0 4 5
  73. systray_background_id = 0
  74. systray_sort = left2right
  75. systray_icon_size = 0
  76. systray_icon_asb = 100 0 0
  77.  
  78. #---------------------------------------------
  79. # CLOCK
  80. #---------------------------------------------
  81. time1_format = %H:%M
  82. time1_font = sans 8
  83. time2_format = %A %d %B
  84. time2_font = sans 6
  85. clock_font_color = #ffffff 76
  86. clock_padding = 1 0
  87. clock_background_id = 0
  88. #clock_lclick_command = xclock
  89. clock_rclick_command = orage
  90. #clock_tooltip = %A %d %B
  91. #time1_timezone = :US/Hawaii
  92. #time2_timezone = :Europe/Berlin
  93. #clock_tooltip_timezone = :/usr/share/zoneinfo/Europe/Paris
  94.  
  95. #---------------------------------------------
  96. # BATTERY
  97. #---------------------------------------------
  98. battery = 0
  99. battery_hide = 98
  100. battery_low_status = 10
  101. battery_low_cmd = notify-send "battery low"
  102. bat1_font = sans 8
  103. bat2_font = sans 6
  104. battery_font_color = #ffffff 76
  105. battery_padding = 1 0
  106. battery_background_id = 0
  107.  
  108. #---------------------------------------------
  109. # TOOLTIP
  110. #---------------------------------------------
  111. tooltip = 1
  112. tooltip_padding = 2 2
  113. tooltip_show_timeout = 0.7
  114. tooltip_hide_timeout = 0.3
  115. tooltip_background_id = 1
  116. tooltip_font_color = #OOOOOO 80
  117. tooltip_font = sans 10
  118.  
  119. #---------------------------------------------
  120. # MOUSE ACTION ON TASK
  121. #---------------------------------------------
  122. mouse_middle = close
  123. mouse_right = none
  124. mouse_scroll_up = toggle
  125. mouse_scroll_down = iconify
  126.  
  127. #---------------------------------------------
  128. # AUTOHIDE OPTIONS
  129. #---------------------------------------------
  130. autohide = 0
  131. autohide_show_timeout = 0.3
  132. autohide_hide_timeout = 2
  133. autohide_height = 4
  134. strut_policy = minimum
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement