Advertisement
ichase

tint2rc

Nov 11th, 2011
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. #---------------------------------------------
  2. # TINT2 CONFIG FILE
  3. #---------------------------------------------
  4.  
  5. #---------------------------------------------
  6. # BACKGROUND AND BORDER
  7. #---------------------------------------------
  8. rounded = 7
  9. border_width = 0
  10. background_color = #282828 50
  11. border_color = #000000 0
  12.  
  13. rounded = 1
  14. border_width = 1
  15. background_color = #ffffff 30
  16. border_color = #ffffff 60
  17.  
  18. rounded = 5
  19. border_width = 0
  20. background_color = #ffffff 18
  21. border_color = #ffffff 70
  22.  
  23. #---------------------------------------------
  24. # PANEL
  25. #---------------------------------------------
  26. panel_monitor = all
  27. panel_position = bottom left
  28. panel_size = 78% 44
  29. panel_margin = 0 0
  30. panel_padding = 7 3 7
  31. font_shadow = 0
  32. panel_background_id = 0
  33. wm_menu = 1
  34. panel_dock = 0
  35. #real_transparency = 0
  36. panel_layer = bottom
  37.  
  38. #---------------------------------------------
  39. # TASKBAR
  40. #---------------------------------------------
  41. taskbar_mode = single_desktop
  42. #taskbar_mode = multi_desktop
  43. taskbar_padding = 0 0 0
  44. taskbar_background_id = 1
  45. #taskbar_active_background_id = 0
  46.  
  47. #---------------------------------------------
  48. # TASKS
  49. #---------------------------------------------
  50. task_icon = 1
  51. task_text = 0
  52. task_maximum_size = 45 35
  53. task_centered = 1
  54. task_padding = 2 1
  55. task_font = Radio Space 9
  56. task_font_color = #ffffff 60
  57. task_active_font_color = #ffffff 100
  58. task_background_id = 0
  59. task_active_background_id = 2
  60.  
  61. #---------------------------------------------
  62. # SYSTRAYBAR
  63. #---------------------------------------------
  64. systray = 1
  65. systray_padding = 0 4 5
  66. systray_background_id = 0
  67. systray_sort = left2right
  68. systray_icon_size = 0
  69.  
  70. #---------------------------------------------
  71. # CLOCK
  72. #---------------------------------------------
  73. time1_format = %H:%M
  74. time1_font = digitalk bold italic 30
  75. #time2_format = %A %d %B
  76. #time2_font = sans 6
  77. clock_font_color = #FF0000
  78. clock_padding = 1 0
  79. clock_background_id = 0
  80. #clock_lclick_command = xclock
  81. #clock_rclick_command = orage
  82. #clock_tooltip = %A %d %B
  83. #time1_timezone = :US/Hawaii
  84. #time2_timezone = :Europe/Berlin
  85. #clock_tooltip_timezone = :/usr/share/zoneinfo/Europe/Paris
  86.  
  87. #---------------------------------------------
  88. # BATTERY
  89. #---------------------------------------------
  90. battery = 0
  91. battery_low_status = 10
  92. battery_low_cmd = notify-send "battery low"
  93. bat1_font = Radio Space 8
  94. bat2_font = Radio Space 6
  95. battery_font_color = #ffffff 76
  96. battery_padding = 1 0
  97. battery_background_id = 0
  98.  
  99. #---------------------------------------------
  100. # TOOLTIP
  101. #---------------------------------------------
  102. tooltip = 0
  103. tooltip_padding = 2 2
  104. tooltip_show_timeout = 0.7
  105. tooltip_hide_timeout = 0.3
  106. tooltip_background_id = 1
  107. tooltip_font_color = #OOOOOO 80
  108. tooltip_font = sans 10
  109.  
  110. #---------------------------------------------
  111. # MOUSE ACTION ON TASK
  112. #---------------------------------------------
  113. mouse_middle = none
  114. mouse_right = none
  115. mouse_scroll_up = toggle
  116. mouse_scroll_down = iconify
  117.  
  118. #---------------------------------------------
  119. # AUTOHIDE OPTIONS
  120. #---------------------------------------------
  121. autohide = 0
  122. autohide_show_timeout = 0.3
  123. autohide_hide_timeout = 2
  124. autohide_height = 4
  125. strut_policy = minimum
  126.  
  127.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement