diff --git a/services/.config/systemd/user/activitywatch.service b/services/.config/systemd/user/activitywatch.service deleted file mode 100644 index 7c73d88..0000000 --- a/services/.config/systemd/user/activitywatch.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Record pc window usage -PartOf=graphical-session.target -Requires=x-started-confirm.service -After=x-started-confirm.service - -[Service] -ExecStart=/usr/bin/aw-qt -Restart=on-failure - -[Install] -WantedBy=default.target diff --git a/services/.config/systemd/user/default.target.wants/activitywatch.service b/services/.config/systemd/user/default.target.wants/activitywatch.service deleted file mode 120000 index 29b339e..0000000 --- a/services/.config/systemd/user/default.target.wants/activitywatch.service +++ /dev/null @@ -1 +0,0 @@ -../activitywatch.service \ No newline at end of file diff --git a/services/.config/systemd/user/default.target.wants/dunst.service b/services/.config/systemd/user/default.target.wants/dunst.service deleted file mode 120000 index b24d3b1..0000000 --- a/services/.config/systemd/user/default.target.wants/dunst.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/user/dunst.service \ No newline at end of file diff --git a/services/.config/systemd/user/default.target.wants/geoclue-agent.service b/services/.config/systemd/user/default.target.wants/geoclue-agent.service deleted file mode 120000 index 9a62bd1..0000000 --- a/services/.config/systemd/user/default.target.wants/geoclue-agent.service +++ /dev/null @@ -1 +0,0 @@ -../geoclue-agent.service \ No newline at end of file diff --git a/services/.config/systemd/user/default.target.wants/redshift.service b/services/.config/systemd/user/default.target.wants/redshift.service deleted file mode 120000 index a9cf4c7..0000000 --- a/services/.config/systemd/user/default.target.wants/redshift.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/user/redshift.service \ No newline at end of file diff --git a/services/.config/systemd/user/default.target.wants/uni-notes-sync.service b/services/.config/systemd/user/default.target.wants/uni-notes-sync.service deleted file mode 120000 index 4cda226..0000000 --- a/services/.config/systemd/user/default.target.wants/uni-notes-sync.service +++ /dev/null @@ -1 +0,0 @@ -../uni-notes-sync.service \ No newline at end of file diff --git a/services/.config/systemd/user/geoclue-agent.service b/services/.config/systemd/user/geoclue-agent.service deleted file mode 100644 index 9f2adc0..0000000 --- a/services/.config/systemd/user/geoclue-agent.service +++ /dev/null @@ -1,8 +0,0 @@ -[Unit] -Description=redshift needs to get a (geo)clue - -[Service] -ExecStart=/usr/lib/geoclue-2.0/demos/agent - -[Install] -WantedBy=default.target diff --git a/services/.config/systemd/user/redshift.service.d/override.conf b/services/.config/systemd/user/redshift.service.d/override.conf deleted file mode 100644 index 673779e..0000000 --- a/services/.config/systemd/user/redshift.service.d/override.conf +++ /dev/null @@ -1,3 +0,0 @@ -[Unit] -Requires=x-started-confirm.service -After=x-started-confirm.service diff --git a/services/.config/systemd/user/uni-notes-sync.service b/services/.config/systemd/user/uni-notes-sync.service deleted file mode 100644 index 88e00ca..0000000 --- a/services/.config/systemd/user/uni-notes-sync.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=Automatically commit notes in university directory -After=display-manager.service - -[Service] -Type=simple -Environment=GS_TIME_TO_COMMIT=120 GS_UNCHANGED_RUNS_TO_PUSH=30 -# workaround to allow relative executable invocation (i.e. current users' home dir) -ExecStart=/bin/bash -c '%h/.local/share/services/git-sync %h/documents/notes/uni' -Restart=on-failure - -[Install] -WantedBy=default.target