7 lines
118 B
Bash
Executable file
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
|