From f1a8a1a7d68afaaa630545c01b0bf4f81b69ca21 Mon Sep 17 00:00:00 2001 From: Shrinivas Vishnu Kumbhar Date: Tue, 31 Aug 2021 12:38:38 +0530 Subject: [PATCH] snapshot-detect now provided by timeshift package --- PKGBUILD | 2 +- etc/xdg/autostart/snapshot-detect.desktop | 7 ------- usr/bin/snapshot-detect | 5 ----- 3 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 etc/xdg/autostart/snapshot-detect.desktop delete mode 100755 usr/bin/snapshot-detect diff --git a/PKGBUILD b/PKGBUILD index e4f47a6..3debf53 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Librewish 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" diff --git a/etc/xdg/autostart/snapshot-detect.desktop b/etc/xdg/autostart/snapshot-detect.desktop deleted file mode 100644 index 950f27e..0000000 --- a/etc/xdg/autostart/snapshot-detect.desktop +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -Name=Snapshot Detect -Icon=timeshift -Exec=/usr/bin/snapshot-detect -Terminal=false -Type=Application - diff --git a/usr/bin/snapshot-detect b/usr/bin/snapshot-detect deleted file mode 100755 index bf73adc..0000000 --- a/usr/bin/snapshot-detect +++ /dev/null @@ -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