#!/bin/bash

if [[ -f $HOME/.local/state/caelestia-live/.first-run ]]; then
    # Set default wallpaper
    caelestia wallpaper -f $HOME/Pictures/Wallpapers/default.jpg

    # Set default scheme
    caelestia scheme set -n dynamic

    # Remove first-run state file
    rm $HOME/.local/state/caelestia-live/.first-run
fi

start-hyprland &> $HOME/.local/state/caelestia-live/startup.log
