jayd512, which distro are you running? I think I remember Slackware? If you haven't already, download and install
icewm-themes. (This is for Slackware 9.1 but will still work). After the themes are installed, you should be able to choose from them in your IceWM menu.
Look in your home directory and see if you have a hidden configuration directory called:
If so, cd into it, do ls and see if you have the following files:
Code:
menu preferences taskbar theme toolbar
If they are there that's good! If not, do below: (Since I don't know your home directory's name, I'll use "jayd512")
Code:
cp -r /usr/local/icewm /home/jayd512
Code:
chown -R jayd512:users .icewm
Now you should have a functioning .icewm in your home directory. Time to configure!
Editing background
It's just easier to scale your desired background image to the same size as your resolution. Then open the preferences file with your favourite editor as regular user:
Code:
kate .icewm/preferences
Scroll to the bottom of the file and look for:
Code:
# Desktop background image
# DesktopBackgroundImage=""
Put the path to your desired background image inside the quotes. and uncomment that line. Here's mine as a reference:
Code:
# Desktop background image
DesktopBackgroundImage="/home/dapper/treebluesky.jpg"
# Color to announce for semi-transparent windows
# DesktopTransparencyColor=""
# Image to announce for semi-transparent windows
# DesktopTransparencyImage=""
To make the image take effect, run:
The image will load thereafter when you boot into IceWM from kdm.
Editing Menu
Again, using your favourite editor:
For your apps and programs, start with "prog." The second entry is where the name of the program goes, followed by the path to the icon you prefer (I don't use this, but something needs to be here), and lastly, the command itself. Here's a portion of mine:
Code:
prog Konsole konsole konsole
prog Oldhome oldhome konqueror /mnt/hda11/dapper
prog Xchat xchat xchat
prog VirtualBox virtualbox VirtualBox
prog konqueror konqueror konqueror /home/dapper
prog OpenOffice stock_openoffice.png soffice -writer
prog Cedega cedega cedega
prog GTK-Gnutella GTK gtk-gnutella
prog Totem totem totem
prog Xmms icon xmms
Save and exit. Items should now appear in your menu.
Editing Taskbar
Edit the same way:
Code:
kate .icewm/taskbar
I DO use icons here. If you don't use them, it will use the name you've given the app. Here's a portion of mine:
Code:
prog Evolution /mnt/hda14/opt/kde/share/icons/crystalsvg/48x48/apps/evolution.png evolution-2.6
prog Firefox /mnt/hda14/opt/kde/share/icons/crystalsvg/48x48/apps/firefox.png firefox
prog konqueror /mnt/hda14/opt/kde/share/icons/crystalsvg/48x48/apps/konqueror.png konqueror /home/dapper
prog OpenOffice /mnt/hda14/usr/share/icons/Rodent/48x48/apps/ooo_writer.png soffice -writer
Log out of X and back in to see your new taskbar buttons.
Hope this helps some...
