Icons for IceWM desktop

If you want the easy way to get icons for IceWM desktop, install antiX and copy links from /usr/share/applications via Rox filemanager to your desktop. But an alternative way is to install idesk and make .ideskrc file and .idesktop folder where the icons are.
You need also .icewm folder, where is menu and startup files.

My configuration in HP DV6 laptop.

.ideskrc

table Config
FontName: helvetica
FontSize: 14
FontColor: #ffff00
ToolTip.FontSize: 14
ToolTip.FontName: helvetica
ToolTip.ForeColor: #000000
ToolTip.BackColor: #FFFFFF
ToolTip.CaptionOnHover: false
ToolTip.CaptionPlacement: Right
Locked: false
Transparency: 0
Shadow: false
ShadowColor: #FFFFFF
ShadowX: 1
ShadowY: 1
Bold: false
ClickDelay: 300
IconSnap: true
SnapWidth: 48
SnapHeight: 48
SnapOrigin: TopRight
SnapShadow: false
SnapShadowTrans: 200
CaptionOnHover: false
CaptionPlacement: bottom
FillStyle: FillHLine
Background.File:
Background.Delay: 1
Background.Source:
Background.Mode: Mirror
Background.Color: #C2CCFF
CursorOver: left_ptr
end

table Actions
Lock: control right doubleClk
Reload: middle doubleClk
Drag: left hold
EndDrag: left singleClk
Execute[0]: left doubleClk
Execute[1]: right doubleClk
end

.icewm/startup

#!/bin/sh
idesk &
redshift &
conky &

PS. the file must be executable (chmod +x .icewm/startup).

After those configs the desktop looks as:

The used files:

conkyrc

icewm

ideskrc

idesktop

In PCLinuxOS IceWM works better

pclinuxos-icewm-files.zip