Advertisement
Guest User

Tatsu tint2 config

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