Advertisement
Guest User

Untitled

a guest
Jun 1st, 2011
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. #---------------------------------------------
  2. # TINT2 CONFIG FILE
  3. #---------------------------------------------
  4. strut_policy = none
  5. #---------------------------------------------
  6. # BACKGROUND AND BORDER
  7. #---------------------------------------------
  8. rounded = 0
  9. border_width = 1
  10. border_color = #444444 50
  11. background_color = #121212 75
  12.  
  13. rounded = 0
  14. border_width = 1
  15. border_color = #49db21 50
  16. background_color = #121212 75
  17.  
  18. rounded = 0
  19. border_width = 1
  20. border_color = #444444 50
  21. background_color = #121212 75
  22.  
  23. #---------------------------------------------
  24. # PANEL
  25. #---------------------------------------------
  26. panel_monitor = all
  27. panel_position = bottom right
  28. panel_size = 75% 21
  29. panel_margin = 0 0
  30. panel_padding = 0 0 3
  31. font_shadow = 0
  32. panel_background_id = 0
  33.  
  34. #---------------------------------------------
  35. # TASKBAR
  36. #---------------------------------------------
  37. taskbar_mode = single_monitor
  38. taskbar_padding = 4 1 3
  39. taskbar_background_id = 0
  40.  
  41. #---------------------------------------------
  42. # TASKS
  43. #---------------------------------------------
  44. task_icon = 0
  45. task_text = 1
  46. task_width = 0 #140
  47. task_centered = 1
  48. task_padding = 6 0
  49. task_font = Freesans 10
  50. task_font_color = #ffffff 50
  51. task_active_font_color = #ffffff 50
  52. task_background_id = 1
  53. task_active_background_id = 2
  54.  
  55. #---------------------------------------------
  56. # SYSTEM TRAY
  57. #---------------------------------------------
  58. systray = 1
  59. systray_padding = 4 4 5
  60. systray_sort = ascending
  61. systray_background_id = 1
  62. systray_icon_size = 16
  63. systray_icon_asb = 70 0 0
  64.  
  65. #---------------------------------------------
  66. # BATTERY
  67. #---------------------------------------------
  68. battery = 1
  69. battery_low_status = 10
  70. battery_low_cmd = notify-send "battery low"
  71. battery_hide = 98
  72. bat1_font = mintsmild
  73. bat2_font = mintsmild 0
  74. battery_font_color = #FFFFFF 75
  75. battery_padding = 10 4
  76. battery_background_id = 1
  77.  
  78. #---------------------------------------------
  79. # CLOCK
  80. #---------------------------------------------
  81. #time1_format = %I:%M %D
  82. #time1_font = mintsmild
  83. #clock_background_id = 1
  84. #clock_font_color = #FFFFFF 75
  85. #clock_padding = 8 4
  86.  
  87. #---------------------------------------------
  88. # MOUSE ACTION ON TASK
  89. #---------------------------------------------
  90. mouse_middle = none
  91. mouse_right = iconify
  92. mouse_scroll_up = toggle
  93. mouse_scroll_down = iconify
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement