Move hsetroot to .icewm/startup

This commit is contained in:
Anthony Rose 2023-09-11 20:57:00 +01:00
parent efe83bee60
commit e7ac464042
2 changed files with 6 additions and 4 deletions

View file

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

View file

@ -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