summarylogtreecommitdiffstats
path: root/snapshot-detect
blob: bf73adc41cc8dfd97fc705079d20c6c19538dd6e (plain)
1
2
3
4
5
#!/bin/bash
if grep -q timeshift /proc/cmdline; then
notify-send -u critical -i timeshift 'Detected!' 'Booted into Timeshift Snapshot, please restore the snapshot.'
timeshift-launcher  
fi