snapshot-detect now provided by timeshift package
This commit is contained in:
parent
f0527ea798
commit
f1a8a1a7d6
3 changed files with 1 additions and 13 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Librewish <librewish@gmail.com>
|
# Maintainer: Librewish <librewish@gmail.com>
|
||||||
|
|
||||||
pkgname=garuda-common-settings
|
pkgname=garuda-common-settings
|
||||||
pkgver=2.0.2
|
pkgver=2.0.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname"
|
url="https://gitlab.com/garuda-linux/themes-and-settings/settings/$pkgname"
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Name=Snapshot Detect
|
|
||||||
Icon=timeshift
|
|
||||||
Exec=/usr/bin/snapshot-detect
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in a new issue