Advertisement
Guest User

tint2rc

a guest
Nov 8th, 2014
719
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. # Tint2 config file by Kexolino
  2.  
  3. # Background definitions
  4.  
  5. # ID 1
  6. rounded = 2
  7. border_width = 0
  8. background_color = #2D2D2D 100
  9. border_color = #484848 100
  10.  
  11. # ID 2
  12. rounded = 2
  13. border_width = 2
  14. background_color = #2D2D2D 100
  15. border_color = #D64937 100
  16.  
  17. # Panel
  18. panel_items = TS
  19. panel_monitor = all
  20. panel_position = bottom left horizontal
  21. panel_size = 1728 20
  22. panel_margin = 0 0
  23. panel_padding = 0 0 10
  24. panel_dock = 0
  25. wm_menu = 1
  26. panel_layer = normal
  27. panel_background_id = 1
  28.  
  29. # Launchers
  30. launcher_icon_theme = Faenza
  31. launcher_padding = 5 0 5
  32. launcher_background_id = 9
  33. launcher_icon_size = 16
  34. launcher_item_app = /usr/share/applications/urxvt.desktop
  35. launcher_item_app = /usr/share/applications/google-chrome.desktop
  36. launcher_item_app = /usr/share/applications/firefox.desktop
  37. launcher_item_app = /usr/share/applications/nemo.desktop
  38.  
  39. # Panel Autohide
  40. autohide = 0
  41. autohide_show_timeout = 0.2
  42. autohide_hide_timeout = 1
  43. autohide_height = 0
  44. strut_policy = follow_size
  45.  
  46. # Taskbar
  47. taskbar_mode = single_desktop
  48. taskbar_padding = 0 0 10
  49. taskbar_background_id = 0
  50. taskbar_active_background_id = 0
  51.  
  52. # Tasks
  53. urgent_nb_of_blink = 20
  54. task_icon = 1
  55. task_text = 1
  56. task_centered = 0
  57. task_maximum_size = 200 32
  58. task_padding = 10 4
  59. task_background_id = 0
  60. task_active_background_id = 2
  61. task_urgent_background_id = 0
  62. task_iconified_background_id = 0
  63.  
  64. # Task Icons
  65. task_icon_asb = 100 0 0
  66. task_active_icon_asb = 100 0 0
  67. task_urgent_icon_asb = 100 0 0
  68. task_iconified_icon_asb = 100 0 0
  69.  
  70. # Fonts
  71. task_font = Pragmata Pro Bold 8
  72. #task_font_color = #dcdcdc 100
  73. task_font_color = #bbbbbb 100
  74. task_active_font_color = #FFFFFF 100
  75. task_urgent_font_color = #FFFFFF 100
  76. task_iconified_font_color = #dcdcdc 80
  77. font_shadow = 0
  78.  
  79. # System Tray
  80. systray = 1
  81. systray_padding = 0 6 15
  82. systray_sort = left2right
  83. systray_background_id = 0
  84. systray_icon_size = 16
  85. systray_icon_asb = 100 0 0
  86.  
  87. # Clock
  88. time1_format = %a %b%e, %H:%M
  89. time1_font = Droid Sans Bold 9
  90. clock_font_color = #dedede 100
  91. clock_tooltip =
  92. clock_padding = 10 6
  93. clock_background_id = 1
  94. clock_lclick_command = gsimplecal
  95. time1_timezone =
  96. time2_timezone =
  97. clock_tooltip_timezone =
  98.  
  99. # Tooltips
  100. tooltip = 0
  101. tooltip_padding = 2 2
  102. tooltip_show_timeout = 0.0
  103. tooltip_hide_timeout = 0.0
  104. tooltip_background_id = 2
  105. tooltip_font = Droid Sans 9
  106. tooltip_font_color = #FFFFFF 100
  107.  
  108. # Mouse
  109. mouse_middle = none
  110. mouse_right = none
  111. mouse_scroll_up = toggle
  112. mouse_scroll_down = iconify
  113.  
  114. # Battery
  115. battery = 0
  116. battery_low_status = 20
  117. battery_low_cmd = notify-send "battery low"
  118. battery_hide = 96
  119. bat1_font = Liberation Mono 8
  120. bat2_font = Liberation Mono 8
  121. battery_font_color = #B5B5B5 100
  122. battery_padding = 2 0
  123. battery_background_id = 0
  124.  
  125. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement