Advertisement
Guest User

tint2

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