Advertisement
Guest User

tint2rc

a guest
Jan 19th, 2011
730
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. #---------------------------------------------
  2. # TINT2 CONFIG FILE
  3. #---------------------------------------------
  4. #panel_items = LTSBC
  5. #---------------------------------------------
  6. # BACKGROUND AND BORDER
  7. #---------------------------------------------
  8. rounded = 2
  9. border_width = 1
  10. background_color = #000000 0
  11. border_color = #ffffff 20
  12. rounded = 0
  13. border_width = 1
  14. background_color = #ffffff 10
  15. border_color = #ffffff 13
  16. rounded = 2
  17. border_width = 1
  18. background_color = #000000 40
  19. border_color = #ffffff 20
  20. #---------------------------------------------
  21. # PANEL
  22. #---------------------------------------------
  23. panel_monitor = all
  24. panel_position = bottom center
  25. panel_size = 100% 23
  26. panel_margin = 10 -2
  27. panel_padding = 7 1
  28. font_shadow = 0
  29. panel_background_id = 0
  30. wm_menu = 1
  31. panel_dock = 0
  32. panel_layer = bottom
  33. #---------------------------------------------
  34. # TASKBAR
  35. #---------------------------------------------
  36. taskbar_mode = multi_desktop
  37. #taskbar_mode = single_desktop
  38. taskbar_padding = 0 0 0
  39. taskbar_background_id = 3
  40. #---------------------------------------------
  41. # TASKS
  42. #---------------------------------------------
  43. task_icon = 1
  44. task_text = 1
  45. task_width = 300
  46. task_centered = 1
  47. task_padding = 2 2
  48. task_font = sans 7
  49. task_font_color = #5894dc 80
  50. task_active_font_color = #5894dc 100
  51. task_background_id = 0
  52. task_active_background_id = 2
  53. #---------------------------------------------
  54. # SYSTRAYBAR
  55. #---------------------------------------------
  56. systray = 1
  57. systray_padding = 2 2 2
  58. systray_background_id = 3
  59. systray_sort = left2right
  60. systray_icon_size = 0
  61. systray_icon_asb = 100 0 0
  62. #---------------------------------------------
  63. # CLOCK
  64. #---------------------------------------------
  65. time1_format = %H:%M %a
  66. #time1_format = %R %a
  67. time1_font = sans bold 8
  68. time2_format = %d.%m.%y
  69. time2_font = sans 6
  70. clock_font_color = #5f8674 100
  71. clock_padding = 2 2
  72. clock_background_id = 0
  73. #clock_lclick_command = xclock
  74. #clock_rclick_command = orage
  75. #---------------------------------------------
  76. # BATTERY
  77. #---------------------------------------------
  78. battery = 1
  79. battery_hide = 100
  80. battery_low_status = 10
  81. battery_low_cmd = ls
  82. bat1_font = sans bold 8
  83. bat2_font = sans 6
  84. battery_font_color = #5f8674 100
  85. battery_padding = 1 0
  86. battery_background_id = 0
  87. #---------------------------------------------
  88. # TOOLTIP
  89. #---------------------------------------------
  90. tooltip = 0
  91. tooltip_padding = 2 2
  92. tooltip_show_timeout = 0.7
  93. tooltip_hide_timeout = 0.3
  94. tooltip_background_id = 1
  95. tooltip_font_color = #OOOOOO 80
  96. tooltip_font = sans 10
  97. #---------------------------------------------
  98. # MOUSE ACTION ON TASK
  99. #---------------------------------------------
  100. mouse_middle = none
  101. mouse_right = none
  102. mouse_scroll_up = toggle
  103. mouse_scroll_down = iconify
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement