Advertisement
soaheb

tint2

Apr 16th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. #---------------------------------------------
  2. # TINT2 CONFIG FILE
  3. #---------------------------------------------
  4.  
  5. #---------------------------------------------
  6. # BACKGROUND AND BORDER
  7. #---------------------------------------------
  8.  
  9. rounded = 0
  10. border_width = 0
  11. background_color = #696969 100
  12. border_color = #ffffff 20
  13.  
  14. rounded = 0
  15. border_width = 0
  16. background_color = #4F4F4F 100
  17. border_color = #ffffff 20
  18.  
  19. rounded = 0
  20. border_width = 0
  21. background_color = #1C1C1C 100
  22. border_color = #ffffff 20
  23.  
  24. rounded = 0
  25. border_width = 1
  26. background_color = #363636 100
  27. border_color = #ffffff 20
  28.  
  29. #---------------------------------------------
  30. # PANEL
  31. #---------------------------------------------
  32. panel_monitor = all
  33. panel_position = bottom center horizontal
  34. panel_size = 100% 25
  35. panel_margin = 0 0
  36. panel_padding = 5 3 5
  37. font_shadow = 0
  38. panel_background_id = 3
  39. wm_menu = 1
  40. panel_dock = 0
  41.  
  42. #---------------------------------------------
  43. # TASKBAR
  44. #---------------------------------------------
  45. taskbar_mode = multi_desktop
  46. taskbar_padding = 2 2 2
  47. taskbar_background_id = 4
  48. taskbar_active_background_id = 2
  49.  
  50. #---------------------------------------------
  51. # TASKS
  52. #---------------------------------------------
  53. urgent_nb_of_blink = 10
  54. task_icon = 1
  55. task_text = 0
  56. task_width = 50
  57. task_centered = 1
  58. task_padding = 2 1
  59. task_font = sans 7
  60. task_font_color = #FFE1E3 70
  61. task_active_font_color = #FFE1E3 85
  62. task_background_id = 0
  63. task_active_background_id = 1
  64. #task_icon_asb = 20 20 50
  65. #task_active_icon_asb = 50 50 100
  66.  
  67. #---------------------------------------------
  68. # TOOLTIPS
  69. #---------------------------------------------
  70. tooltip = 1
  71. tooltip_padding = 0 0
  72. tooltip_show_timeout = 0
  73. tooltip_hide_timeout = 0
  74. tooltip_background_id = 2
  75. tooltip_font = Sans 10
  76. tooltip_font_color = #D3D3D3 60
  77.  
  78. #---------------------------------------------
  79. # SYSTRAYBAR
  80. #---------------------------------------------
  81. systray = 1
  82. systray_padding = 2 2 2
  83. systray_background_id = 4
  84. systray_sort = ascending
  85.  
  86.  
  87. #---------------------------------------------
  88. # BATTERY
  89. #---------------------------------------------
  90. #---------------------------------------------
  91. # BATTERY
  92. #---------------------------------------------
  93. battery = 1
  94. battery_low_status = 7
  95. battery_low_cmd = notify-send "battery low"
  96. bat1_font = blackjack 0
  97.  
  98. battery_font_color = #ffffff 100
  99. battery_padding = 1 0
  100. battery_background_id = 1
  101.  
  102. #---------------------------------------------
  103. # MOUSE ACTION ON TASK
  104. #---------------------------------------------
  105. mouse_middle = none
  106. mouse_right = close
  107. mouse_scroll_up = toggle
  108. mouse_scroll_down = iconify
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement