Advertisement
Nelka

My tint2rc

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