1. There are 3 missing config files. Copy them from /usr/share/icewm to ~/.icewm as user:
Code: Select all
cp /usr/share/icewm/keys ~/.icewm
cp /usr/share/icewm/preferences ~/.icewm
cp /usr/share/icewm/winoptions ~/.icewm
Code: Select all
leafpad ~/.icewm/preferences
TaskBarShowCollapseButton=1
ClockCommand="osmo"
RunCommand="fbrun"
ShutdownCommand="sudo halt"
RebootCommand="sudo reboot"
MailCommand="claws-mail"
CPUStatusCommand="wterm -tr +sb -fg white -T"Htop" -e htop"
NetStatusCommand="/opt/wicd/gui.py"
Just find the lines, uncomment them, and edit as suggested.
3. If you would like to add themes, create the folder ~/.icewm/themes and extract the tarballs to that directory.
Code: Select all
mkdir ~/.icewm/themes
Code: Select all
leafpad ~/.icewm/toolbar
Code: Select all
prog wterm xterm wterm -tr +sb -fg white -T"antiX"
Code: Select all
prog"Mixer" /usr/share/pixmaps/icon_aumix.xpm aumix
5. Now would be a good time to log out and try your new icewm settings.
Some items for the future:
1. editing the menu (for this project I will use icemc from the repos)
2. porting config-user to icewm
3. additional tweaks as I learn more (for example, the absolute project found a way to include a volume slider on the taskbar. that's cool)
Peace Out.
john