Advertisement
iyan_squid

tint2_numix

Dec 15th, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. # Tint2 config file by Kexolino
  2.  
  3. # Background definitions
  4.  
  5. # Launcher
  6. #launcher_icon_theme = 1
  7. #launcher_padding = 2 2
  8. #launcher_background_id = 2
  9. #launcher_icon_size = 39
  10. #launcher_item_app = /usr/share/applications/geany.desktop
  11. #launcher_item_app = /usr/share/applications/firefox-browser.desktop
  12. #launcher_item_app = /usr/local/share/applications/lxmenu.desktop.
  13.  
  14. # Each launcher_item_app must be a full path to a .desktop file
  15. launcher_item_app = /usr/share/applications/menu.desktop
  16. launcher_item_app = /usr/share/applications/terminator.desktop
  17. launcher_item_app = /usr/share/applications/firefox.desktop
  18. launcher_item_app = lxpanelctl menu
  19.  
  20.  
  21. # ID 1
  22. rounded = 0
  23. border_width = 1
  24. background_color = #2D2D2D 100
  25. border_color = #484848 100
  26.  
  27. # ID 2
  28. rounded = 0
  29. border_width = 0
  30. background_color = #1C1C1C 100
  31. border_color = #000000 100
  32.  
  33. # Panel
  34. panel_monitor = all
  35. panel_position = bottom center horizontal
  36. panel_size = 100% 26
  37. panel_margin = -2 -1
  38. panel_padding = 0 0 10
  39. panel_dock = 0
  40. wm_menu = 1
  41. panel_layer = normal
  42. panel_background_id = 1
  43.  
  44. #Make sure that "L" is directly below.
  45. panel_items = LTSC
  46.  
  47. # Panel Autohide
  48. autohide = 0
  49. autohide_show_timeout = 0.2
  50. autohide_hide_timeout = 1
  51. autohide_height = 0
  52. strut_policy = follow_size
  53.  
  54. # Taskbar
  55. taskbar_mode = single_desktop
  56. taskbar_padding = 0 0 10
  57. taskbar_background_id = 0
  58. taskbar_active_background_id = 0
  59.  
  60. # Tasks
  61. urgent_nb_of_blink = 20
  62. task_icon = 1
  63. task_text = 1
  64. task_centered = 0
  65. task_maximum_size = 200 32
  66. task_padding = 10 4
  67. task_background_id = 0
  68. task_active_background_id = 2
  69. task_urgent_background_id = 0
  70. task_iconified_background_id = 0
  71.  
  72. # Task Icons
  73. task_icon_asb = 100 0 0
  74. task_active_icon_asb = 100 0 0
  75. task_urgent_icon_asb = 100 0 0
  76. task_iconified_icon_asb = 100 0 0
  77.  
  78. # Fonts
  79. task_font = Droid Sans 9
  80. task_font_color = #dcdcdc 100
  81. task_active_font_color = #FFFFFF 100
  82. task_urgent_font_color = #FFFFFF 100
  83. task_iconified_font_color = #dcdcdc 80
  84. font_shadow = 0
  85.  
  86. # System Tray
  87. systray = 2
  88. systray_padding = 0 6 15
  89. systray_sort = left2right
  90. systray_background_id = 0
  91. systray_icon_size = 16
  92. systray_icon_asb = 100 0 0
  93.  
  94. # Clock
  95. time1_format = %H:%M
  96. time1_font = Droid Sans 9
  97. clock_font_color = #dcdcdc 100
  98. clock_tooltip =
  99. clock_padding = 10 6
  100. clock_background_id = 0
  101. clock_lclick_command = gsimplecal
  102. time1_timezone =
  103. time2_timezone =
  104. clock_tooltip_timezone =
  105.  
  106. # Tooltips
  107. tooltip = 0
  108. tooltip_padding = 2 2
  109. tooltip_show_timeout = 0.0
  110. tooltip_hide_timeout = 0.0
  111. tooltip_background_id = 2
  112. tooltip_font = Droid Sans 9
  113. tooltip_font_color = #FFFFFF 100
  114.  
  115. # Mouse
  116. mouse_middle = none
  117. mouse_right = close
  118. mouse_scroll_up = toggle
  119. mouse_scroll_down = iconify
  120.  
  121. # Battery
  122. battery = 1
  123. battery_low_status = 20
  124. battery_low_cmd = notify-send "battery low"
  125. battery_hide = 96
  126. bat1_font = Liberation Mono 8
  127. bat2_font = Liberation Mono 8
  128. battery_font_color = #B5B5B5 100
  129. battery_padding = 2 0
  130. battery_background_id = 0
  131.  
  132. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement