Advertisement
Guest User

tint2rc

a guest
Dec 13th, 2014
573
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 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. # Background definitions
  6. # ID 1
  7. rounded = 5
  8. border_width = 1
  9. background_color = #000000 55
  10. border_color = #FFFFFF 16
  11.  
  12. # ID 2
  13. rounded = 5
  14. border_width = 0
  15. background_color = #FFFFFF 40
  16. border_color = #FFFFFF 48
  17.  
  18. # ID 3
  19. rounded = 5
  20. border_width = 0
  21. background_color = #FFFFFF 16
  22. border_color = #FFFFFF 68
  23.  
  24. # ID 4
  25. rounded = 0
  26. border_width = 0
  27. background_color = #161616 100
  28. border_color = #FFFFFF 48
  29.  
  30. # Panel
  31. panel_monitor = all
  32. panel_position = center left vertical
  33. panel_size = 85% 55
  34. panel_margin = 0 0
  35. panel_padding = 5 0 5
  36. panel_dock = 0
  37. wm_menu = 1
  38. panel_layer = top
  39. panel_background_id = 1
  40.  
  41. # Panel Autohide
  42. autohide = 1
  43. autohide_show_timeout = 0.2
  44. autohide_hide_timeout = 0.3
  45. autohide_height = 0
  46. strut_policy = follow_size
  47.  
  48. # Taskbar
  49. taskbar_mode = single_desktop
  50. taskbar_padding = 2 3 2
  51. taskbar_background_id = 0
  52. taskbar_active_background_id = 0
  53.  
  54. # Tasks
  55. urgent_nb_of_blink = 5
  56. task_icon = 1
  57. task_text = 0
  58. task_centered = 1
  59. task_maximum_size = 140 40
  60. task_padding = 0 2
  61. #task_background_id = 3
  62. #task_active_background_id = 2
  63. #task_urgent_background_id = 2
  64. #task_iconified_background_id = 3
  65. task_tooltip = 1
  66.  
  67. # Task Icons
  68. task_icon_asb = 100 0 0
  69. task_active_icon_asb = 100 0 0
  70. task_urgent_icon_asb = 100 0 0
  71. task_iconified_icon_asb = 60 0 0
  72.  
  73. # Fonts
  74. task_font = sans 8
  75. task_font_color = #FFFFFF 100
  76. task_active_font_color = #FFFFFF 100
  77. task_urgent_font_color = #FFFFFF 100
  78. task_iconified_font_color = #FFFFFF 60
  79. font_shadow = 0
  80.  
  81. # System Tray
  82. systray = 0
  83. systray_padding = 0 7 7
  84. systray_sort = ascending
  85. systray_background_id = 0
  86. systray_icon_size = 16
  87. systray_icon_asb = 100 0 0
  88.  
  89. # Clock
  90. #time1_format = %H:%M
  91. #time1_font = sans 8
  92. #time2_format = %A %d %B
  93. #time2_font = sans 6
  94. #clock_font_color = #FFFFFF 74
  95. #clock_padding = 1 0
  96. #clock_background_id = 0
  97. #clock_rclick_command = orage
  98.  
  99. # Tooltips
  100. tooltip_padding = 2 2
  101. tooltip_show_timeout = 0.2
  102. tooltip_hide_timeout = 0
  103. tooltip_background_id = 4
  104. tooltip_font = sans 8
  105. tooltip_font_color = #ffffff 100
  106.  
  107. # Mouse
  108. #mouse_middle = close
  109. mouse_right = iconify
  110. #mouse_scroll_up = toggle
  111. #mouse_scroll_down = iconify
  112.  
  113. # Battery
  114. #battery = 0
  115. #battery_low_status = 10
  116. #battery_low_cmd = notify-send "battery low"
  117. #battery_hide = never
  118. #bat1_font = sans 8
  119. #bat2_font = sans 6
  120. #battery_font_color = #FFFFFF 74
  121. #battery_padding = 1 0
  122. #battery_background_id = 0
  123.  
  124. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement