irenegr

tint2rc.startmenu.showdesktop

May 11th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. ---------------------------------------------
  2. # TINT2 CONFIG FILE
  3. #---------------------------------------------
  4. #---------------------------------------------
  5. # BACKGROUND AND BORDER
  6. #---------------------------------------------
  7. #panels
  8. rounded = 5
  9. border_width = 1
  10. background_color = #1A1A1A 30
  11. border_color = #777777 65
  12. #active task button
  13. rounded = 8
  14. border_width = 0
  15. background_color = #777777 20
  16. border_color = #777777 20
  17. #non active task button
  18. rounded = 8
  19. border_width = 0
  20. background_color = #777777 0
  21. border_color = #777777 0
  22. #---------------------------------------------
  23. # PANEL
  24. #---------------------------------------------
  25. panel_items = LTSCB
  26. panel_monitor = all
  27. panel_position = top center
  28. panel_size = 100% 26
  29. panel_margin = 0 0
  30. panel_padding = 1 2
  31. font_shadow = 0
  32. panel_background_id = 0
  33. #---------------------------------------------
  34. # Panel Autohide
  35. autohide = 0
  36. autohide_show_timeout = 0.3
  37. autohide_hide_timeout = 2
  38. autohide_height = 2
  39. strut_policy = follow_size
  40.  
  41. # Launchers
  42. #launcher_icon_theme = Elegant-AwOken
  43. launcher_padding = 1 2
  44. launcher_background_id = 1
  45. launcher_icon_size = 24
  46. launcher_item_app = /usr/share/applications/menu.desktop
  47. #launcher_item_app = /usr/share/applications/geany.desktop
  48. #launcher_item_app = /usr/share/applications/lxtask.desktop
  49. #launcher_item_app = /usr/share/applications/Thunar.desktop
  50. #launcher_item_app = /usr/share/applications/terminator.desktop
  51. #launcher_item_app = /usr/share/applications/chromium.desktop
  52.  
  53.  
  54. # TASKBAR
  55. #---------------------------------------------
  56. taskbar_mode = multi_desktop
  57. taskbar_padding = 0 0 0
  58. taskbar_background_id = 1
  59. #---------------------------------------------
  60. # TASKS
  61. #---------------------------------------------
  62. task_icon = 1
  63. task_text = 1
  64. task_width = 100
  65. task_centered = 1
  66. task_padding = 2 2
  67. task_font = sans 8
  68. task_font_color = #A2A19D 70
  69. task_active_font_color = #A2A19D 85
  70. task_background_id = 3
  71. task_active_background_id = 2
  72. #---------------------------------------------
  73. # SYSTRAYBAR
  74. #---------------------------------------------
  75. systray = 1
  76. systray_padding = 4 2 3
  77. systray_background_id = 1
  78. systray_sort = left2right
  79. #---------------------------------------------
  80. # CLOCK
  81. #---------------------------------------------
  82. time1_format = %a %d %b, %H:%M
  83. time1_font = sans 8
  84. #time1_font = droid sans 8
  85. #time2_format = %A %d %B
  86. #time2_font = sans 6
  87. clock_font_color = #A2A19D 76
  88. clock_padding = 4 4
  89. clock_background_id = 1
  90. clock_rclick_command = gsimplecal
  91. clock_lclick_command = show_desktop
  92. #---------------------------------------------
  93. # BATTERY
  94. #---------------------------------------------
  95. battery = 1
  96. battery_hide=30
  97. battery_low_status = 6
  98. battery_low_cmd = notify-send "battery low"
  99. bat1_font = sans 7
  100. bat2_font = sans 6A2A19D 76
  101. battery_padding = 1 0
  102. battery_background_id = 0
  103. #---------------------------------------------
  104. # MOUSE ACTION ON TASK
  105. #---------------------------------------------
  106. mouse_middle = none
  107. mouse_right = close
  108. mouse_scroll_up = toggle
  109. mouse_scroll_down = iconify
Advertisement
Add Comment
Please, Sign In to add comment