rhowaldt

rhowaldt_tint2rc

Sep 20th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. # Tint2 config file
  2. # Copied from thil77 config posted here: http://crunchbanglinux.org/forums/topic/3232/my-tint2-config/page/5/
  3. # For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
  4.  
  5. # Background definitions
  6. # ID 1
  7. rounded = 2
  8. border_width = 0
  9. background_color = #111111 60
  10. border_color = #000000 45
  11.  
  12. # ID 2
  13. rounded = 1
  14. border_width = 0
  15. background_color = #888888 30
  16. # (light desktop background, use: #888888 30
  17. border_color = #FFFFFF 40
  18.  
  19. # ID 3
  20. rounded = 1
  21. border_width = 0
  22. background_color = #888888 20
  23. # (light desktop background, use: #111111 30)
  24. border_color = #FFFFFF 20
  25.  
  26. # ID 4
  27. rounded = 1
  28. border_width = 1
  29. background_color = #222222 20
  30. #border_color = #000000 60
  31.  
  32. # Panel
  33. panel_monitor = all
  34. panel_position = bottom center horizontal
  35. panel_items = TC
  36. panel_size = 100% 20
  37. panel_margin = 0 0
  38. panel_padding = 4 2 4
  39. panel_dock = 0
  40. font_shadow = 0
  41. wm_menu = 1
  42. panel_layer = top
  43. panel_background_id = 1
  44.  
  45. # Panel Autohide
  46. autohide = 0
  47. autohide_show_timeout = 0.3
  48. autohide_hide_timeout = 1.5
  49. autohide_height = 6
  50. strut_policy = follow_size
  51.  
  52. # Taskbar
  53. taskbar_mode = single_desktop
  54. taskbar_padding = 0 0 4
  55. taskbar_background_id = 0
  56. taskbar_active_background_id = 0
  57. taskbar_name = 0
  58. taskbar_name_background_id = 0
  59. taskbar_name_active_background_id = 0
  60. taskbar_name_font = sans 6
  61. taskbar_name_font_color = #9F9F9F 100
  62. taskbar_name_active_font_color = #FFFFFF 100
  63.  
  64. # Tasks
  65. urgent_nb_of_blink = 20
  66. task_icon = 0
  67. task_text = 1
  68. task_centered = 0
  69. task_maximum_size = 200 0
  70. task_padding = 2 1
  71. task_background_id = 3
  72. task_active_background_id = 2
  73. task_urgent_background_id = 4
  74. task_iconified_background_id = 3
  75.  
  76. # Task Icons
  77. task_icon_asb = 90 0 0
  78. task_active_icon_asb = 100 0 0
  79. task_urgent_icon_asb = 100 0 0
  80. task_iconified_icon_asb = 90 0 0
  81.  
  82. # Fonts
  83. task_font = sans normal 7.5
  84. task_font_color = #777777 60
  85. task_active_font_color = #9F9F9F 100
  86. task_urgent_font_color = #000000 100
  87. task_iconified_font_color = #777777 60
  88. font_shadow = 0
  89.  
  90. # System Tray
  91. systray = 0
  92. systray_padding = 2 2 5
  93. systray_sort = ascending
  94. systray_background_id = 0
  95. systray_icon_size = 20
  96. systray_icon_asb = 100 0 0
  97.  
  98. # Clock
  99. time1_format = %H:%M | %d.%m.%y
  100. time1_font = Verdana 6
  101. clock_font_color = #FFFFFF 100
  102. clock_padding = 0 0
  103. clock_background_id = 0
  104. clock_lclick_command =
  105. clock_rclick_command =
  106.  
  107. # Tooltips
  108. tooltip = 1
  109. tooltip_padding = 3 2
  110. tooltip_show_timeout = 0.0
  111. tooltip_hide_timeout = 0.0
  112. tooltip_background_id = 4
  113. tooltip_font = sans normal 7.5
  114. tooltip_font_color = #9F9F9F 100
  115.  
  116. # Mouse
  117. mouse_middle = none
  118. mouse_right = close
  119. mouse_scroll_up = toggle
  120. mouse_scroll_down = iconify
  121.  
  122. # Battery
  123. battery = 0
  124. battery_low_status = 20
  125. battery_low_cmd = notify-send "battery low"
  126. battery_hide = 100
  127. bat1_font = Sans 6
  128. bat2_font = Sans 6
  129. battery_font_color = #FFFFFF 0
  130. battery_padding = 2 0
  131. battery_background_id = 0
  132.  
  133. # End of confi
Advertisement
Add Comment
Please, Sign In to add comment