Advertisement
discrust

tint2rc [1]

May 7th, 2012 (edited)
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 2.02 KB | None | 0 0
  1. #---------------------------------------------
  2. # TINT2 CONFIG FILE
  3. #---------------------------------------------
  4.  
  5. #---------------------------------------------
  6. # BACKGROUND AND BORDER
  7. #---------------------------------------------
  8. rounded = 1
  9. border_width = 1
  10. background_color = #7b7b7b 100
  11.  
  12. border_color =  #222222 0
  13.  
  14. rounded = 1
  15. border_width = 1
  16. background_color = #ececec 50
  17. border_color = #000000 0
  18.  
  19. rounded = 1
  20. border_width = o0background_color = #ececec 50
  21. border_color = #000000 0
  22.  
  23. #---------------------------------------------
  24. # PANEL
  25. #---------------------------------------------
  26. panel_monitor = all
  27. panel_position = bottom center horizontal
  28. panel_size = 100% 31
  29. panel_margin = 0 0
  30. panel_padding = 1 4 4
  31. font_shadow = 0
  32. panel_background_id = 0
  33. wm_menu = 1
  34.  
  35. #---------------------------------------------
  36. # TASKBAR
  37. #---------------------------------------------
  38. taskbar_mode = one
  39. taskbar_padding = 3 1 3
  40. taskbar_background_id = 0
  41.  
  42. #---------------------------------------------
  43. # TASK
  44. #---------------------------------------------
  45. task_icon = 0
  46. task_text = 1
  47. task_width = 0
  48. task_centered = 1
  49. task_padding = 2 2
  50. task_font = Liberation Mono 8
  51. task_font_color = #7B7B7B 100
  52. task_active_font_color = #1b1b1b 100
  53. task_background_id = 0
  54. task_active_background_id = 1
  55.  
  56. #---------------------------------------------
  57. # SYSTRAYBAR
  58. #---------------------------------------------
  59. systray_padding = 1 2 1
  60. systray_background_id = 0
  61.  
  62. #---------------------------------------------
  63. # CLOCK
  64. #---------------------------------------------
  65. time1_format = %H : %M : %S
  66. time1_font = Liberation Bold 8
  67. time2_format = %d | %b | %a
  68. time2_font = Liberation Mono 7.5
  69. clock_font_color = #7B7B7B 100
  70. clock_padding = 4 4
  71. clock_background_id = 3
  72. clock_lclick_command = /usr/bin/gsimplecal
  73.  
  74. #---------------------------------------------
  75. # MOUSE ACTION ON TASK
  76. #---------------------------------------------
  77. mouse_middle = none
  78. mouse_right = close
  79. mouse_scroll_up = toggle
  80. mouse_scroll_down = iconify
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement