workstation/roles/home-gui/files/icewm/startup

7 lines
118 B
Bash
Executable file

#!/bin/sh
if [ -x /usr/local/bin/hsetroot ]
then
sleep 1
/usr/local/bin/hsetroot -solid steelblue
fi
return 0