Advertisement
NolanSyKinsley

Untitled

Feb 12th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 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 = #000000 100
  12. border_color = #FFFFFF 100
  13.  
  14. # ID 2
  15. rounded = 0
  16. border_width = 0
  17. background_color = #000000 100
  18. border_color = #FFFFFF 100
  19.  
  20. # Panel
  21. panel_monitor = all
  22. panel_position = bottom left horizontal
  23. panel_size = 0 40
  24. panel_margin = 0 0
  25. panel_padding = 0 0 0
  26. panel_dock = 0
  27. wm_menu = 0
  28. panel_layer = bottom
  29. panel_background_id = 0
  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 = 1
  47. task_text = 1
  48. task_centered = 1
  49. task_maximum_size = 200 32
  50. task_padding = 0 0
  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 = Sans 12
  64. task_font_color = #FFFFFF 100
  65. task_active_font_color = #FFFFFF 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 = 1
  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 = %H:%M
  80. time1_font = Sans 12
  81. time2_format = %a %d %b
  82. time2_font = Sans 12
  83. clock_font_color = #FFFFFF 100
  84. clock_tooltip =
  85. clock_padding = 0 0
  86. clock_background_id = 0
  87.  
  88. # Tooltips
  89. tooltip = 0
  90. tooltip_padding = 0 0
  91. tooltip_show_timeout = 0
  92. tooltip_hide_timeout = 0
  93. tooltip_background_id = 0
  94. tooltip_font = Sans 12
  95. tooltip_font_color = #FFFFFF 100
  96.  
  97. # Mouse
  98. mouse_middle = none
  99. mouse_right = none
  100. mouse_scroll_up = none
  101. mouse_scroll_down = none
  102.  
  103. # Battery
  104. battery = 0
  105. battery_low_status = 20
  106. battery_low_cmd = notify-send "battery low"
  107. battery_hide = 90
  108. bat1_font = Sans 12
  109. bat2_font = Sans 12
  110. battery_font_color = #FFFFFF 100
  111. battery_padding = 0 0
  112. battery_background_id = 0
  113.  
  114. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement