Advertisement
Guest User

Untitled

a guest
Mar 21st, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.31 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 = 4
  10. border_width = 1
  11. background_color = #000000 40
  12. border_color = #1A1A1A 0
  13.  
  14. # ID 2
  15. rounded = 4
  16. border_width = 0
  17. background_color = #000000 100
  18. border_color = #FFFFFF 100
  19.  
  20. # ID 3
  21. rounded = 0
  22. border_width = 0
  23. background_color = #D52E2E 100
  24. border_color = #FFFFFF 100
  25.  
  26. # Panel
  27. panel_monitor = all
  28. panel_position = bottom left vertical
  29. panel_size = 100% 33
  30. panel_margin = 0 0
  31. panel_padding = 0 0 4
  32. panel_dock = 0
  33. wm_menu = 1
  34. panel_layer = top
  35. panel_background_id = 0
  36.  
  37. # Panel Autohide
  38. autohide = 0
  39. autohide_show_timeout = 0.3
  40. autohide_hide_timeout = 2
  41. autohide_height = 5
  42. strut_policy = follow_size
  43.  
  44. # Taskbar
  45. taskbar_mode = single_desktop
  46. taskbar_padding = 0 0 6
  47. taskbar_background_id = 1
  48. #taskbar_active_background_id = 0
  49.  
  50. # Tasks
  51. urgent_nb_of_blink = 8
  52. task_icon = 1
  53. task_text = 0
  54. task_centered = 1
  55. task_maximum_size = 32 32
  56. task_padding = 2 2
  57. task_background_id = 0
  58. task_active_background_id = 2
  59. task_urgent_background_id = 3
  60. task_iconified_background_id = 0
  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 = 40 0 0
  67.  
  68. # Fonts
  69. task_font = Sans 9
  70. task_font_color = #FFFFFF 60
  71. task_active_font_color = #FFFFFF 80
  72. task_urgent_font_color = #FFFFFF 80
  73. task_iconified_font_color = #FFFFFF 60
  74. font_shadow = 0
  75.  
  76. # System Tray
  77. systray = 1
  78. systray_padding = 2 2 4
  79. systray_sort = ascending
  80. systray_background_id = 1
  81. systray_icon_size = 20
  82. systray_icon_asb = 70 0 0
  83.  
  84. # Tooltips
  85. tooltip = 1
  86. tooltip_padding = 2 2
  87. tooltip_show_timeout = 0.7
  88. tooltip_hide_timeout = 0.3
  89. tooltip_background_id = 1
  90. tooltip_font = Sans 10
  91. tooltip_font_color = #FFFFFF 100
  92.  
  93. # Mouse
  94. mouse_middle = none
  95. mouse_right = close
  96. mouse_scroll_up = toggle
  97. mouse_scroll_down = iconify
  98.  
  99. # Battery
  100. battery = 0
  101. battery_low_status = 10
  102. battery_low_cmd = notify-send "battery low"
  103. battery_hide = 0
  104. bat1_font = Sans 8
  105. bat2_font = Sans 8
  106. battery_font_color = #FFFFFF 100
  107. battery_padding = 3 1
  108. battery_background_id = 1
  109.  
  110. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement