tint2rc.backup.1449919771 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. # Tint2 sample config file
  2. # For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
  3. # Background definitions
  4. # Background 1: panel
  5. rounded = 7
  6. border_width = 1
  7. background_color = #000000 60
  8. border_color = #FFFFFF 16
  9. # Background 2: normal/iconified tasks
  10. rounded = 5
  11. border_width = 0
  12. background_color = #777777 20
  13. border_color = #777777 30
  14. # Background 3: active tasks
  15. rounded = 5
  16. border_width = 1
  17. background_color = #777777 20
  18. border_color = #ffffff 40
  19. # Background 4: urgent tasks
  20. rounded = 5
  21. border_width = 1
  22. background_color = #aa4400 100
  23. border_color = #aa7733 100
  24. # Background 5: tooltips
  25. rounded = 2
  26. border_width = 1
  27. background_color = #ffffaa 100
  28. border_color = #999999 100
  29. # Panel
  30. panel_items = LTSC
  31. panel_monitor = all
  32. panel_position = bottom center horizontal
  33. panel_size = 85% 30
  34. panel_margin = 0 0
  35. panel_padding = 7 0 7
  36. panel_dock = 0
  37. wm_menu = 1
  38. panel_layer = top
  39. panel_background_id = 1
  40. font_shadow = 0
  41. # Panel Autohide
  42. autohide = 0
  43. autohide_show_timeout = 0
  44. autohide_hide_timeout = 0.5
  45. autohide_height = 2
  46. strut_policy = follow_size
  47. # Launcher
  48. launcher_padding = 2 4 2
  49. launcher_background_id = 0
  50. launcher_icon_size = 18
  51. launcher_icon_asb = 100 0 0
  52. launcher_tooltip = 1
  53. startup_notifications = 1
  54. launcher_item_app = /usr/share/applications/tint2conf.desktop
  55. launcher_item_app = /usr/local/share/applications/tint2conf.desktop
  56. launcher_item_app = /usr/share/applications/firefox.desktop
  57. launcher_item_app = /usr/share/applications/iceweasel.desktop
  58. launcher_item_app = /usr/share/applications/chromium-browser.desktop
  59. launcher_item_app = /usr/share/applications/google-chrome.desktop
  60. # Taskbar
  61. taskbar_mode = single_desktop
  62. taskbar_padding = 2 3 2
  63. taskbar_background_id = 0
  64. taskbar_active_background_id = 0
  65. # Tasks
  66. task_icon = 1
  67. task_text = 1
  68. task_centered = 1
  69. task_maximum_size = 140 35
  70. task_padding = 6 2
  71. task_background_id = 2
  72. task_active_background_id = 3
  73. task_urgent_background_id = 4
  74. task_iconified_background_id = 2
  75. task_tooltip = 1
  76. urgent_nb_of_blink = 100000
  77. # Task Icons
  78. task_icon_asb = 100 0 0
  79. task_active_icon_asb = 100 0 0
  80. task_urgent_icon_asb = 100 0 0
  81. task_iconified_icon_asb = 100 0 0
  82. # Fonts
  83. task_font = sans 8
  84. task_font_color = #FFFFFF 90
  85. task_active_font_color = #FFFFFF 90
  86. task_urgent_font_color = #FFFFFF 90
  87. task_iconified_font_color = #FFFFFF 90
  88. # Mouse
  89. mouse_left = toggle_iconify
  90. mouse_middle = none
  91. mouse_right = close
  92. mouse_scroll_up = toggle
  93. mouse_scroll_down = iconify
  94. # System Tray
  95. systray_padding = 0 4 5
  96. systray_sort = ascending
  97. systray_background_id = 0
  98. systray_icon_size = 22
  99. systray_icon_asb = 70 0 0
  100. # Clock
  101. time1_format = %H:%M
  102. time1_font = sans 8
  103. time2_format = %A %d %B
  104. time2_font = sans 7
  105. clock_font_color = #FFFFFF 100
  106. clock_padding = 1 0
  107. clock_background_id = 0
  108. clock_rclick_command = orage
  109. # Tooltips
  110. tooltip_padding = 2 2
  111. tooltip_show_timeout = 0.5
  112. tooltip_hide_timeout = 0.1
  113. tooltip_background_id = 5
  114. tooltip_font = sans 9
  115. tooltip_font_color = #222222 100
  116. # Battery
  117. battery_low_status = 10
  118. battery_low_cmd = notify-send "battery low"
  119. battery_hide = 101
  120. bat1_font = sans 8
  121. bat2_font = sans 6
  122. battery_font_color = #FFFFFF 100
  123. battery_padding = 1 0
  124. battery_background_id = 0
  125. # End of config