Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 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. # Background definitions
  6. # ID 1
  7. rounded = 2
  8. border_width = 0
  9. background_color = #000000 40
  10. border_color = #FFFFFF 10
  11.  
  12. # ID 2
  13. rounded = 4
  14. border_width = 0
  15. background_color = #ffffff 20
  16. border_color = #FFFFFF 20
  17.  
  18. # ID 3
  19. rounded = 4
  20. border_width = 0
  21. background_color = #FFFFFF 40
  22. border_color = #FFFFFF 40
  23.  
  24. # Panel
  25. panel_items = STBGCL
  26. panel_monitor = all
  27. panel_position = top center horizontal
  28. panel_size = 100% 26
  29. panel_margin = 0 0
  30. panel_padding = 10 0 8
  31. panel_dock = 0
  32. wm_menu = 1
  33. panel_layer = normal
  34. panel_background_id = 1
  35.  
  36. # Launchers
  37. launcher_icon_theme = LinuxLex-8
  38. launcher_padding = 5 0 10
  39. launcher_background_id = 2
  40. launcher_icon_size = 24
  41. #launcher_item_app = /usr/share/applications/xmenud.desktop
  42. launcher_item_app = /usr/share/applications/change.desktop
  43. launcher_item_app = /usr/share/applications/lxtask.desktop
  44. #launcher_item_app = /usr/share/applications/reboot.desktop
  45. launcher_item_app = /usr/share/applications/shutdown.desktop
  46.  
  47. # Panel Autohide
  48. autohide = 0
  49. autohide_show_timeout = 0.5
  50. autohide_hide_timeout = 0.5
  51. autohide_height = 4
  52. strut_policy = follow_size
  53.  
  54. # Graphs
  55. graphs_items = CMN
  56. graphs_use_bars = 0
  57. graphs_graph_width = 50
  58. graphs_netiface = eth0
  59. graphs_color0 = #FF3333 100
  60. graphs_color1 = #FF3333 60
  61. graphs_color2 = #7777FF 100
  62. graphs_color3 = #7777FF 60
  63. graphs_color4 = #00FF00 100
  64. graphs_color5 = #00FF00 60
  65. graphs_padding = 10 2 6
  66. graphs_background_id = 2
  67. graphs_lclick_command = xterm -rv -geometry 140x59 -e htop
  68.  
  69. # Taskbar
  70. taskbar_mode = single_desktop
  71. taskbar_padding = 4 1 4
  72. taskbar_background_id = 1
  73. taskbar_active_background_id = 0
  74.  
  75. # Tasks
  76. urgent_nb_of_blink = 8
  77. task_icon = 1
  78. task_text = 1
  79. task_centered = 1
  80. task_maximum_size = 140 35
  81. task_padding = 6 3
  82. task_background_id = 3
  83. task_active_background_id = 2
  84. task_urgent_background_id = 0
  85. task_iconified_background_id = 0
  86.  
  87. # Task Icons
  88. task_icon_asb = 100 0 0
  89. task_active_icon_asb = 100 0 0
  90. task_urgent_icon_asb = 100 0 0
  91. task_iconified_icon_asb = 100 0 0
  92.  
  93. # Fonts
  94. task_font = PT Sans Caption 10
  95. task_font_color = #FFFFFF 61
  96. task_active_font_color = #FFFFFF 80
  97. task_urgent_font_color = #FFFFFF 100
  98. task_iconified_font_color = #FFFFFF 100
  99. font_shadow = 0
  100.  
  101. # System Tray
  102. systray = 1
  103. systray_padding = 0 4 5
  104. systray_sort = ascending
  105. systray_background_id = 0
  106. systray_icon_size = 0
  107. systray_icon_asb = 100 0 0
  108.  
  109. # Clock
  110. time1_format = %H:%M
  111. time1_font = PT Sans Caption 9
  112. time2_format = %A %d %B
  113. time2_font = PT Sans Caption 6
  114. clock_font_color = #FFFFFF 67
  115. clock_padding = 1 0
  116. clock_background_id = 0
  117. clock_rclick_command = orage
  118.  
  119. # Tooltips
  120. tooltip = 0
  121. tooltip_padding = 2 2
  122. tooltip_show_timeout = 0.7
  123. tooltip_hide_timeout = 0.3
  124. tooltip_background_id = 1
  125. tooltip_font = sans 10
  126. tooltip_font_color = #FFFFFF 80
  127.  
  128. # Mouse
  129. mouse_middle = none
  130. mouse_right = close
  131. mouse_scroll_up = toggle
  132. mouse_scroll_down = iconify
  133.  
  134. # Battery
  135. battery = 0
  136. battery_low_status = 10
  137. battery_low_cmd = notify-send "Подзаряди меня"
  138. battery_hide = 98
  139. bat1_font = sans 8
  140. bat2_font = sans 6
  141. battery_font_color = #FFFFFF 67
  142. battery_padding = 1 0
  143. battery_background_id = 0
  144.  
  145. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement