Move hsetroot to .icewm/startup
This commit is contained in:
parent
efe83bee60
commit
e7ac464042
2 changed files with 6 additions and 4 deletions
6
roles/home-gui/files/icewm/startup
Executable file
6
roles/home-gui/files/icewm/startup
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
if [ -x /usr/local/bin/hsetroot ]
|
||||||
|
then
|
||||||
|
/usr/local/bin/hsetroot -solid steelblue
|
||||||
|
fi
|
||||||
|
return 0
|
|
@ -7,8 +7,4 @@ if [ -x /usr/local/bin/picom ]
|
||||||
then
|
then
|
||||||
/usr/local/bin/picom -b
|
/usr/local/bin/picom -b
|
||||||
fi
|
fi
|
||||||
if [ -x /usr/local/bin/hsetroot ]
|
|
||||||
then
|
|
||||||
/usr/local/bin/hsetroot -solid steelblue
|
|
||||||
fi
|
|
||||||
exec icewm-session
|
exec icewm-session
|
||||||
|
|
Loading…
Reference in a new issue