1
0
Fork 0
mirror of synced 2024-05-29 21:41:08 -04:00
garuda-common-settings/usr/bin/snapshot-detect.sh
2021-04-19 16:50:25 +05:30

6 lines
190 B
Bash
Executable file

#!/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