Advertisement
addy-dclxvi

liness-tint2

Feb 10th, 2018
1,565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.06 KB | None | 0 0
  1. # Liness tint2
  2. #
  3. # Hardcoded for 1366px width and 8 workspaces
  4. #
  5. # And not very clean config :)
  6. #
  7.  
  8. # Backgrounds
  9. # Background 1: Panel
  10. rounded = 0
  11. border_width = 0
  12. border_sides =
  13. border_content_tint_weight = 0
  14. background_content_tint_weight = 0
  15. background_color = #2f343f 0
  16. border_color = #000000 30
  17. background_color_hover = #000000 60
  18. border_color_hover = #000000 30
  19. background_color_pressed = #000000 60
  20. border_color_pressed = #000000 30
  21.  
  22. # Background 2: Default task, Iconified task
  23. rounded = 2
  24. border_width = 0
  25. border_sides = TBLR
  26. border_content_tint_weight = 0
  27. background_content_tint_weight = 0
  28. background_color = #d8dee8 100
  29. border_color = #777777 30
  30. background_color_hover = #aaaaaa 22
  31. border_color_hover = #eaeaea 44
  32. background_color_pressed = #555555 4
  33. border_color_pressed = #eaeaea 44
  34.  
  35. # Background 3: Active task
  36. rounded = 2
  37. border_width = 0
  38. border_sides = TBLR
  39. border_content_tint_weight = 0
  40. background_content_tint_weight = 0
  41. background_color = #81a1c1 100
  42. border_color = #ffffff 40
  43. background_color_hover = #aaaaaa 22
  44. border_color_hover = #eaeaea 44
  45. background_color_pressed = #555555 4
  46. border_color_pressed = #eaeaea 44
  47.  
  48. # Background 4: Urgent task
  49. rounded = 2
  50. border_width = 0
  51. border_sides = TBLR
  52. border_content_tint_weight = 0
  53. background_content_tint_weight = 0
  54. background_color = #ebcb8b 100
  55. border_color = #aa7733 100
  56. background_color_hover = #cc7700 100
  57. border_color_hover = #aa7733 100
  58. background_color_pressed = #555555 4
  59. border_color_pressed = #aa7733 100
  60.  
  61. # Background 5: Tooltip
  62. rounded = 1
  63. border_width = 1
  64. border_sides = TBLR
  65. border_content_tint_weight = 0
  66. background_content_tint_weight = 0
  67. background_color = #222222 100
  68. border_color = #333333 100
  69. background_color_hover = #ffffaa 100
  70. border_color_hover = #000000 100
  71. background_color_pressed = #ffffaa 100
  72. border_color_pressed = #000000 100
  73.  
  74. #-------------------------------------
  75. # Panel
  76. panel_items = T
  77. panel_size = 40% 15
  78. panel_margin = 0 0
  79. panel_padding = 2 1 2
  80. panel_background_id = 1
  81. wm_menu = 1
  82. panel_dock = 0
  83. panel_position = bottom center horizontal
  84. panel_layer = top
  85. panel_monitor = all
  86. panel_shrink = 0
  87. autohide = 0
  88. autohide_show_timeout = 0
  89. autohide_hide_timeout = 0.5
  90. autohide_height = 2
  91. strut_policy = follow_size
  92. panel_window_name = tint2
  93. disable_transparency = 1
  94. mouse_effects = 1
  95. font_shadow = 0
  96. mouse_hover_icon_asb = 100 0 10
  97. mouse_pressed_icon_asb = 100 0 0
  98.  
  99. #-------------------------------------
  100. # Taskbar
  101. taskbar_mode = multi_desktop
  102. taskbar_hide_if_empty = 0
  103. taskbar_padding = 6 4 4
  104. taskbar_background_id = 0
  105. taskbar_active_background_id = 0
  106. taskbar_name = 0
  107. taskbar_hide_inactive_tasks = 0
  108. taskbar_hide_different_monitor = 0
  109. taskbar_hide_different_desktop = 0
  110. taskbar_always_show_all_desktop_tasks = 1
  111. taskbar_name_padding = 2 2
  112. taskbar_name_background_id = 0
  113. taskbar_name_active_background_id = 0
  114. taskbar_name_font_color = #e3e3e3 0
  115. taskbar_name_active_font_color = #ffffff 0
  116. taskbar_distribute_size = 0
  117. taskbar_sort_order = none
  118. task_align = center
  119.  
  120. #-------------------------------------
  121. # Task
  122. task_text = 1
  123. task_icon = 0
  124. task_centered = 1
  125. urgent_nb_of_blink = 100000
  126. task_maximum_size = 150 35
  127. task_padding = 2 2 4
  128. task_tooltip = 0
  129. task_thumbnail = 0
  130. task_thumbnail_size = 210
  131. task_font_color = #ffffff 0
  132. task_background_id = 2
  133. task_active_background_id = 3
  134. task_urgent_background_id = 4
  135. task_iconified_background_id = 2
  136. mouse_left = toggle_iconify
  137. mouse_middle = none
  138. mouse_right = close
  139. mouse_scroll_up = toggle
  140. mouse_scroll_down = iconify
  141.  
  142. #-------------------------------------
  143. # System tray (notification area)
  144. systray_padding = 0 4 2
  145. systray_background_id = 0
  146. systray_sort = ascending
  147. systray_icon_size = 24
  148. systray_icon_asb = 100 0 0
  149. systray_monitor = 1
  150. systray_name_filter =
  151.  
  152. #-------------------------------------
  153. # Launcher
  154. launcher_padding = 2 4 2
  155. launcher_background_id = 0
  156. launcher_icon_background_id = 0
  157. launcher_icon_size = 24
  158. launcher_icon_asb = 100 0 0
  159. launcher_icon_theme_override = 0
  160. startup_notifications = 1
  161. launcher_tooltip = 1
  162.  
  163. #-------------------------------------
  164. # Clock
  165. time1_format = %H:%M
  166. time2_format = %A %d %B
  167. time1_timezone =
  168. time2_timezone =
  169. clock_font_color = #ffffff 100
  170. clock_padding = 2 0
  171. clock_background_id = 0
  172. clock_tooltip =
  173. clock_tooltip_timezone =
  174. clock_lclick_command =
  175. clock_rclick_command = orage
  176. clock_mclick_command =
  177. clock_uwheel_command =
  178. clock_dwheel_command =
  179.  
  180. #-------------------------------------
  181. # Battery
  182. battery_tooltip = 1
  183. battery_low_status = 10
  184. battery_low_cmd = notify-send "battery low"
  185. battery_full_cmd =
  186. battery_font_color = #ffffff 100
  187. bat1_format =
  188. bat2_format =
  189. battery_padding = 1 0
  190. battery_background_id = 0
  191. battery_hide = 101
  192. battery_lclick_command =
  193. battery_rclick_command =
  194. battery_mclick_command =
  195. battery_uwheel_command =
  196. battery_dwheel_command =
  197. ac_connected_cmd =
  198. ac_disconnected_cmd =
  199.  
  200. #-------------------------------------
  201. # Tooltip
  202. tooltip_show_timeout = 0.5
  203. tooltip_hide_timeout = 0.1
  204. tooltip_padding = 4 4
  205. tooltip_background_id = 5
  206. tooltip_font_color = #dddddd 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement