#! /bin/bash AUTOSTART=$(gsettings get com.github.pikaos-linux.pikawelcome startup-show) if [[ "$AUTOSTART" == "true" ]]; then pika-welcome fi