Advertisement
corrosiontears

Tin2 - Dark Config

Jun 6th, 2015
751
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.61 KB | None | 0 0
  1. # Tint2 config file
  2. # Generated by tintwizard (http://code.google.com/p/tintwizard/)
  3. # For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
  4. # example: https://lh5.googleusercontent.com/-sAblUyLKqrU/VXHVMktew9I/AAAAAAAAAdY/KJgAxPogjKM/w958-h539-no/Captura%2Bde%2Bpantalla%2Bde%2B2014-11-03%2B21%253A08%253A43.png
  5.  
  6. # Background definitions
  7. # ID 1
  8. rounded = 0
  9. border_width = 1
  10. background_color = #2D2D2D 100
  11. border_color = #484848 0
  12.  
  13. # ID 2
  14. rounded = 0
  15. border_width = 0
  16. background_color = #09B871 100
  17. border_color = #000000 100
  18.  
  19. # Panel
  20. panel_monitor = all
  21. panel_position = bottom center horizontal
  22. panel_size = 95% 31
  23. panel_margin = -2 -1
  24. panel_padding = 0 0 10
  25. panel_dock = 0
  26. wm_menu = 1
  27. panel_layer = normal
  28. panel_background_id = 1
  29.  
  30. # Panel Autohide
  31. autohide = 0
  32. autohide_show_timeout = 0.2
  33. autohide_hide_timeout = 1
  34. autohide_height = 0
  35. strut_policy = follow_size
  36.  
  37. # Taskbar
  38. taskbar_mode = single_desktop
  39. taskbar_padding = 0 0 10
  40. taskbar_background_id = 0
  41. taskbar_active_background_id = 0
  42.  
  43. # Tasks
  44. urgent_nb_of_blink = 20
  45. task_icon = 1
  46. task_text = 1
  47. task_centered = 0
  48. task_maximum_size = 200 32
  49. task_padding = 10 4
  50. task_background_id = 0
  51. task_active_background_id = 2
  52. task_urgent_background_id = 0
  53. task_iconified_background_id = 0
  54.  
  55. # Task Icons
  56. task_icon_asb = 100 0 0
  57. task_active_icon_asb = 100 0 0
  58. task_urgent_icon_asb = 100 0 0
  59. task_iconified_icon_asb = 100 0 0
  60.  
  61. # Fonts
  62. task_font = Droid Sans 9
  63. task_font_color = #DCDCDC 100
  64. task_active_font_color = #FFFFFF 100
  65. task_urgent_font_color = #FFFFFF 100
  66. task_iconified_font_color = #DCDCDC 80
  67. font_shadow = 0
  68.  
  69. # System Tray
  70. systray = 1
  71. systray_padding = 0 6 15
  72. systray_sort = left2right
  73. systray_background_id = 0
  74. systray_icon_size = 16
  75. systray_icon_asb = 100 0 0
  76.  
  77. # Clock
  78. time1_format = %I:%M:%S
  79. time1_font = Droid Sans 9
  80. time2_format = %a %d %b
  81. time2_font = Sans 8
  82. clock_font_color = #FFFFFF 100
  83. clock_padding = 10 6
  84. clock_background_id = 2
  85. clock_lclick_command = gsimplecal
  86. time1_timezone =
  87. time2_timezone =
  88.  
  89. # Tooltips
  90. tooltip = 1
  91. tooltip_padding = 2 2
  92. tooltip_show_timeout = 0.0
  93. tooltip_hide_timeout = 0.0
  94. tooltip_background_id = 2
  95. tooltip_font = Droid Sans 9
  96. tooltip_font_color = #FFFFFF 100
  97.  
  98. # Mouse
  99. mouse_middle = none
  100. mouse_right = none
  101. mouse_scroll_up = toggle
  102. mouse_scroll_down = iconify
  103.  
  104. # Battery
  105. battery = 1
  106. battery_low_status = 20
  107. battery_low_cmd = notify-send "battery low"
  108. battery_hide = 96
  109. bat1_font = Liberation Mono 8
  110. bat2_font = Liberation Mono 8
  111. battery_font_color = #B5B5B5 100
  112. battery_padding = 2 0
  113. battery_background_id = 0
  114.  
  115. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement