Guest User

tint2

a guest
Oct 27th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. # Background definitions
  2. # ID 1
  3. rounded = 0
  4. border_width = 0
  5. background_color = #080A0D 100
  6. border_color = #000000 100
  7.  
  8. # ID 2
  9. rounded = 0
  10. border_width = 0
  11. background_color = #ffffff 100
  12. border_color = #0A284A 100
  13.  
  14. # ID 3
  15. rounded = 0
  16. border_width = 0
  17. background_color = #fcfcfc 100
  18. border_color = #323232 100
  19.  
  20. # Panel
  21. panel_monitor = all
  22. panel_position = top center horizontal
  23. panel_size = 100% 14
  24. panel_margin = 0
  25. panel_padding = 0 0 0
  26. panel_dock = 0
  27. wm_menu = 0
  28. panel_layer = normal
  29. panel_background_id = 1
  30.  
  31. # Panel Autohide
  32. autohide = 0
  33. autohide_show_timeout = 0.03
  34. autohide_hide_timeout = 0.03
  35. autohide_height = 1
  36. strut_policy = follow_size
  37.  
  38. # Taskbar
  39. taskbar_mode = single_desktop
  40. taskbar_padding = 0 0 0
  41. taskbar_background_id = 0
  42. #taskbar_active_background_id = 0
  43.  
  44. # Tasks
  45. urgent_nb_of_blink = 0
  46. task_icon = 0
  47. task_text = 1
  48. task_centered = 1
  49. task_maximum_size = 185 0
  50. task_padding = 6 1
  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 =lemon Regular 8
  64. task_font_color = #ffffff 100
  65. task_active_font_color = #080A0D 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 = 6 0 6
  73. systray_sort = ascending
  74. systray_background_id = 0
  75. systray_icon_size = 0
  76. systray_icon_asb = 100 0 0
  77.  
  78. # Clock
  79. time1_format = %a %d %b, %H:%M
  80. time1_font = lemon Regular 8
  81. clock_font_color = #ffffff 100
  82. clock_padding = 3 0
  83. clock_background_id = 0
  84. time1_timezone =
  85. time2_timezone =
  86. clock_tooltip_timezone =
  87.  
  88. # Tooltips
  89. tooltip = 0
  90. tooltip_padding = 2 2
  91. tooltip_show_timeout = 0.5
  92. tooltip_hide_timeout = 0.1
  93. tooltip_background_id = 0
  94. tooltip_font = Arial Bold 9
  95. tooltip_font_color = #222222 100
  96.  
  97. # Mouse
  98. mouse_middle = close
  99. mouse_right = none
  100. mouse_scroll_up = toggle
  101. mouse_scroll_down = iconify
  102.  
  103. # Battery
  104. battery = 0
  105. battery_low_status = 10
  106. battery_low_cmd = notify-send "battery low"
  107. battery_hide = 101
  108. bat1_font = Arial Bold 9
  109. bat2_font = Sans 0
  110. battery_font_color = #0D0D0D 100
  111. battery_padding = 3 0
  112. battery_background_id = 0
  113.  
  114. # End of config
Advertisement
Add Comment
Please, Sign In to add comment