Advertisement
gabeotisbenson

my tint2 config (1920x1080)

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