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