Advertisement
Guest User

Untitled

a guest
Dec 18th, 2013
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. # Background definitions
  2. # ID 1 - Panel Background
  3. rounded = 0
  4. border_width = 1
  5. background_color = #2d2d2d 100
  6. #absolute gtk#background_color = #E1E1E1 100
  7. #background_color = #303030 85
  8. ##background_color = #808080 75
  9. border_color = #212121 100
  10.  
  11. # ID 2 - Selected Task
  12. rounded = 0
  13. border_width = 1
  14. background_color = #d64937 100
  15. border_color = #212121 100
  16.  
  17. # ID 3 - Unselected Task
  18. rounded = 0
  19. border_width = 1
  20. background_color = #4e4e4e 100
  21. border_color = #212121 100
  22.  
  23. # ID 4 - Tray & Clock Background
  24. rounded = 0
  25. border_width = 0
  26. background_color = #000000 0
  27. border_color = #000000 100
  28.  
  29. # ID 5 - Tooltips
  30. rounded = 0
  31. border_width = 0
  32. background_color = #000000 80
  33. border_color = #000000 100
  34.  
  35. # Panel
  36. panel_monitor = all
  37. panel_position = top left horizontal
  38. #panel_position = top right vertical
  39. #panel_size = 1240 20
  40. #panel_size = 1240 20
  41. panel_size = 100% 28
  42. panel_margin = 0 0
  43. panel_padding = 0 2 0
  44. panel_dock = 0
  45. wm_menu = 1
  46. panel_layer = bottom
  47. panel_background_id = 1
  48.  
  49. # Panel Autohide
  50. autohide = 0
  51. autohide_show_timeout = 0.3
  52. autohide_hide_timeout = 2
  53. autohide_height = 2
  54. strut_policy = follow_size
  55.  
  56. # Taskbar
  57. taskbar_mode = single_desktop
  58. taskbar_padding = 2 0 2
  59. taskbar_background_id = 0
  60. taskbar_active_background_id = 0
  61.  
  62. # Tasks
  63. urgent_nb_of_blink = 8
  64. task_icon = 1
  65. task_text = 1
  66. task_centered = 0
  67. task_maximum_size = 150 15
  68. task_padding = 2 2
  69. task_background_id = 3
  70. task_active_background_id = 2
  71. task_urgent_background_id = 2
  72. task_iconified_background_id = 3
  73.  
  74. # Task Icons
  75. task_icon_asb = 100 0 0
  76. task_active_icon_asb = 100 0 0
  77. task_urgent_icon_asb = 100 0 0
  78. task_iconified_icon_asb = 85 0 0
  79.  
  80. # Fonts
  81. task_font = sans 9
  82. #task_font_color = #B9B9B9 75
  83. #task_active_font_color = #FFFFFF 100
  84. #task_urgent_font_color = #B9B9B9 100
  85. #task_iconified_font_color = #B9B9B9 100
  86. task_font_color = #dcdcdc 100
  87. #task_active_font_color = #306090 100
  88. task_active_font_color = #ffffff 100
  89. task_urgent_font_color = #d64937 100
  90. task_iconified_font_color = #a0a0a0 100
  91.  
  92.  
  93. font_shadow = 0
  94.  
  95. # System Tray
  96. systray = 1
  97. systray_padding = 4 0 6
  98. systray_sort = ascending
  99. systray_background_id = 4
  100. systray_icon_size = 16
  101. systray_icon_asb = 100 -100 -15
  102.  
  103. # Clock
  104. time1_format = %I:%M %p
  105. time1_font = bitstream vera sans 10
  106. #time2_format = %a, %b %d
  107. #time2_font = sans 9
  108. clock_font_color = #dcdcdc 100
  109. clock_padding = 4 4
  110. clock_background_id = 4
  111. #clock_rclick_command = orage
  112.  
  113. # Tooltips
  114. tooltip = 0
  115. tooltip_padding = 2 2
  116. tooltip_show_timeout = 0.1
  117. tooltip_hide_timeout = 0.2
  118. tooltip_background_id = 5
  119. tooltip_font = sans 10
  120. tooltip_font_color = #FFFFFF 80
  121.  
  122. # Mouse
  123. mouse_middle = close
  124. mouse_right = none
  125. mouse_scroll_up = none
  126. mouse_scroll_down = none
  127.  
  128. # Battery
  129. battery = 0
  130. battery_low_status = 10
  131. battery_low_cmd = notify-send "battery low"
  132. battery_hide = 98
  133. bat1_font = sans 8
  134. bat2_font = sans 6
  135. battery_font_color = #FFFFFF 74
  136. battery_padding = 1 0
  137. battery_background_id = 0
  138.  
  139. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement