Asus Eee PC Versione italiana: Ridurre l’altezza della Taskbar su IceWM (e Eee PC)
You can save a bit of Eee PC’s vertical screen space by reducing its task bar height.;)

First of all, I’ll show you the result:

Taskbar su Eee PC
Zoom

Let’s begin. :) After having copied the IceWM preferences file into your home directory, open the Terminal (CTRL+ALT+T), and open IceWM preferences with the following command:

kate ~/.icewm/preferences

The Kate editor will open; search for the following text

# Dimension of the small icons
# SmallIconSize=16 # [8-128]

and substitute it with

# Dimension of the small icons
# SmallIconSize=16 # [8-128]
SmallIconSize=12

You can use also another number (the minimum is 8).

Save the file and restart IceWM to obtain, on your Eee PC, a thinner Task Bar. :)