Advertisement
Haron_Prime

tint2rc

Dec 7th, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. # Tint2 config file
  2. # Generated by tintwizard (http://code.google.com/p/tintwizard/)
  3. # For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
  4.  
  5. # To use this as default tint2 config: save as $HOME/.config/tint2/tint2rc
  6.  
  7. # Background definitions
  8. # ID 1
  9. rounded = 0
  10. border_width = 0
  11. background_color = #000000 20
  12. border_color = #212121 0
  13.  
  14. # ID 2
  15. rounded = 3
  16. border_width = 0
  17. background_color = #B1B1B1 100
  18. border_color = #FFFFFF 100
  19.  
  20. # ID 3
  21. rounded = 5
  22. border_width = 1
  23. background_color = #000000 20
  24. border_color = #505050 80
  25.  
  26. # ID 4
  27. rounded = 3
  28. border_width = 1
  29. background_color = #000000 20
  30. border_color = #505050 80
  31.  
  32. # Panel
  33. panel_items = LTSBC
  34. panel_monitor = all
  35. panel_position = top center horizontal
  36. panel_size = 100% 24
  37. panel_margin = 0 0
  38. panel_padding = 0 0 0
  39. panel_dock = 0
  40. wm_menu = 1
  41. panel_layer = top
  42. panel_background_id = 0
  43.  
  44.  
  45. # Panel Autohide
  46. autohide = 0
  47. autohide_show_timeout = 0.0
  48. autohide_hide_timeout = 0.0
  49. autohide_height = 0
  50. strut_policy = follow_size
  51.  
  52. # Taskbar
  53. taskbar_mode = multi_desktop
  54. taskbar_padding = 3 3 0
  55. taskbar_background_id = 3
  56. taskbar_active_background_id = 3
  57.  
  58. # Tasks
  59. urgent_nb_of_blink = 7
  60. task_icon = 1
  61. task_text = 1
  62. task_centered = 1
  63. task_maximum_size = 220 32
  64. task_padding = 2 2
  65. task_background_id = 4
  66. task_active_background_id = 2
  67. task_urgent_background_id = 0
  68. task_iconified_background_id = 0
  69.  
  70. # Task Icons
  71. task_icon_asb = 100 0 0
  72. task_active_icon_asb = 100 0 0
  73. task_urgent_icon_asb = 100 0 0
  74. task_iconified_icon_asb = 100 0 0
  75.  
  76. # Fonts
  77. task_font = SonyEricssonLogo 10
  78. task_font_color = #FFFFFF 80
  79. task_active_font_color = #000000 100
  80. task_urgent_font_color = #FF0000 100
  81. task_iconified_font_color = #FFFFFF 100
  82. font_shadow = 0
  83.  
  84. # System Tray
  85. systray = 1
  86. systray_padding = 2 2 0
  87. systray_sort = ascending
  88. systray_background_id = 3
  89. systray_icon_size = 0
  90. systray_icon_asb = 100 0 0
  91.  
  92. # Clock
  93. time1_format = %a. %d %b. %Yг. %H:%M
  94. time1_font = SonyEricssonLogo 12
  95. clock_font_color = #DDDDDD 100
  96. clock_padding = 6 0
  97. clock_background_id = 3
  98. clock_rclick_command = gsimplecal
  99.  
  100. # Tooltips
  101. tooltip = 1
  102. tooltip_padding = 0 0
  103. tooltip_show_timeout = 0
  104. tooltip_hide_timeout = 0
  105. tooltip_background_id = 0
  106. tooltip_font = SonyEricssonLogo 12
  107. tooltip_font_color = #DDDDDD 100
  108.  
  109. # Mouse
  110. mouse_middle = close
  111. mouse_right = iconify
  112. mouse_scroll_up = toggle
  113. mouse_scroll_down = iconify
  114.  
  115. # Battery
  116. battery = 0
  117. battery_low_status = 10
  118. battery_low_cmd = notify-send "battery low"
  119. battery_hide = 98
  120. bat1_font = sans 7
  121. bat2_font = sans 6
  122. battery_font_color = #FFFFFF 69
  123. battery_padding = 1 0
  124. battery_background_id = 1
  125.  
  126. # Launchers
  127. launcher_icon_theme = nouveGnomeGray
  128. launcher_padding = 3 2 6
  129. launcher_background_id = 3
  130. launcher_icon_size = 22
  131. launcher_item_app = /usr/share/applications/doublecmd.desktop
  132. launcher_item_app = /usr/share/applications/pcmanfm.desktop
  133. launcher_item_app = /usr/share/applications/sublime-text.desktop
  134. launcher_item_app = /usr/share/applications/nightly.desktop
  135.  
  136. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement