Advertisement
Guest User

semplice.tint2rc

a guest
Sep 24th, 2015
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. panel_padding = 5 3 10
  2. panel_dock = 0
  3. wm_menu = 1
  4. panel_layer = top
  5. panel_background_id = 1
  6.  
  7. # Launchers
  8. # By default launchers are disabled, use /usr/bin/tint2-panel-config to enable them
  9. launcher_tooltip = 1
  10. launcher_padding = 2 0 2
  11. launcher_background_id = 0
  12. launcher_icon_size = 32
  13.  
  14. # Panel Autohide
  15. autohide = 0
  16. autohide_show_timeout = 0
  17. autohide_hide_timeout = 0
  18. autohide_height = 10
  19. strut_policy = follow_size
  20.  
  21. # Taskbar
  22. taskbar_mode = single_desktop
  23. taskbar_padding = 0 0 3
  24. taskbar_background_id = 0
  25. #taskbar_active_background_id = 0
  26.  
  27. # Tasks
  28. urgent_nb_of_blink = 8
  29. task_icon = 1
  30. task_text = 1
  31. task_centered = 0
  32. task_maximum_size = 200 32
  33. task_padding = 5 1
  34. task_background_id = 4
  35. task_active_background_id = 5
  36. task_urgent_background_id = 5
  37. task_iconified_background_id = 6
  38.  
  39. # Task Icons
  40. task_icon_asb = 100 0 0
  41. task_active_icon_asb = 100 0 0
  42. task_urgent_icon_asb = 100 0 70
  43. task_iconified_icon_asb = 100 0 -40
  44.  
  45. # Fonts
  46. task_font = Open Sans 10
  47. task_font_color = #FFFFFF 100
  48. task_active_font_color = #FFFFFF 100
  49. task_urgent_font_color = #FFFFFF 100
  50. task_iconified_font_color = #FFFFFF 42
  51. font_shadow = 0
  52.  
  53. # System Tray
  54. systray = 1
  55. systray_padding = 5 1 5
  56. systray_sort = right2left
  57. systray_background_id = 3
  58. systray_icon_size = 20
  59. systray_icon_asb = 100 0 0
  60.  
  61. # Clock
  62. time1_format = %H:%M
  63. time1_font = Open Sans 12
  64. clock_font_color = #FFFFFF 100
  65. clock_tooltip = %A %d %B %Y
  66. clock_padding = 0 0
  67. clock_background_id = 0
  68. clock_lclick_command = gsimplecal
  69. clock_rclick_command = time-admin
  70.  
  71. # Tooltips
  72. tooltip = 1
  73. tooltip_padding = 5 2
  74. tooltip_show_timeout = 0.5
  75. tooltip_hide_timeout = 0
  76. tooltip_background_id = 1
  77. tooltip_font = Open Sans 10
  78. tooltip_font_color = #FFFFFF 100
  79.  
  80. # Mouse
  81. mouse_middle = shade
  82. mouse_right = none
  83. mouse_scroll_up = toggle
  84. mouse_scroll_down = iconify
  85.  
  86. # Battery
  87. battery = 0
  88. battery_low_status = 20
  89. battery_low_cmd = notify-send "battery low"
  90. battery_hide = 90
  91. bat1_font = Sans 12
  92. bat2_font = Sans 12
  93. battery_font_color = #FFFFFF 100
  94. battery_padding = 0 0
  95. battery_background_id = 0
  96.  
  97. # End of config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement