Advertisement
Guest User

tint2rc

a guest
Jul 18th, 2015
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. # Background and border
  2. rounded = 0
  3. border_width = 0
  4. background_color = #000000 100
  5. border_color = #FFFFFF 16
  6.  
  7. # Active task
  8. rounded = 0
  9. border_width = 0
  10. #background_color = #D2B079 90
  11. background_color = #D64937 100
  12. border_color = #FFFFFF 48
  13.  
  14. # Inactive task
  15. rounded = 0
  16. border_width = 0
  17. background_color = #1D1D1D 0
  18. border_color = #FFFFFF 68
  19.  
  20. # Panel
  21. panel_monitor = all
  22. panel_position = top center horizontal
  23. panel_items = TSBC
  24. panel_size = 100% 30
  25. panel_margin = 0 0
  26. panel_padding = 7 -2 7
  27. panel_dock = 0
  28. wm_menu = 1
  29. panel_layer = top
  30. panel_background_id = 1
  31.  
  32. # Panel Autohide
  33. autohide = 0
  34. autohide_show_timeout = 0.3
  35. autohide_hide_timeout = 2
  36. autohide_height = 2
  37. strut_policy = follow_size
  38.  
  39. # Taskbar
  40. taskbar_mode = single_desktop
  41. taskbar_padding = -4 2 2
  42. taskbar_background_id = 0
  43. taskbar_active_background_id = 0
  44.  
  45. # Tasks
  46. urgent_nb_of_blink = 8
  47. task_icon = 1
  48. task_text = 1
  49. task_centered = 1
  50. task_maximum_size = 140 35
  51. task_padding = 4 4
  52. task_background_id = 3
  53. task_active_background_id = 2
  54. task_urgent_background_id = 2
  55. task_iconified_background_id = 3
  56. task_tooltip = 0
  57.  
  58. # Task Icons
  59. task_icon_asb = 100 0 0
  60. task_active_icon_asb = 100 0 0
  61. task_urgent_icon_asb = 100 0 0
  62. task_iconified_icon_asb = 70 0 0
  63.  
  64. # Task Fonts
  65. task_font = sans 8
  66. task_font_color = #FFFFFF 100
  67. task_active_font_color = #FFFFFF 100
  68. task_urgent_font_color = #FFFFFF 100
  69. task_iconified_font_color = #FFFFFF 100
  70. font_shadow = 0
  71.  
  72. # Launcher
  73. #launcher_icon_theme = numix
  74. launcher_padding = 1 1 1
  75. launcher_background_id = 0
  76. launcher_icon_size = 18
  77. launcher_icon_asb = 100 0 0
  78. launcher_tooltip = 0
  79.  
  80. # System Tray
  81. systray = 1
  82. systray_padding = 0 4 5
  83. systray_sort = ascending
  84. systray_background_id = 0
  85. systray_icon_size = 20
  86. systray_icon_asb = 100 0 0
  87.  
  88. # Battery
  89. battery = 1
  90. battery_low_status = 10
  91. battery_low_cmd = notify-send "battery low"
  92. battery_hide = never
  93. bat1_font = DejaVu sans bold 8
  94. bat2_font = DejaVu sans 0
  95. battery_font_color = #FFFFFF 100
  96. battery_padding = 1 0
  97. battery_background_id = 0
  98.  
  99. # Clock
  100. time1_format = %H:%M
  101. time1_font = sans bold 8
  102. #time2_format = %A %d %B
  103. time2_font = DejaVu sans 6
  104. clock_font_color = #FFFFFF 100
  105. clock_padding = 1 0
  106. clock_background_id = 0
  107. clock_lclick_command = gsimplecal
  108.  
  109. # Tooltips
  110. tooltip_padding = 2 2
  111. tooltip_show_timeout = 0.7
  112. tooltip_hide_timeout = 0.3
  113. tooltip_background_id = 1
  114. tooltip_font = sans 10
  115. tooltip_font_color = #000000 80
  116.  
  117. # Mouse
  118. mouse_middle = close
  119. mouse_right = none
  120. #mouse_scroll_up = toggle
  121. #mouse_scroll_down = iconify
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement