Volkova

Tint2 rc

Jul 26th, 2011
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. #---------------------------------------------
  2. # BACKGROUND AND BORDER
  3. #---------------------------------------------
  4. rounded = 0
  5. border_width = 0
  6. background_color = #333 1000
  7. border_color = #000 75
  8.  
  9. rounded = 1
  10. border_width = 0
  11. background_color = #666 85
  12. border_color = #ffffff 70
  13.  
  14. rounded = 3
  15. border_width = 0
  16. background_color = #222 100
  17. border_color = #ffffff 25
  18.  
  19. #---------------------------------------------
  20. # PANEL
  21. #---------------------------------------------
  22. panel_monitor = all
  23. panel_position = bottom right horizontal
  24. panel_size = 100% 24
  25. panel_margin = 0 0
  26. panel_padding = 12 2 8
  27. font_shadow = 0
  28. panel_background_id = 1
  29. wm_menu = 0
  30.  
  31. #---------------------------------------------
  32. # TASKBAR
  33. #---------------------------------------------
  34. taskbar_mode = single_desktop
  35. taskbar_padding = 2 2 2
  36. taskbar_background_id = 2
  37.  
  38. #---------------------------------------------
  39. # TASKS
  40. #---------------------------------------------
  41. task_icon = 0
  42. task_text = 1
  43. task_width = 65
  44. task_centered = 0
  45. task_padding = 2 1
  46. task_font = sans 7
  47. task_font_color = #FFE1E3 70
  48. task_active_font_color = #FFE1E3 85
  49. task_background_id = 3
  50. task_active_background_id = 3
  51.  
  52. #---------------------------------------------
  53. # SYSTRAYBAR
  54. #---------------------------------------------
  55. systray_padding = 0 0 0
  56. systray_background_id = 0
  57.  
  58. #---------------------------------------------
  59. # CLOCK
  60. #---------------------------------------------
  61. time1_format = %H:%M
  62. time1_font = sans 8
  63. time2_format = %A, %d %B %Y
  64. time2_font = sans 6
  65. clock_font_color = #FFE1E3 76
  66. clock_padding = 4 4
  67. clock_background_id = 0
  68.  
  69. #---------------------------------------------
  70. # MOUSE ACTION ON TASK
  71. #---------------------------------------------
  72. mouse_middle = none
  73. mouse_right = close
  74. mouse_scroll_up = toggle
  75. mouse_scroll_down = iconify
Advertisement
Add Comment
Please, Sign In to add comment