pika-welcome/data/bin/pika-welcome-autostart
Ward from fusion-voyager-3 1e591ad755 get code in place
2024-02-24 23:00:00 +03:00

5 lines
143 B
Bash

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