Advertisement
Guest User

tint2rc

a guest
Apr 29th, 2015
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 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. # panel_items = LTSGC
  6. #
  7. # # Launchers
  8. # launcher_icon_theme = Faenza
  9. # launcher_padding = 5 0 5
  10. # launcher_background_id = 1
  11. # launcher_icon_size = 24
  12. # launcher_item_app = /path_to_launchers/firefox.desktop
  13. # launcher_item_app = /path_to_launchers/spacefm.desktop
  14. # launcher_item_app = /path_to_launchers/medit.desktop
  15. # launcher_item_app = /path_to_launchers/evince.desktop
  16. # launcher_item_app = /path_to_launchers/transmission-remote-gui.desktop
  17. # launcher_item_app = /path_to_launchers/mpv.desktop
  18. # launcher_item_app = /path_to_launchers/deadbeef.desktop
  19. # launcher_item_app = /path_to_launchers/iptv.desktop
  20. #
  21. # # Graphs
  22. # graphs_items = N
  23. # graphs_use_bars = 1
  24. # graphs_graph_width = 52
  25. # graphs_netiface = eth0
  26. # graphs_color0 = #F28A6D 75
  27. # graphs_color1 = #35C271 75
  28. # graphs_netmaxdown = 1966080
  29. # graphs_netmaxup = 1966080
  30. # graphs_padding = 0 1 0
  31. # graphs_background_id = 2
  32. # graphs_lclick_command = urxvt -e htop
  33.  
  34. # Background definitions
  35. # ID 1
  36. rounded = 0
  37. border_width = 0
  38. background_color = #EEEEEE 100
  39. border_color = #A8A8A8 100
  40.  
  41. # ID 2
  42. rounded = 2
  43. border_width = 1
  44. background_color = #D6D6D6 100
  45. border_color = #A8A8A8 100
  46.  
  47. # ID 3
  48. rounded = 2
  49. border_width = 1
  50. background_color = #F1F1F1 100
  51. border_color = #A8A8A8 50
  52.  
  53. # Panel
  54. panel_monitor = all
  55. panel_position = top center horizontal
  56. panel_size = 100% 26
  57. panel_margin = 0 0
  58. panel_padding = 0 2 0
  59. panel_dock = 0
  60. wm_menu = 1
  61. panel_layer = top
  62. panel_background_id = 1
  63.  
  64. # Panel Autohide
  65. autohide = 0
  66. autohide_show_timeout = 0.3
  67. autohide_hide_timeout = 2
  68. autohide_height = 2
  69. strut_policy = follow_size
  70.  
  71. # Taskbar
  72. taskbar_mode = single_desktop
  73. taskbar_padding = 2 0 2
  74. taskbar_background_id = 1
  75. taskbar_active_background_id = 1
  76. task_align = left
  77.  
  78. # Tasks
  79. urgent_nb_of_blink = 8
  80. task_icon = 1
  81. task_text = 1
  82. task_centered = 0
  83. task_maximum_size = 250 75
  84. task_padding = 3 3
  85. task_background_id = 3
  86. task_active_background_id = 2
  87. task_urgent_background_id = 1
  88. task_iconified_background_id = 3
  89.  
  90. # Task Icons
  91. task_icon_asb = 65 0 0
  92. task_active_icon_asb = 100 0 0
  93. task_urgent_icon_asb = 65 0 0
  94. task_iconified_icon_asb = 65 0 0
  95.  
  96. # Fonts
  97. task_font = sans 9
  98. task_font_color = #313739 65
  99. task_active_font_color = #313739 100
  100. task_urgent_font_color = #FFA6A6 100
  101. task_iconified_font_color = #313739 65
  102. font_shadow = 0
  103.  
  104. # System Tray
  105. systray = 1
  106. systray_padding = 8 0 8
  107. systray_sort = ascending
  108. systray_background_id = 1
  109. systray_icon_size = 16
  110. systray_icon_asb = 100 0 0
  111.  
  112. # Clock
  113. time1_format = %a %b %d, %H:%M
  114. time1_font = sans 9
  115. # time2_format = %A %d %B
  116. # time2_font = sans 6
  117. clock_font_color = #313739 100
  118. clock_padding = 8 3
  119. clock_background_id = 1
  120. clock_lclick_command = gsimplecal
  121.  
  122. # Tooltips
  123. tooltip = 0
  124. tooltip_padding = 2 2
  125. tooltip_show_timeout = 0.7
  126. tooltip_hide_timeout = 0.3
  127. tooltip_background_id = 1
  128. tooltip_font = sans 9
  129. tooltip_font_color = #000000 80
  130.  
  131. # Mouse
  132. mouse_middle = close
  133. mouse_right = maximize_restore
  134. mouse_scroll_up = next_task
  135. mouse_scroll_down = prev_task
  136.  
  137. # # Battery
  138. # battery = 0
  139. # battery_low_status = 10
  140. # battery_low_cmd = notify-send "battery low"
  141. # battery_hide = 98
  142. # bat1_font = sans 9
  143. # bat2_font = sans 6
  144. # battery_font_color = #FFFFFF 74
  145. # battery_padding = 1 0
  146. # battery_background_id = 0
  147.  
  148. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement