Advertisement
Guest User

minimal_tint2

a guest
Apr 24th, 2013
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. # Tint2 config file
  2.  
  3. # Background definitions
  4. # ID 1
  5. rounded = 0
  6. border_width = 0
  7. background_color = #373b3c 100
  8. border_color = #FFFFFF 40
  9.  
  10. # ID 2
  11. rounded = 0
  12. border_width = 0
  13. background_color = #444444 10
  14. border_color = #97BF0D 60
  15.  
  16. # ID 3
  17. rounded = 0
  18. border_width = 0
  19. background_color = #dedede 35
  20. border_color = #FFFFFF 61
  21.  
  22. # Panel
  23. panel_items = LTS
  24. panel_monitor = all
  25. panel_position = top center horizontal
  26. panel_size = 100% 24
  27. panel_margin = 0 -1
  28. panel_padding = 0 0 0
  29. panel_dock = 0
  30. wm_menu = 1
  31. panel_layer = bottom
  32. panel_background_id = 1
  33.  
  34. # Panel Autohide
  35. autohide = 0
  36. autohide_show_timeout = 0.0
  37. autohide_hide_timeout = 0.0
  38. autohide_height = 0
  39. strut_policy = follow_size
  40.  
  41. # Launcher
  42. launcher_icon_theme = Faenza
  43. launcher_padding = 5 3 5
  44. launcher_background_id = 0
  45. launcher_icon_size = 16
  46. launcher_icon_asb = 100 0 0
  47.  
  48. # Launchr items
  49. launcher_item_app = /usr/share/applications/gnome-terminal.desktop
  50. launcher_item_app = /usr/share/applications/google-chrome.desktop
  51. launcher_item_app = /usr/share/applications/deadbeef.desktop
  52. launcher_item_app = /usr/share/applications/nautilus.desktop
  53. launcher_item_app = /usr/share/applications/gnome-control-center.desktop
  54.  
  55. # Taskbar
  56. taskbar_mode = single_desktop
  57. taskbar_padding = 3 3 2
  58. taskbar_background_id = 0
  59. #taskbar_active_background_id = 0
  60.  
  61. # Tasks
  62. urgent_nb_of_blink = 7
  63. task_icon = 0
  64. task_text = 1
  65. task_centered = 0
  66. task_maximum_size = 180 24
  67. task_padding = 6 0
  68. task_background_id = 0
  69. task_active_background_id = 0
  70. task_urgent_background_id = 0
  71. task_iconified_background_id = 0
  72.  
  73. # Task Icons
  74. task_icon_asb = 100 0 0
  75. task_active_icon_asb = 100 0 0
  76. task_urgent_icon_asb = 100 0 0
  77. task_iconified_icon_asb = 100 0 0
  78.  
  79. # Fonts
  80. task_font = Liberation Sans 8
  81. task_font_color = #FFFFFF 49
  82. task_active_font_color = #FFFFFF 80
  83. task_urgent_font_color = #FFFFFF 100
  84. task_iconified_font_color = #FFFFFF 23
  85. font_shadow = 0
  86.  
  87. # System Tray
  88. systray = 1
  89. systray_padding = 5 3 5
  90. systray_sort = ascending
  91. systray_background_id = 3
  92. systray_icon_size = 16
  93. systray_icon_asb = 100 0 0
  94.  
  95. # Clock
  96. time1_format = %H:%M
  97. time1_font = Sans Bold 7
  98. clock_font_color = #FFFFFF 80
  99. clock_padding = 5 0
  100. clock_background_id = 0
  101. #clock_rclick_command = orage
  102.  
  103. # Tooltips
  104. tooltip = 0
  105. tooltip_padding = 0 0
  106. tooltip_show_timeout = 0
  107. tooltip_hide_timeout = 0
  108. tooltip_background_id = 1
  109. tooltip_font = Liberation Sans 8
  110. tooltip_font_color = #FFFFFF 80
  111.  
  112. # Mouse
  113. mouse_middle = none
  114. mouse_right = close
  115. mouse_scroll_up = toggle
  116. mouse_scroll_down = iconify
  117.  
  118. # Battery
  119. battery = 0
  120. battery_low_status = 10
  121. battery_low_cmd = notify-send "battery low"
  122. battery_hide = 90
  123. bat1_font = sans 8
  124. bat2_font = sans 6
  125. battery_font_color = #FFFFFF 67
  126. battery_padding = 1 0
  127. battery_background_id = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement