Advertisement
m3m5

tint2rc

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