Advertisement
Guest User

tint2rc

a guest
Feb 5th, 2014
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. # Tint2 config file by Kexolino
  2.  
  3. # Background definitions
  4.  
  5. # ID 1
  6. rounded = 0
  7. border_width = 0
  8. background_color = #1D1F21 0
  9. border_color = #484848 100
  10.  
  11. # ID 2
  12. rounded = 0
  13. border_width = 0
  14. background_color = #313131 100
  15. border_color = #000000 100
  16.  
  17. # Panel
  18. panel_monitor = all
  19. panel_position = bottom center horizontal
  20. panel_size = 100% 30
  21. panel_margin = 0 0
  22. panel_padding = 0 0 10
  23. panel_dock = 0
  24. wm_menu = 1
  25. panel_layer = normal
  26. panel_background_id = 1
  27. panel_items = TSC
  28.  
  29. # Panel Autohide
  30. autohide = 0
  31. autohide_show_timeout = 0.2
  32. autohide_hide_timeout = 1
  33. autohide_height = 0
  34. strut_policy = follow_size
  35.  
  36. # Taskbar
  37. taskbar_mode = single_desktop
  38. taskbar_padding = 0 0 10
  39. taskbar_background_id = 0
  40. taskbar_active_background_id = 0
  41.  
  42. # Tasks
  43. urgent_nb_of_blink = 20
  44. task_icon = 0
  45. task_text = 1
  46. task_centered = 1
  47. task_maximum_size = 200 30
  48. task_padding = 10 4
  49. task_background_id = 0
  50. task_active_background_id = 0
  51. task_urgent_background_id = 0
  52. task_iconified_background_id = 0
  53.  
  54. # Task Icons
  55. task_icon_asb = 100 0 0
  56. task_active_icon_asb = 100 0 0
  57. task_urgent_icon_asb = 100 0 0
  58. task_iconified_icon_asb = 100 0 0
  59.  
  60. # Fonts
  61. task_font = Coda 10
  62. task_font_color = #ffffff 50
  63. task_active_font_color = #ffffff 100
  64. task_urgent_font_color = #A03131 100
  65. task_iconified_font_color = #ffffff 50
  66. font_shadow = 0
  67.  
  68. # System Tray
  69. systray = 1
  70. systray_padding = 0 6 10
  71. systray_sort = left2right
  72. systray_background_id = 0
  73. systray_icon_size = 30
  74. systray_icon_asb = 100 0 0
  75.  
  76. # Clock
  77. time1_format = %H:%M
  78. time1_font = Zekton 11
  79. clock_font_color = #ffffff 100
  80. clock_tooltip =
  81. clock_padding = 5 6
  82. clock_background_id = 0
  83. clock_lclick_command =
  84. time1_timezone =
  85. time2_timezone =
  86. clock_tooltip_timezone =
  87.  
  88. # Tooltips
  89. tooltip = 0
  90. tooltip_padding = 2 2
  91. tooltip_show_timeout = 0.0
  92. tooltip_hide_timeout = 0.0
  93. tooltip_background_id = 2
  94. tooltip_font = Droid Sans 9
  95. tooltip_font_color = #FFFFFF 100
  96.  
  97. # Mouse
  98. mouse_middle = none
  99. mouse_right = close
  100. mouse_scroll_up = toggle
  101. mouse_scroll_down = iconify
  102.  
  103. # Battery
  104. battery = 0
  105. battery_low_status = 20
  106. battery_low_cmd = notify-send "battery low"
  107. battery_hide = 96
  108. bat1_font = Liberation Mono 8
  109. bat2_font = Liberation Mono 8
  110. battery_font_color = #B5B5B5 100
  111. battery_padding = 2 0
  112. battery_background_id = 0
  113.  
  114. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement