pika-welcome/data/bin/pika-welcome-autostart

5 lines
143 B
Plaintext
Raw Normal View History

2024-02-24 21:00:00 +01:00
#! /bin/bash
AUTOSTART=$(gsettings get com.github.pikaos-linux.pikawelcome startup-show)
if [[ "$AUTOSTART" == "true" ]]; then
pika-welcome
fi