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

7 lines
106 B
Text
Raw Normal View History

2023-09-11 19:57:00 +00:00
#!/bin/sh
if [ -x /usr/local/bin/hsetroot ]
then
/usr/local/bin/hsetroot -solid steelblue
fi
return 0