Advertisement
cirrus

tint2

Aug 1st, 2012
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. ---------------------------------------------
  2. # TINT2 CONFIG FILE
  3. #---------------------------------------------
  4. #---------------------------------------------
  5. # BACKGROUND AND BORDER
  6. #---------------------------------------------
  7. #panels
  8. rounded = 5
  9. border_width = 1
  10. background_color = #1A1A1A 75
  11. border_color = #05B8CC 100
  12. #active task button
  13. rounded = 10
  14. border_width = 0
  15. background_color = #06A7BB 20
  16. border_color = #05B8CC 20
  17. #non active task button
  18. rounded = 10
  19. border_width = 0
  20. background_color = #ffffff 0
  21. border_color = #ffffff 0
  22. #---------------------------------------------
  23. # PANEL
  24. #---------------------------------------------
  25. panel_monitor = 1
  26. panel_position = top center
  27. panel_size = 100% 28
  28. panel_margin = 0 0
  29. panel_padding = 1 2
  30. font_shadow = 0
  31. panel_background_id = 0
  32. #---------------------------------------------
  33. # TASKBAR
  34. #---------------------------------------------
  35. taskbar_mode = multi_desktop
  36. taskbar_padding = 0 0 0
  37. taskbar_background_id = 1
  38. #---------------------------------------------
  39. # TASKS
  40. #---------------------------------------------
  41. task_icon = 1
  42. task_text = 1
  43. task_width = 200
  44. task_centered = 1
  45. task_padding = 2 2
  46. task_font = sans 9
  47. task_font_color = #ffffff 70
  48. task_active_font_color = #ffffff 85
  49. task_background_id = 3
  50. task_active_background_id = 2
  51. #---------------------------------------------
  52. # SYSTRAYBAR
  53. #---------------------------------------------
  54. systray_padding = 4 2 3
  55. systray_background_id = 1
  56. #---------------------------------------------
  57. # CLOCK
  58. #---------------------------------------------
  59. time1_format = %a, %b %d, %r
  60. time1_font = sans 10
  61. #time1_font = droid sans 8
  62. #time2_format = %A %d %B
  63. #time2_font = sans 6
  64. clock_font_color = #ffffff 76
  65. clock_padding = 4 4
  66. clock_background_id = 1
  67. clock_rclick_command = gsimplecal
  68. #---------------------------------------------
  69. # BATTERY
  70. #---------------------------------------------
  71. #battery = 0
  72. #battery_low_status = 7
  73. #battery_low_cmd = notify-send "battery low"
  74. #bat1_font = sans 8
  75. #bat2_font = sans 6
  76. #battery_font_color = #ffffff 76
  77. #battery_padding = 1 0
  78. #battery_background_id = 0
  79. #---------------------------------------------
  80. # MOUSE ACTION ON TASK
  81. #---------------------------------------------
  82. mouse_middle = none
  83. mouse_right = close
  84. mouse_scroll_up = toggle
  85. mouse_scroll_down = iconify
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement