Advertisement
Guest User

Untitled

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