Advertisement
Guest User

Untitled

a guest
Apr 7th, 2010
562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.53 KB | None | 0 0
  1. #---------------------------------------------
  2.  
  3. # TINT2 CONFIG FILE
  4.  
  5. #---------------------------------------------
  6.  
  7. #---------------------------------------------
  8.  
  9. # BACKGROUND AND BORDER
  10.  
  11. #---------------------------------------------
  12.  
  13. rounded = 0
  14.  
  15. border_width = 0
  16.  
  17. background_color = #0c0c0c 90
  18.  
  19. border_color = #fcfcfc 0
  20.  
  21. rounded = 0
  22.  
  23. border_width = 0
  24.  
  25. background_color = #0c0c0c 90
  26.  
  27. border_color = #ffffff 0
  28.  
  29. rounded = 0
  30.  
  31. border_width = 0
  32.  
  33. background_color = #0c0c0c 90
  34.  
  35. border_color = #ffffff 0
  36.  
  37. #---------------------------------------------
  38.  
  39. # PANEL
  40.  
  41. #---------------------------------------------
  42.  
  43. panel_monitor = all
  44.  
  45. panel_position = bottom center
  46.  
  47. panel_size = 100% 25
  48.  
  49. panel_margin = 0 0
  50.  
  51. panel_padding = 0 0
  52.  
  53. font_shadow = 0
  54.  
  55. panel_background_id = 0
  56.  
  57. wm_menu = 0
  58.  
  59. #---------------------------------------------
  60.  
  61. # TASKBAR
  62.  
  63. #---------------------------------------------
  64.  
  65. # taskbar_mode = multi_desktop
  66.  
  67. taskbar_mode = single_desktop
  68.  
  69. taskbar_padding = 0 0 0
  70.  
  71. taskbar_background_id = 1
  72.  
  73. #---------------------------------------------
  74.  
  75. # TASKS
  76.  
  77. #---------------------------------------------
  78.  
  79. task_icon = 1
  80.  
  81. task_text = 1
  82.  
  83. task_width = 200
  84.  
  85. task_centered = 0
  86.  
  87. task_padding = 15 4
  88.  
  89. task_font = sans 9
  90.  
  91. task_font_color = #fdfdfd 45
  92.  
  93. task_active_font_color = #ffffff 100
  94.  
  95. task_background_id = 0
  96.  
  97. task_active_background_id = 0
  98.  
  99. #---------------------------------------------
  100.  
  101. # SYSTRAYBAR
  102.  
  103. #---------------------------------------------
  104.  
  105. systray_padding = 0 0 0
  106.  
  107. systray_background_id = 3
  108.  
  109. border_width = 0
  110.  
  111. #---------------------------------------------
  112.  
  113. # CLOCK
  114.  
  115. #---------------------------------------------
  116.  
  117. time1_format = %H:%M
  118.  
  119. time1_font = sans bold 8
  120.  
  121. time2_format = %a, %d %b
  122.  
  123. time2_font = sans 7
  124.  
  125. clock_font_color = #ffffff 100
  126.  
  127. clock_padding = 5 3
  128.  
  129. clock_background_id = 2
  130.  
  131. # clock_lclick_command = xclock
  132.  
  133. # clock_rclick_command = orage
  134.  
  135. #---------------------------------------------
  136.  
  137. # BATTERY
  138.  
  139. #---------------------------------------------
  140.  
  141. battery = 1
  142.  
  143. battery_low_status = 5
  144.  
  145. battery_low_cmd = notify-send "battery low"
  146.  
  147. bat1_font = sans 8
  148.  
  149. bat2_font = sans 7
  150.  
  151. battery_font_color = #ffffff 100
  152.  
  153. battery_padding = 5 0
  154.  
  155. battery_background_id = 3
  156.  
  157. #---------------------------------------------
  158.  
  159. # MOUSE ACTION ON TASK
  160.  
  161. #---------------------------------------------
  162.  
  163. mouse_middle = none
  164.  
  165. mouse_right = none
  166.  
  167. mouse_scroll_up = toggle
  168.  
  169. mouse_scroll_down = iconify
  170.  
  171. # task_icon =1 task_text = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement