Advertisement
Guest User

tint2rc

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