Advertisement
Guest User

Untitled

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