Advertisement
learnlinuxtv

Untitled

Oct 16th, 2019
809
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. # BACKGROUNDS
  2. rounded = 0
  3. border_width = 1
  4. background_color = #424242 50
  5. border_color = #484848 100
  6. background_color_hover = color opacity
  7. border_color_hover = color opacity
  8. background_color_pressed = color opacity
  9. border_color_pressed = color opacity
  10.  
  11. # PANEL
  12. panel_monitor = 1
  13. panel_position = center left vertical
  14. panel_size = 100% 52
  15. panel_margin = 0 0
  16. panel_padding = 0 0 0
  17. font_shadow = 0
  18. panel_background_id = 1
  19. wm_menu = 0
  20. panel_dock = 0
  21. panel_layer = normal
  22. strut_policy = follow_size
  23. #panel_window_name =
  24. disable_transparency = 1
  25. mouse_effects = 1
  26. #mouse_hover_icon_asb = alpha saturation brightness
  27. #mouse_pressed_icon_asb = alpha saturation brightness
  28. autohide = 0
  29. autohide_show_timeout = 0
  30. autohide_hide_timeout = 0
  31. autohide_height = 4
  32.  
  33. # LAUNCHER
  34. #launcher_item_app = path_to_application
  35. #launcher_apps_dir = path_to_directory
  36. #launcher_background_id = integer
  37. #launcher_icon_background_id = integer
  38. #launcher_padding = horizontal_padding vertical_padding spacing
  39. #launcher_icon_size = integer
  40. #launcher_icon_theme = name_of_theme
  41. #launcher_icon_theme_override = boolean
  42. #launcher_icon_asb = alpha
  43. #launcher_tooltip = boolean
  44. #startup_notifications = boolean
  45.  
  46. # TASKBAR
  47. taskbar_mode = single_desktop
  48. taskbar_distribute_size = 0
  49. taskbar_padding = 0 0 4
  50. taskbar_background_id = 0
  51. #taskbar_active_background_id = integer
  52. #taskbar_hide_inactive_tasks = boolean
  53. #taskbar_hide_different_monitor = boolean
  54. #taskbar_always_show_all_desktop_tasks = boolean
  55. taskbar_sort_order = none
  56. task_align = left
  57. taskbar_name = 0
  58. #taskbar_name_padding = padding
  59. #taskbar_name_background_id = integer
  60. #taskbar_name_font = [FAMILY-LIST] [STYLE-OPTIONS] [SIZE]
  61. #taskbar_name_font_color = color opacity
  62. #taskbar_name_active_background_id = integer
  63. #taskbar_name_active_font_color = color opacity
  64.  
  65. # TASKS
  66. task_icon = 1
  67. task_text = 0
  68. task_centered = 1
  69. task_tooltip = 0
  70. task_maximum_size = 48 48
  71. task_padding = 2 2 2
  72. urgent_nb_of_blink = 8
  73. #task_font = [FAMILY-LIST] [STYLE-OPTIONS] [SIZE]
  74. task_font_color = color opacity
  75. task_icon_asb = 50 -100 0
  76. task_background_id = 0
  77.  
  78. #task_active_font_color = color opacity
  79. task_active_icon_asb = 100 0 0
  80. task_active_background_id = 0
  81.  
  82. #task_iconified_font_color = color opacity
  83. task_iconified_icon_asb = 50 -100 0
  84. task_iconified_background_id = 0
  85.  
  86. #task_urgent_font_color = color opacity
  87. task_urgent_icon_asb = 100 0 0
  88. task_urgent_background_id = 0
  89.  
  90. # MOUSE
  91. mouse_right = close
  92. mouse_left = toggle_iconify
  93. mouse_scroll_down = iconify
  94. mouse_scroll_up = toggle
  95.  
  96. # SYSTEM TRAY
  97. systray_padding = 10 0 5
  98. systray_background_id = 0
  99. systray_sort = ascending
  100. systray_icon_size = 24
  101. systray_icon_asb = 100 0 0
  102. systray_monitor = 1
  103.  
  104. # BATTERY
  105. battery = 1
  106. battery_low_status = 10
  107. battery_low_cmd = systemctl suspend
  108. battery_hide = 0
  109. bat1_font = Sans 12
  110. bat2_font = Sans 8
  111. battery_font_color = #FFFFFF 100
  112. battery_padding = 10 0 0
  113. battery_background_id = 0
  114.  
  115. # CLOCK
  116. time1_format = %H:%M
  117. time1_font = Sans 12
  118. time2_format = %b-%d
  119. clock_font_color = #FFFFFF 100
  120. clock_padding = 10 0 0
  121. clock_background_id = 0
  122. clock_lclick_command = gsimplecal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement