Advertisement
Guest User

Untitled

a guest
Mar 27th, 2019
118
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 = #292421 100
  12. background_color = #1B1B1B 100
  13. border_color = #FFFFFF 100
  14.  
  15. # ID 2
  16. rounded = 0
  17. border_width = 0
  18. background_color = #F4F4F4 100
  19. border_color = #FFFFFF 100
  20.  
  21. # Panel
  22. panel_monitor = all
  23. panel_position = top center horizontal
  24. panel_size = 0 22
  25. panel_margin = 0 0
  26. panel_padding = 0 0 0
  27. panel_dock = 0
  28. wm_menu = 0
  29. panel_layer = normal
  30. panel_background_id = 1
  31.  
  32. # Panel Autohide
  33. autohide = 0
  34. autohide_show_timeout = 0.0
  35. autohide_hide_timeout = 0.0
  36. autohide_height = 0
  37. strut_policy = follow_size
  38.  
  39. # Taskbar
  40. taskbar_mode = single_desktop
  41. taskbar_padding = 5 0 0
  42. taskbar_background_id = 1
  43. #taskbar_active_background_id = 0
  44.  
  45. # Tasks
  46. urgent_nb_of_blink = 7
  47. task_icon = 0
  48. task_text = 1
  49. task_centered = 1
  50. task_maximum_size = 0 0
  51. task_padding = 5 0
  52. task_background_id = 1
  53. task_active_background_id = 2
  54. task_urgent_background_id = 2
  55. task_iconified_background_id = 1
  56.  
  57. # Task Icons
  58. task_icon_asb = 100 0 0
  59. task_active_icon_asb = 100 0 0
  60. task_urgent_icon_asb = 100 0 0
  61. task_iconified_icon_asb = 100 0 0
  62.  
  63. # Fonts
  64. task_font = ProFont 11
  65. task_font_color = #FFFFF0 100
  66. task_active_font_color = #292421 100
  67. task_urgent_font_color = #292421 100
  68. task_iconified_font_color = #FFFFF0 100
  69. font_shadow = 0
  70.  
  71. # System Tray
  72. systray = 1
  73. systray_padding = 5 0 0
  74. systray_sort = ascending
  75. systray_background_id = 1
  76. systray_icon_size = 0
  77. systray_icon_asb = 100 0 0
  78.  
  79. # Clock
  80. time1_format = %I:%M
  81. time1_font = ProFont 11
  82. clock_font_color = #FFFFF0 100
  83. clock_tooltip =
  84. clock_padding = 5 0
  85. clock_background_id = 1
  86. time1_timezone = EST5EDT
  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 = close
  99. mouse_right = iconify
  100. mouse_scroll_up = desktop_left
  101. mouse_scroll_down = desktop_right
  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