Advertisement
Guest User

tint2rc

a guest
Jan 15th, 2012
583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. # Tint2 config file
  2. # Generated by tintwizard (http://code.google.com/p/tintwizard/)
  3. # For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
  4.  
  5. # To use this as default tint2 config: save as $HOME/.config/tint2/tint2rc
  6.  
  7. # Background definitions
  8. # ID 1
  9. rounded = 0
  10. border_width = 0
  11. background_color = #252525 100
  12. border_color = #FFFFFF 0
  13.  
  14. # ID 2
  15. rounded = 0
  16. border_width = 0
  17. background_color = #A20000 100
  18. border_color = #FFFFFF 0
  19.  
  20. # ID 3
  21. rounded = 0
  22. border_width = 0
  23. background_color = #FFFFFF 1
  24. border_color = #FFFFFF 9
  25.  
  26. # Panel
  27. panel_monitor = 2
  28. panel_position = center right vertical
  29. panel_size = 100% 30
  30. panel_margin = 0 0
  31. panel_padding = 0 0 3
  32. panel_dock = 0
  33. wm_menu = 1
  34. panel_layer = top
  35. panel_background_id = 1
  36.  
  37. # Panel Autohide
  38. autohide = 0
  39. autohide_show_timeout = 0.3
  40. autohide_hide_timeout = 2
  41. autohide_height = 2
  42. strut_policy = follow_size
  43.  
  44. # Taskbar
  45. taskbar_mode = single_desktop
  46. taskbar_padding = 1 1 2
  47. taskbar_background_id = 0
  48. taskbar_active_background_id = 0
  49.  
  50. # Tasks
  51. urgent_nb_of_blink = 50
  52. task_icon = 1
  53. task_text = 0
  54. task_centered = 0
  55. task_maximum_size = 28 28
  56. task_padding = 1 1
  57. task_background_id = 0
  58. task_active_background_id = 3
  59. task_urgent_background_id = 2
  60. task_iconified_background_id = 0
  61.  
  62. # Task Icons
  63. task_icon_asb = 100 0 0
  64. task_active_icon_asb = 100 0 0
  65. task_urgent_icon_asb = 100 0 0
  66. task_iconified_icon_asb = 70 0 0
  67.  
  68. # Fonts
  69. task_font = Droid Sans 9
  70. task_font_color = #FFFFFF 60
  71. task_active_font_color = #FFFFFF 80
  72. task_urgent_font_color = #FFFFFF 80
  73. task_iconified_font_color = #FFFFFF 60
  74. font_shadow = 0
  75.  
  76. # System Tray
  77. systray = 1
  78. systray_padding = 0 0 0
  79. systray_sort = ascending
  80. systray_background_id = 0
  81. systray_icon_size = 0
  82. systray_icon_asb = 100 0 0
  83.  
  84. # Clock
  85. time1_format = %H:%M
  86. time1_font = Droid Sans 8
  87. time2_format = %a %d %b
  88. time2_font = Droid Sans 7
  89. clock_font_color = #FFFFFF 100
  90. clock_padding = 0 0
  91. clock_background_id = 0
  92. clock_lclick_command = gsimplecal
  93.  
  94. # Tooltips
  95. tooltip = 1
  96. tooltip_padding = 2 2
  97. tooltip_show_timeout = 0.7
  98. tooltip_hide_timeout = 0.3
  99. tooltip_background_id = 1
  100. tooltip_font = sans 10
  101. tooltip_font_color = #FFFFFF 80
  102.  
  103. # Mouse
  104. mouse_middle = close
  105. mouse_right = none
  106. mouse_scroll_up = prev_task
  107. mouse_scroll_down = next_task
  108.  
  109. # Battery
  110. battery = 1
  111. battery_low_status = 10
  112. battery_low_cmd = notify-send "battery low"
  113. battery_hide = 0
  114. bat1_font = sans 8
  115. bat2_font = sans 6
  116. battery_font_color = #FFFFFF 60
  117. battery_padding = 1 0
  118. battery_background_id = 0
  119.  
  120. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement