Advertisement
uriel1998

tint2rc

Feb 10th, 2012
1,038
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. # Tint2 config file
  2. # To use this as default tint2 config: save as $HOME/.config/tint2/tint2rc
  3. # This is a solid black bar across the bottom of the screen.
  4.  
  5. # Background definitions
  6. # ID 1
  7. rounded = 0
  8. border_width = 1
  9. background_color = #000000 100
  10. border_color = #000000 0
  11.  
  12. # ID 2
  13. rounded = 0
  14. border_width = 0
  15. background_color = #000000 40
  16. border_color = #000000 0
  17.  
  18. # ID 3
  19. rounded = 0
  20. border_width = 1
  21. background_color = #000000 0
  22. border_color = #000000 23
  23.  
  24. # Panel
  25. panel_monitor = all
  26. panel_position = bottom center horizontal
  27. panel_size = 100% 30
  28. panel_margin = 4 -1
  29. panel_padding = 4 0 0
  30. panel_dock = 0
  31. wm_menu = 0
  32. panel_layer = bottom
  33. panel_background_id = 1
  34.  
  35. # Panel Autohide
  36. autohide = 0
  37. autohide_show_timeout = 0.0
  38. autohide_hide_timeout = 0.0
  39. autohide_height = 0
  40. strut_policy = follow_size
  41.  
  42. # Taskbar
  43. taskbar_mode = multi_desktop
  44. taskbar_padding = 1 0 1
  45. taskbar_background_id = 0
  46. taskbar_active_background_id = 2
  47.  
  48. # Tasks
  49. urgent_nb_of_blink = 7
  50. task_icon = 1
  51. task_text = 0
  52. task_centered = 1
  53. task_maximum_size = 0 30
  54. task_padding = 5 3
  55. task_background_id = 0
  56. task_active_background_id = 0
  57. task_urgent_background_id = 0
  58. task_iconified_background_id = 0
  59.  
  60. # Task Icons
  61. task_icon_asb = 50 -75 0
  62. task_active_icon_asb = 100 0 0
  63. task_urgent_icon_asb = 100 0 0
  64. task_iconified_icon_asb = 100 0 0
  65.  
  66. # Fonts
  67. task_font = sans 7
  68. task_font_color = #FFFFFF 65
  69. task_active_font_color = #FFFFFF 100
  70. task_urgent_font_color = #FFFFFF 100
  71. task_iconified_font_color = #FFFFFF 100
  72. font_shadow = 0
  73.  
  74. # System Tray
  75. systray = 1
  76. systray_padding = 5 4 2
  77. systray_sort = ascending
  78. systray_background_id = 3
  79. systray_icon_size = 0
  80. systray_icon_asb = 100 0 0
  81.  
  82. # Clock
  83. time1_format = %H:%M
  84. time1_font = Monospace 10
  85. time2_format = %d %b
  86. time2_font = Monospace 7
  87. clock_font_color = #FFFFFF 71
  88. clock_padding = 1 0
  89. clock_background_id = 0
  90. # put your click commands here.
  91. #clock_lclick_command =
  92. #clock_rclick_command =
  93.  
  94. # Tooltips
  95. tooltip = 0
  96. tooltip_padding = 0 0
  97. tooltip_show_timeout = 0
  98. tooltip_hide_timeout = 0
  99. tooltip_background_id = 0
  100. tooltip_font = Sans 12
  101. tooltip_font_color = #FFFFFF 100
  102.  
  103. # Mouse
  104. mouse_middle = close
  105. mouse_right = shade
  106. mouse_scroll_up = next_task
  107. mouse_scroll_down = prev_task
  108.  
  109. # Battery
  110. battery = 0
  111. battery_low_status = 20
  112. battery_low_cmd = notify-send "battery low"
  113. battery_hide = 90
  114. bat1_font = Sans 12
  115. bat2_font = Sans 12
  116. battery_font_color = #FFFFFF 100
  117. battery_padding = 0 0
  118. battery_background_id = 0
  119.  
  120. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement