Advertisement
edps

tint2rc

Aug 19th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. # Tint2 config file
  2. # For information on manually configuring tint2 see:
  3. # http://code.google.com/p/tint2/wiki/Configure
  4.  
  5. # Background definitions
  6. # ID 1
  7. rounded = 8
  8. border_width = 1
  9. background_color = #000000 50
  10. border_color = #FFFFFF 50
  11.  
  12. # ID 2
  13. rounded = 8
  14. border_width = 0
  15. background_color = #000000 35
  16. border_color = #FFFFFF 20
  17.  
  18. # ID 3
  19. rounded = 8
  20. border_width = 0
  21. background_color = #000000 35
  22. border_color = #FFFFFF 20
  23.  
  24. # ID 4
  25. rounded = 8
  26. border_width = 0
  27. background_color = #000000 35
  28. border_color = #FFFFFF 20
  29.  
  30. # Panel
  31. panel_items = LCST
  32. panel_monitor = 1
  33. panel_position = bottom center horizontal
  34. panel_size = 80% 22
  35. panel_margin = 0 0 #16
  36. panel_padding = 2 0 0
  37. panel_dock = 0
  38. wm_menu = 1
  39. panel_layer = bottom
  40. panel_background_id = 0
  41.  
  42. # Panel Autohide
  43. autohide = 0
  44. autohide_show_timeout = 0.0
  45. autohide_hide_timeout = 0.0
  46. autohide_height = 0
  47. #strut_policy = follow_size
  48. strut_policy = none
  49.  
  50. # Taskbar
  51. taskbar_name = 0
  52. taskbar_mode = multi_desktop
  53. taskbar_padding = 0 0 0
  54. taskbar_background_id = 1
  55. #taskbar_active_background_id = 0
  56.  
  57. # Tasks
  58. urgent_nb_of_blink = 7
  59. task_icon = 1
  60. task_text = 0
  61. task_centered = 1
  62. task_maximum_size = 30 32
  63. task_padding = 1 1
  64. task_background_id = 3
  65. task_active_background_id = 2
  66. task_urgent_background_id = 0
  67. task_iconified_background_id = 0
  68.  
  69. # Task Icons
  70. task_icon_asb = 100 0 0
  71. task_active_icon_asb = 100 0 0
  72. task_urgent_icon_asb = 100 0 0
  73. task_iconified_icon_asb = 100 0 0
  74.  
  75. # Fonts
  76. task_font = sans 7
  77. task_font_color = #FFFFFF 62
  78. task_active_font_color = #FFFFFF 80
  79. task_urgent_font_color = #FFFFFF 100
  80. task_iconified_font_color = #FFFFFF 100
  81. font_shadow = 0
  82.  
  83. # Launcher
  84. # launcher_padding = 8 4 4
  85. launcher_padding = 5 0 10
  86. # launcher_background_id = 0
  87. launcher_background_id = 1
  88. # launcher_icon_size = 24
  89. launcher_icon_size = 22
  90. # # Specify icon theme names with launcher_icon_theme.
  91. # # if you have an XSETTINGS manager running (like xfsettingsd), tint2 will follow your current theme.
  92. # launcher_icon_theme = ShiningReprise
  93. # # Each launcher_item_app must be a full path to a .desktop file
  94. launcher_item_app = /usr/share/applications/exo-file-manager.desktop
  95. launcher_item_app = /usr/share/applications/exo-terminal-emulator.desktop
  96. launcher_item_app = /usr/share/applications/exo-web-browser.desktop
  97. launcher_item_app = /usr/share/applications/transmission-gtk.desktop
  98. launcher_item_app = /usr/share/applications/gmusicbrowser.desktop
  99. launcher_item_app = /usr/share/applications/leafpad.desktop
  100. launcher_item_app = /usr/share/applications/xfce4-screenshooter.desktop
  101.  
  102. # System Tray
  103. systray = 1
  104. systray_padding = 4 2 3
  105. systray_sort = ascending
  106. systray_background_id = 1
  107. systray_icon_size = 22
  108. systray_icon_asb = 100 0 0
  109.  
  110. # Clock
  111. time1_format = %H:%M | %d/%m
  112. time1_font = WW Digital 12
  113. #time2_format = %S
  114. #time2_font = DS-Digital bold 7
  115. clock_font_color = #FFFFFF 100
  116. clock_padding = 4 4
  117. clock_background_id = 1
  118. clock_rclick_command = gsimplecal
  119. clock_lclick_command = orage
  120.  
  121. # Tooltips
  122. tooltip = 0
  123. tooltip_padding = 0 0
  124. tooltip_show_timeout = 0
  125. tooltip_hide_timeout = 0
  126. tooltip_background_id = 0
  127. tooltip_font = Sans 12
  128. tooltip_font_color = #FFFFFF 100
  129.  
  130. # Mouse # does not work
  131. mouse_middle = none
  132. mouse_right = none
  133. mouse_scroll_up = toggle # mouse pointer over the icon in tint2 panel
  134. mouse_scroll_down = iconify # mouse pointer over the icon in tint2 panel
  135.  
  136. # Battery
  137. #battery = 0
  138. #battery_low_status = 20
  139. #battery_low_cmd = notify-send "battery low"
  140. #battery_hide = 90
  141. #bat1_font = Sans 12
  142. #bat2_font = Sans 12
  143. #battery_font_color = #FFFFFF 100
  144. #battery_padding = 0 0
  145. #battery_background_id = 0
  146.  
  147. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement