Tuesday, April 1, 2014

Tint2 Dock

Simple Tint2 Dock Config

#Panel
panel_position = center right vertical
panel_size = 22% 46
panel_items = L

#Launchers
launcher_item_app = /usr/share/applications/terminator.desktop
launcher_item_app = /usr/share/applications/chromium.desktop
launcher_item_app = /usr/share/applications/geany.desktop
launcher_item_app = /usr/share/applications/Thunar.desktop

#Panel Autohide
autohide = 1
autohide_show_timeout = 0
autohide_hide_timeout = 0.5
autohide_height = 0
strut_policy = minimum

Change the dock location - Change what is behind panel_position
Add icons - Add launcher_item_app = followed by the launcher location
If you don't want the dock to hide - Remove this and everything below it #Panel Autohide

If you want multiple Tint2s on startup
Edit the startup file with an editor, or open it though the terminal.
geany ~/.config/openbox/autostart
Add this under what's already there.
(sleep 1s && tint2 -c ~/tints/dock ) &
~/tints/dock is the location of the file.

No comments:

Post a Comment