Advertisement
Guest User

tint2

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