Advertisement
richardgv

tint2rc

Jun 22nd, 2011
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 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 = 1
  10. border_width = 0
  11. background_color = #282828 100
  12. border_color = #000000 0
  13.  
  14. # ID 2
  15. rounded = 1
  16. border_width = 0
  17. background_color = #D9A04B 100
  18. border_color = #CCCCCC 100
  19.  
  20. # ID 3
  21. rounded = 0
  22. border_width = 1
  23. background_color = #282828 100
  24. border_color = #664C22 100
  25.  
  26. # Panel
  27. panel_monitor = all
  28. panel_position = top center horizontal
  29. panel_size = 100% 16
  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.0
  40. autohide_hide_timeout = 0.0
  41. autohide_height = 0
  42. strut_policy = follow_size
  43.  
  44. # Taskbar
  45. taskbar_mode = single_desktop
  46. taskbar_padding = 0 0 0
  47. taskbar_background_id = 0
  48. #taskbar_active_background_id = 0
  49.  
  50. # Tasks
  51. urgent_nb_of_blink = 7
  52. task_icon = 0
  53. task_text = 1
  54. task_centered = 1
  55. task_maximum_size = 200 6
  56. task_padding = 3 0
  57. task_background_id = 3
  58. task_active_background_id = 2
  59. task_urgent_background_id = 2
  60. task_iconified_background_id = 3
  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 = 100 0 0
  67.  
  68. # Fonts
  69. task_font = Terminus 9
  70. task_font_color = #CCCCCC 100
  71. task_active_font_color = #000000 100
  72. task_urgent_font_color = #000000 100
  73. task_iconified_font_color = #D9A04B 100
  74. font_shadow = 0
  75.  
  76. # System Tray
  77. systray = 1
  78. systray_padding = 0 0 3
  79. systray_sort = ascending
  80. systray_background_id = 0
  81. systray_icon_size = 14
  82. systray_icon_asb = 100 0 0
  83.  
  84. # Clock
  85. time1_format = %H:%M
  86. time1_font = Terminus 8
  87. clock_font_color = #CCCCCC 100
  88. clock_tooltip = %a %b %d
  89. clock_padding = 2 0
  90. clock_background_id = 0
  91. time1_timezone =
  92.  
  93. # Tooltips
  94. tooltip = 1
  95. tooltip_padding = 3 3
  96. tooltip_show_timeout = 0.5
  97. tooltip_hide_timeout = 1.2
  98. tooltip_background_id = 3
  99. tooltip_font = Terminus 9
  100. tooltip_font_color = #D9A04B 100
  101.  
  102. # Mouse
  103. mouse_middle = none
  104. mouse_right = close
  105. mouse_scroll_up = toggle
  106. mouse_scroll_down = iconify
  107.  
  108. # Battery
  109. battery = 0
  110. battery_low_status = 7
  111. battery_low_cmd = notify-send "battery low"
  112. battery_hide = 90
  113. bat1_font = sans 7
  114. bat2_font = sans 6
  115. battery_font_color = #FFFFFF 100
  116. battery_padding = 2 0
  117. battery_background_id = 0
  118.  
  119. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement