Advertisement
P_L_U_C_K

Tint2 Configs

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