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