#!/bin/bash

if [[ ! -e /etc/timeshift/timeshift.json ]]; then
    timeshift --btrfs
fi

/usr/bin/timeshift-gtk $*
