1
0
Fork 0
mirror of synced 2024-11-12 21:28:58 -05:00
garuda-common-settings/usr/bin/snapshot-detect

5 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