Advertisement
Guest User

tint2rc

a guest
Oct 13th, 2017
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. # Colors #
  2.  
  3. rounded = 0
  4. border_width = 0
  5. background_color = #32353D 100
  6. border_color = #32353D 100
  7.  
  8. rounded = 0
  9. border_width = 2
  10. border_sides = T
  11. background_color = 2C303B 0
  12. border_color = #4186D7 20
  13.  
  14. rounded = 0
  15. border_width = 2
  16. border_sides = T
  17. background_color = #2C303B 0
  18. border_color = #4186D7 100
  19.  
  20. rounded = 0
  21. border_width = 0
  22. background_color = #2F343F 0
  23. border_color = #21252b 100
  24.  
  25.  
  26. # Panel #
  27.  
  28. panel_items = TSC
  29. panel_monitor = 1
  30. panel_position = top center horizontal
  31. panel_layer = top
  32. panel_size = 100% 30
  33. panel_margin = 0 0
  34. panel_padding = 0 0 0
  35. font_shadow = 0
  36. panel_background_id = 0
  37. wm_menu = 1
  38. autohide = 0
  39. autohide_show_timeout = 0.3
  40. autohide_hide_timeout = 0.1
  41. autohide_height = 2
  42.  
  43.  
  44. # Taskbar #
  45.  
  46. taskbar_mode = single_monitor
  47. taskbar_padding = 0 0 0
  48. taskbar_background_id = 0
  49. task_icon = 0
  50. task_text = 1
  51. task_width = 0
  52. #task_centered = 104417B
  53. task_padding = 10 3
  54. task_font = PT Sans Bold 8
  55. task_font_color = #dedede 60
  56. task_active_font_color = #dedede 100
  57. task_background_id = 2
  58. task_active_background_id = 3
  59.  
  60.  
  61. # Systray #
  62.  
  63. systray_padding = 12 2 12
  64. systray_background_id = 2
  65. systray_icon_size = 16
  66. systray_icon_asb = 80 100 100
  67.  
  68.  
  69. # Clock #
  70.  
  71. time1_format = %H:%M
  72. time1_font = PT Sans Bold 8
  73. clock_font_color = #dedede 100
  74. clock_padding = 8 0
  75. clock_background_id = 2
  76. clock_lclick_command = orage
  77.  
  78.  
  79. # Battery #
  80.  
  81. battery = 1
  82. battery_low_status = 15
  83. battery_hide = 96
  84. battery_low_cmd = notify-send "Батарея розряджена!"
  85. bat1_font = PT Sans 8
  86. bat2_font = sans 0
  87. battery_font_color = #D7D9D8 70
  88. battery_padding = 4 0
  89. battery_background_id = 0
  90.  
  91.  
  92. # Tooltip #
  93.  
  94. tooltip = 0
  95. tooltip_padding = 2 2
  96. tooltip_show_timeout = 0.7
  97. tooltip_hide_timeout = 0.3
  98. tooltip_background_id = 4
  99. tooltip_font_color = #7A808F 100
  100. tooltip_font = PT Sans 8
  101.  
  102.  
  103. # Mouse #
  104.  
  105. mouse_middle = maximize_restore
  106. mouse_right = close
  107. mouse_scroll_up = iconify
  108. mouse_scroll_down = toggle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement