Advertisement
Guest User

Untitled

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