Tint2-confR1 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. ##############################################
  2. # Tint2 config
  3. # by CSCoder4ever
  4. #
  5. # forked from the tint2 example from
  6. # the Tint2 google code site
  7. ##############################################
  8. # ID 1
  9. rounded = 7
  10. border_width = 2
  11. background_color = #000000 60
  12. border_color = #ffffff 18
  13. # ID 2
  14. rounded = 5
  15. border_width = 0
  16. background_color = #ffffff 40
  17. border_color = #ffffff 50
  18. # ID 3
  19. rounded = 5
  20. border_width = 0
  21. background_color = #ffffff 18
  22. border_color = #ffffff 70
  23. # Panel
  24. panel_monitor = 1
  25. panel_position = bottom center
  26. panel_size = 90% 40
  27. panel_margin = 0 0
  28. panel_padding = 7 0
  29. font_shadow = 0
  30. panel_background_id = 1
  31. wm_menu = 1
  32. panel_dock = 0
  33. panel_layer = top
  34. # Taskbar
  35. taskbar_mode = single_desktop
  36. taskbar_padding = 2 3 2
  37. taskbar_background_id = 0
  38. # Tasks
  39. task_icon = 1
  40. task_text = 0
  41. task_maximum_size = 50 35
  42. task_centered = 0
  43. task_padding = 6 3
  44. task_font = sans 7
  45. task_font_color = #ffffff 70
  46. task_background_id = 3
  47. task_icon_asb = 100 0 0
  48. task_active_background_id = 2
  49. task_active_font_color = #ffffff 85
  50. task_active_icon_asb = 100 0 0
  51. urgent_nb_of_blink = 8
  52. # System Tray
  53. systray = 1
  54. systray_padding = 0 4 5
  55. systray_background_id = 0
  56. systray_sort = right2left
  57. systray_icon_size = 0
  58. systray_icon_asb = 100 0 0
  59. # Clock
  60. time1_format = %H:%M
  61. time1_font = sans 8
  62. time2_format = %A %d %B
  63. time2_font = sans 6
  64. clock_font_color = #ffffff 76
  65. clock_padding = 1 0
  66. clock_background_id = 0
  67. clock_rclick_command = orage
  68. # Battery
  69. battery = 0
  70. battery_hide = 98
  71. battery_low_status = 10
  72. battery_low_cmd = notify-send "battery low"
  73. bat1_font = sans 8
  74. bat2_font = sans 6
  75. battery_font_color = #ffffff 76
  76. battery_padding = 1 0
  77. battery_background_id = 0
  78. # Tooltip
  79. tooltip = 0
  80. tooltip_padding = 2 2
  81. tooltip_show_timeout = 0.7
  82. tooltip_hide_timeout = 0.3
  83. tooltip_background_id = 1
  84. tooltip_font_color = #OOOOOO 80
  85. tooltip_font = sans 10
  86. # Mouse
  87. mouse_middle = none
  88. mouse_right = none
  89. mouse_scroll_up = toggle
  90. mouse_scroll_down = iconify
  91. # Autohide
  92. autohide = 1
  93. autohide_show_timeout = 0.3
  94. autohide_hide_timeout = 2
  95. autohide_height = 2
  96. strut_policy = minimum
  97. # end of config