aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-05-16 04:51:19 -0400
committertdro <tdro@users.noreply.github.com>2020-05-16 04:51:19 -0400
commitf1204a595866f994fba1a6e7c1920a509f493f98 (patch)
tree471e5b7d0b58e2c3fbad7333f4169f3fd2ae7883 /.config/systemd
parenta41b6d781532e5922bb1031ce95336daeb06037d (diff)
downloaddotfiles-f1204a595866f994fba1a6e7c1920a509f493f98.tar.gz
dotfiles-f1204a595866f994fba1a6e7c1920a509f493f98.tar.bz2
dotfiles-f1204a595866f994fba1a6e7c1920a509f493f98.zip
.config: Remove some arch related configs
Diffstat (limited to '.config/systemd')
-rw-r--r--.config/systemd/user/pacman-notify.service7
-rw-r--r--.config/systemd/user/pacman-notify.timer10
2 files changed, 0 insertions, 17 deletions
diff --git a/.config/systemd/user/pacman-notify.service b/.config/systemd/user/pacman-notify.service
deleted file mode 100644
index 4cd2f10..0000000
--- a/.config/systemd/user/pacman-notify.service
+++ /dev/null
@@ -1,7 +0,0 @@
-[Unit]
-Description=Pacman update notifications
-
-[Service]
-Type=oneshot
-Environment=DISPLAY=:0
-ExecStart=/bin/sh -c 'notify-send "$(checkupdates)" || exit 0'
diff --git a/.config/systemd/user/pacman-notify.timer b/.config/systemd/user/pacman-notify.timer
deleted file mode 100644
index 055cc3d..0000000
--- a/.config/systemd/user/pacman-notify.timer
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Pacman update notifications
-
-[Timer]
-OnBootSec=2h
-OnUnitActiveSec=5h
-RandomizedDelaySec=1h
-
-[Install]
-WantedBy=default.target