CrunchBang Linux Pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

CrunchBang Linux Pastebin

Posted by Anonymous on Wed 9th Jan 22:18 (modification of post by idirae tint2 sno view diff)
diff | download | new post

  1. #---------------------------------------------
  2. # TINT2 CONFIG FILE
  3. #---------------------------------------------
  4. # Vertical panel
  5. # Rounded taskbars
  6. # idirae config
  7.  
  8.  
  9. # Background definitions
  10. # ID 1
  11. rounded = 0
  12. border_width = 1
  13. background_color = #808080 10
  14. border_color = #000000 10
  15.  
  16. # ID 2 - task active
  17. rounded = 0
  18. border_width = 0
  19. background_color = #feffff 0
  20. border_color = #d8d8d8 0
  21.  
  22. # ID 3 - task
  23. rounded = 0
  24. border_width = 0
  25. background_color = #F5F5DC 0
  26. border_color = #000000 0
  27.  
  28. # ID 4
  29. rounded = 0
  30. border_width = 1
  31. background_color = #888888 0
  32. border_color = #ED2323 60
  33.  
  34. # ID 5 - taskbar
  35. rounded = 0
  36. border_width = 1
  37. background_color = #feffff 40
  38. border_color = #000000 10
  39.  
  40. # ID 6 - active taskbar
  41. rounded = 0
  42. border_width = 1
  43. background_color = #feffff 50
  44. border_color = #000000 30
  45.  
  46. # ID 7 - tooltip
  47. rounded = 3
  48. border_width = 0
  49. background_color = #222222 90
  50. border_color = #222222 90
  51.  
  52. # ID 8
  53. rounded = 0
  54. border_width = 1
  55. background_color = #888888 20
  56. border_color = #888888 20
  57.  
  58. # Panel
  59. panel_monitor = all
  60. panel_position = bottom left horizontal
  61. panel_items = LTSC
  62. panel_size = 100% 32
  63. panel_margin = 0 1
  64. panel_padding = 3 3
  65. panel_dock = 0
  66. wm_menu = 1
  67. panel_layer = bottom
  68. panel_background_id = 1
  69.  
  70. # Panel Autohide
  71. autohide = 0
  72. autohide_show_timeout = 0.3
  73. autohide_hide_timeout = 1.5
  74. autohide_height = 6
  75. strut_policy = follow_size
  76.  
  77. # Taskbar
  78. taskbar_mode = multi_desktop
  79. taskbar_padding = 5 2
  80. taskbar_background_id = 5
  81. taskbar_active_background_id = 6
  82. taskbar_name = 1
  83. taskbar_name_background_id = 0
  84. taskbar_name_active_background_id = 0
  85. taskbar_name_font = Crisp 12
  86. taskbar_name_font_color = #000000 30
  87. taskbar_name_active_font_color = #000000 50
  88.  
  89. # Tasks
  90. urgent_nb_of_blink = 20
  91. task_icon = 1
  92. task_text = 0
  93. task_centered = 1
  94. task_maximum_size = 20 20
  95. task_padding = 0 0
  96. task_background_id = 3
  97. task_active_background_id = 2
  98. task_urgent_background_id = 4
  99. task_iconified_background_id = 3
  100.  
  101. # Task Icons
  102. task_icon_asb = 80 0 0
  103. task_active_icon_asb = 100 0 0
  104. task_urgent_icon_asb = 100 0 0
  105. task_iconified_icon_asb = 80 0 0
  106.  
  107. # Fonts
  108. task_font = BankGothic Md BT 10
  109. task_font_color = #696969 60
  110. task_active_font_color = #696969 100
  111. task_urgent_font_color = #696969 100
  112. task_iconified_font_color = #696969 60
  113. font_shadow = 0
  114.  
  115. # Launcher
  116. launcher_padding = 6
  117. launcher_background_id = 5
  118. launcher_icon_size = 20
  119. # Specify icon theme names with launcher_icon_theme.
  120. # if you have an XSETTINGS manager running (like xfsettingsd), tint2 will follow your current theme.
  121. launcher_icon_theme = AwOkenDark
  122. # Each launcher_item_app must be a full path to a .desktop file
  123. launcher_item_app = /usr/share/applications/terminator.desktop
  124. launcher_item_app = /usr/share/applications/exo-file-manager.desktop
  125. launcher_item_app = /usr/share/applications/iceweasel.desktop
  126. launcher_item_app = /usr/share/applications/qalculate-gtk.desktop
  127. launcher_item_app = /usr/share/applications/geany.desktop
  128. #launcher_item_app = /usr/share/applications/libreoffice-writer.desktop
  129. launcher_item_app = /usr/share/applications/gimp.desktop
  130. launcher_item_app = /usr/share/applications/inkscape.desktop
  131.  
  132. # Clock
  133. time1_format = %I:%M %p
  134. time1_font = BankGothic Md BT 9
  135. #time2_format = %A, %B %d
  136. #time2_font = Ubuntu-L 7
  137. clock_font_color = #000000 50
  138. clock_padding = 5 0
  139. clock_background_id = 5
  140. clock_lclick_command = gsimplecal
  141. #lock_rclick_command =
  142.  
  143. # System Tray
  144. systray = 1
  145. systray_padding = 2
  146. systray_sort = right2left
  147. systray_background_id = 5
  148. systray_icon_size = 20
  149. systray_icon_asb = 100 0 0
  150.  
  151. # Tooltips
  152. tooltip = 0
  153. tooltip_padding = 2 2
  154. tooltip_show_timeout = 0.0
  155. tooltip_hide_timeout = 0.0
  156. tooltip_background_id = 7
  157. tooltip_font_color = #ffffff 100
  158. tooltip_font = Roboto-Thin normal 9.0
  159.  
  160. # Mouse
  161. mouse_middle = none
  162. mouse_right = toggle
  163. mouse_scroll_up = toggle
  164. mouse_scroll_down = iconify
  165.  
  166. # Battery
  167. #battery = 0
  168. #battery_low_status = 20
  169. #battery_low_cmd = notify-send "battery low"
  170. #battery_hide = 96
  171. #bat1_font = Roboto-Thin 0
  172. #bat2_font = Roboto-Thin 0
  173. #battery_font_color = #ffffff 100
  174. #battery_padding = 0                     0
  175. #battery_background_id = 0
  176.  
  177. # End of config

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me