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