Advertisement
Guest User

tint2rc

a guest
Jul 18th, 2013
154
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. # 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 = #2D2D2D 100
  12. border_color = #000000 100
  13.  
  14. # ID 2
  15. rounded = 0
  16. border_width = 0
  17. background_color = #6C6C6C 100
  18. border_color = #000000 100
  19.  
  20. # ID 3
  21. rounded = 0
  22. border_width = 0
  23. background_color = #FF0000 100
  24. border_color = #000000 100
  25.  
  26. # ID 4
  27. rounded = 0
  28. border_width = 1
  29. background_color = #181818 100
  30. border_color = #0F0F0F 100
  31.  
  32. # Panel
  33. panel_monitor = all
  34. panel_position = top left horizontal
  35. panel_size = 1500 24
  36. panel_margin = 0 0
  37. panel_padding = 0 0 0
  38. panel_dock = 0
  39. wm_menu = 1
  40. panel_layer = top
  41. panel_background_id = 1
  42.  
  43. # Panel Autohide
  44. autohide = 0
  45. autohide_show_timeout = 0.3
  46. autohide_hide_timeout = 2
  47. autohide_height = 4
  48. strut_policy = follow_size
  49.  
  50. # Taskbar
  51. taskbar_mode = single_desktop
  52. taskbar_padding = 0 0 0
  53. taskbar_background_id = 1
  54. #taskbar_active_background_id = 0
  55.  
  56. # Tasks
  57. urgent_nb_of_blink = 8
  58. task_icon = 1
  59. task_text = 1
  60. task_centered = 0
  61. task_maximum_size = 300 20
  62. task_padding = 4 2
  63. task_background_id = 1
  64. task_active_background_id = 2
  65. task_urgent_background_id = 3
  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 = Droid Sans 10
  76. task_font_color = #AAAAAA 100
  77. task_active_font_color = #FFFFFF 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 = 4 0 10
  85. systray_sort = left2right
  86. systray_background_id = 1
  87. systray_icon_size = 0
  88. systray_icon_asb = 100 0 0
  89.  
  90. # Tooltips
  91. tooltip = 0
  92. tooltip_padding = 2 2
  93. tooltip_show_timeout = 0.7
  94. tooltip_hide_timeout = 0.3
  95. tooltip_background_id = 4
  96. tooltip_font = Droid Sans 9
  97. tooltip_font_color = #CCCCCC 100
  98.  
  99. # Mouse
  100. mouse_middle = close
  101. mouse_right = none
  102. mouse_scroll_up = toggle_iconify
  103. mouse_scroll_down = toggle_iconify
  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 = sans 8
  111. bat2_font = sans 6
  112. battery_font_color = #FFFFFF 71
  113. battery_padding = 1 0
  114. battery_background_id = 1
  115.  
  116. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement