1
0
Fork 0
mirror of synced 2024-06-02 15:21:09 -04:00
garuda-common-settings/usr/bin/snapshot-detect

6 lines
190 B
Plaintext
Raw Normal View History

2021-04-19 07:20:25 -04:00
#!/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