Advertisement
Guest User

tint2

a guest
Feb 23rd, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. # Background definitions
  2.  
  3. # ID 1
  4. rounded = 8
  5. border_width = 2
  6. background_color = #1D1D1D 80
  7. border_color = #FF3300 50
  8.  
  9. # ID 2
  10. rounded = 0
  11. border_width = 0
  12. background_color = #1C1C1C 100
  13. border_color = #000000 100
  14.  
  15.  
  16. # Panel
  17. panel_monitor = all
  18. panel_position = bottom left vertical
  19. panel_items = CST
  20. panel_size = 100% 38
  21. panel_margin = 0 0
  22. panel_padding = 0 0 10
  23. panel_dock = 0
  24. wm_menu = 1
  25. panel_layer = normal
  26. panel_background_id = 1
  27.  
  28. # Panel Autohide
  29. autohide = 0
  30. autohide_show_timeout = 0.3
  31. autohide_hide_timeout = 0.3
  32. autohide_height = 1
  33. strut_policy = follow_size
  34.  
  35. #Clock
  36. time1_format = %I:%M %p
  37. time1_font = Terminus 9
  38. clock_font_color = #FFFFFF 100
  39. clock_padding = 10 0
  40. clock_background_id = 0
  41. clock_lclick_command = gsimplecal
  42.  
  43. # SYSTEM TRAY
  44. systray = 1
  45. systray_padding = 2
  46. systray_sort = right2left
  47. systray_background_id = 0
  48. systray_icon_size = 18
  49. systray_icon_asb = 100 0 0
  50.  
  51. # Taskbar
  52. taskbar_mode = single_desktop
  53. taskbar_padding = 6 0 6
  54. taskbar_background_id = 5
  55. taskbar_active_background_id = 0
  56. taskbar_name_background_id = 0
  57. taskbar_name_active_background_id = 0
  58. taskbar_name_font = Liberation Sans 9
  59. taskbar_name_font_color = #828282 100
  60. taskbar_name_active_font_color = #828282 100
  61.  
  62. # Tasks
  63. urgent_nb_of_blink = 20
  64. task_icon = 1
  65. task_text = 0
  66. task_centered = 1
  67. task_maximum_size = 40 40
  68. task_padding = 2 2
  69. task_background_id = 3
  70. task_active_background_id = 2
  71. task_urgent_background_id = 4
  72. task_iconified_background_id = 3
  73.  
  74. # Task Icons
  75. task_icon_asb = 80 0 0
  76. task_active_icon_asb = 100 0 0
  77. task_urgent_icon_asb = 100 0 0
  78. task_iconified_icon_asb = 80 0 0
  79.  
  80. # Fonts
  81. task_font = Liberation Sans 06_55 6
  82. task_font_color = #828282 60
  83. task_active_font_color = #828282 100
  84. task_urgent_font_color = #FFFFFF 100
  85. task_iconified_font_color = #d8d8d8 60
  86. font_shadow = 0
  87.  
  88. # Launcher
  89. launcher_padding = 8 4 4
  90. launcher_background_id = 0
  91. launcher_icon_size = 24
  92. # Specify icon theme names with launcher_icon_theme.
  93. # if you have an XSETTINGS manager running (like xfsettingsd), tint2 will follow your current theme.
  94. launcher_icon_theme = gnome-colors-statler
  95. # Each launcher_item_app must be a full path to a .desktop file
  96. launcher_item_app = /usr/share/applications/terminator.desktop
  97. launcher_item_app = /usr/share/applications/xfce4-file-manager.desktop
  98. launcher_item_app = /usr/share/applications/gedit.desktop
  99. launcher_item_app = /usr/share/applications/iceweasel.desktop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement