Files
2026-05-27 10:21:41 +02:00

11 lines
184 B
Bash

#!/bin/sh
# Lancé par startx (cf. /root/.zprofile), uniquement dans le live FWS.
if [ ! -d /run/archiso ]; then
exit 0
fi
xsetroot -solid "#1a1a2e"
openbox &
sleep 1
exec calamares