Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. #---------------------------------------------
  2. # TINT2 CONFIG FILE
  3. #---------------------------------------------
  4.  
  5. wm_menu=1
  6. rounded = 1
  7. border_width = 0
  8. background_color = #879851 100
  9. border_color = #000000 100
  10.  
  11. rounded = 0
  12. border_width = 0
  13. background_color = #A6B38D 100
  14. border_color = #393F44 100
  15.  
  16. rounded = 1
  17. border_width = 1
  18. background_color = #141C04 100
  19. border_color = #393F44 0
  20.  
  21. #---------------------------------------------
  22. # PANEL
  23. #---------------------------------------------
  24. panel_monitor = all
  25. panel_position = bottom center
  26. panel_size = 92% 24
  27. panel_margin = 0 0
  28. panel_padding = 5 0
  29. font_shadow = 0
  30. panel_background_id = 0
  31.  
  32. #---------------------------------------------
  33. # TASKBAR
  34. #---------------------------------------------
  35. taskbar_mode = single_desktop
  36. taskbar_padding = 0 0 0
  37. taskbar_background_id = 1
  38.  
  39. #---------------------------------------------
  40. # TASKS
  41. #---------------------------------------------
  42. task_icon = 1
  43. task_text = 1
  44. task_width = 128
  45. task_centered = 0
  46. task_padding = 3 2
  47. task_font = Aller bold 8
  48. task_font_color = #D0D0D0 80
  49. task_active_font_color = #000000 100
  50. task_background_id = 3
  51. task_active_background_id = 2
  52.  
  53. #---------------------------------------------
  54. # SYSTRAYBAR
  55. #---------------------------------------------
  56. systray_padding = 4 2 3
  57. systray_background_id = 1
  58. systray_font_color = #000000 100
  59. #---------------------------------------------
  60. # CLOCK
  61. #---------------------------------------------
  62. time1_format = %A %d/%m/%Y - %H:%M
  63. time1_font = Aller bold 8
  64. time_font_color = #000000
  65. #time2_format = %I:%M %p
  66. #time2_font = Aller 7.4
  67. clock_font_color = #000000 100
  68. clock_padding = 6 2
  69. clock_background_id = 1
  70. #clock_lclick_command = xclock
  71. #clock_rclick_command = orage
  72.  
  73. #---------------------------------------------
  74. # BATTERY
  75. #---------------------------------------------
  76. battery = 1
  77. battery_low_status = 7
  78. battery_low_cmd = notify-send "battery low"
  79. bat1_font = Aller bold 8
  80. bat2_font = Aller bold 8
  81. battery_font_color = #000000 76
  82. battery_padding = 4 4
  83. battery_background_id = 1
  84.  
  85. #---------------------------------------------
  86. # MOUSE ACTION ON TASK
  87. #---------------------------------------------
  88. mouse_middle = none
  89. mouse_right = close
  90. mouse_scroll_up = toggle
  91. mouse_scroll_down = iconify
  92.  
  93. # Tooltips
  94. tooltip = 1
  95. tooltip_padding = 5 5
  96. tooltip_show_timeout = 0.5
  97. tooltip_hide_timeout = 0.3
  98. tooltip_background_id = 2
  99. tooltip_font = Aller bold 10
  100. tooltip_font_color = #000000 80
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement