snapshot-detect now provided by timeshift package

This commit is contained in:
Shrinivas Vishnu Kumbhar 2021-08-31 12:38:38 +05:30
parent f0527ea798
commit f1a8a1a7d6
3 changed files with 1 additions and 13 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: Librewish <librewish@gmail.com>
pkgname=garuda-common-settings
pkgver=2.0.2
pkgver=2.0.3
pkgrel=1
arch=('any')
url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname"

View File

@ -1,7 +0,0 @@
[Desktop Entry]
Name=Snapshot Detect
Icon=timeshift
Exec=/usr/bin/snapshot-detect
Terminal=false
Type=Application

View File

@ -1,5 +0,0 @@
#!/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