Stinky_F00t

tint2rc

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