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

8 lines
118 B
Text
Raw Normal View History

2023-09-11 20:57:00 +01:00
#!/bin/sh
if [ -x /usr/local/bin/hsetroot ]
then
2023-09-11 21:04:30 +01:00
sleep 1
2023-09-11 20:57:00 +01:00
/usr/local/bin/hsetroot -solid steelblue
fi
return 0