Cleaning up the repository a bit

Removed old systemd services and timers, unused scripts, and moved the
xmobar configuration to a different directory which should hopefully
make the repository a little cleaner.
This commit is contained in:
Alexander Schmidt 2017-05-26 22:03:10 -05:00
parent 94af193d92
commit 8ea144b6a1
7 changed files with 0 additions and 54 deletions

View File

@ -1,11 +0,0 @@
[Unit]
Description=Check for new mail
Wants=network-online.target
After=network-online.target
[Service]
Type=oneshot
ExecStart=/home/alex/bin/checkmail
StandardOutput=syslog
StandardError=syslog

View File

@ -1,9 +0,0 @@
[Unit]
Description=Periodically fetch new mail
[Timer]
OnBootSec=5min
OnUnitActiveSec=5min
[Install]
WantedBy=timers.target

View File

@ -1,11 +0,0 @@
[Unit]
Description=Sync calendar updates
Wants=network-online.target
After=network-online.target
[Service]
Type=oneshot
ExecStart=/home/alex/bin/calendarsync
StandardOutput=syslog
StandardError=syslog

View File

@ -1,9 +0,0 @@
[Unit]
Description=Periodically updates calendars
[Timer]
OnBootSec=5min
OnUnitActiveSec=5min
[Install]
WantedBy=timers.target

View File

@ -1,4 +0,0 @@
#!/usr/bin/env bash
# sync with Google Calendar
vdirsyncer sync google_calendar

View File

@ -1,10 +0,0 @@
#!/usr/bin/env bash
# sync with IMAP
mbsync -Va
# update notmuch database
notmuch new
# perform initial tagging
afew --tag --new