Spacers

Ok, so I took out the spacers because i was messin around, but now i cant figure out how to put them back in, nor can I go in and change the settings or add docklets, all i can do is add icons

So, How do I add spacers w/o having a spacer already there to right click??

Thanks in advance

#505043

Close the dock. Go to where you have it installed, and open the itemlist.conf file. Now insert the following code, between the two items you want the separator you want.

[RKDockItem]

type = separator

show = normal

Save and close, restart the dock, and Bob's your Uncle.

from here

#505045

I put it in there, but this is what I see:

[RKDockItem]

type = shortcut

name = Windows Explorer

icon = icons/Finder.png

link = %SYSTEMROOT%explorer.exe

show = normal



[RKDockItem]

type = shortcut

name = Internet Explorer

icon = icons/Safari.png

link = %ProgramFiles%Internet Exploreriexplore.exe

show = normal

sameInstance = 1



[RKDockItem]

type = shortcut

name = Outlook Express

icon = icons/Mail.png

link = %ProgramFiles%Outlook Expressmsimn.exe

show = normal



[RKDockItem]

type = shortcut

name = Windows Messenger

icon = icons/iChat.png

link = %ProgramFiles%Messengermsmsgs.exe

show = normal



[RKDockItem]

type = separator

show = normal



[RKDockItem]

type = shortcut

name = Address Book

icon = icons/Address Book.png

link = %ProgramFiles%Outlook Expresswab.exe

show = normal



[RKDockItem]

type = shortcut

name = Windows Media Player

icon = icons/iTunes.png

link = %ProgramFiles%Windows Media Playerwmplayer.exe

show = normal



[RKDockItem]

type = shortcut

name = Paint

icon = icons/iPhoto.png

link = %SystemRoot%system32mspaint.exe

workFolder = C:WINDOWSsystem32

show = normal



[RKDockItem]

type = shortcut

name = Windows Movie Maker

icon = icons/iMovie.png

link = %ProgramFiles%Movie Makermoviemk.exe

workFolder = %HOMEDRIVE%%HOMEPATH%

show = normal



[RKDockItem]

type = shortcut

name = Date Time

icon = icons/iCal.png

link = %SYSTEMROOT%system32timedate.cpl

show = normal



[RKDockItem]

type = shortcut

name = QuickTime Player

icon = icons/QuickTime.png

link = %ProgramFiles%QuickTimeQuickTimePlayer.exe

show = normal



[RKDockItem]

type = shortcut

name = Control Panel

icon = icons/SystemPrefs.png

link = %SYSTEMROOT%system32control.exe

show = normal



[RKDockItem]

type = separator

show = normal



[RKDockItem]

type = shortcut

name = RK Launcher - Home

icon = icons/LinkURL.png

link = http://home.cogeco.ca/~raduking

show = normal





[RKDockItem]

type = docklet_yz

name = RecycleBin

icon = icons/TrashFull.png

show = normal

path = RecycleBin/RecycleBin.dll

loaded = 1

But those aren't the programs on my launcher, and also... there's no separator when i restart..

#505046

You'll need to make sure you don't have 2 itemlist.conf files, I doubt really to be honest.

The best way to find out would be to open your dock, add an item, close the dock. Go to where you have it installed, then sort by modified, the conf file should be near the top of the bottom of your list.

Also make sure the the theme you are using has a separator.png file, or it won't show up.

#505051