diff --git a/private_dot_config/systemd/user/low-battery-warn.service b/private_dot_config/systemd/user/low-battery-warn.service deleted file mode 100644 index 5e6f955..0000000 --- a/private_dot_config/systemd/user/low-battery-warn.service +++ /dev/null @@ -1,7 +0,0 @@ -[Unit] -Description=Low Battery Warning - -[Service] -Type=oneshot -ExecStart=%h/.local/bin/low-battery-warn - diff --git a/private_dot_config/systemd/user/low-battery-warn.timer b/private_dot_config/systemd/user/low-battery-warn.timer deleted file mode 100644 index 07a038c..0000000 --- a/private_dot_config/systemd/user/low-battery-warn.timer +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Timer for Low Battery Warning - -[Timer] -OnBootSec=2min -OnUnitActiveSec=2min -Unit=low-battery-warn.service - -[Install] -WantedBy=timers.target diff --git a/private_dot_config/systemd/user/mako-dnd-off-afternoon.timer b/private_dot_config/systemd/user/mako-dnd-off-afternoon.timer deleted file mode 100644 index 07c67d4..0000000 --- a/private_dot_config/systemd/user/mako-dnd-off-afternoon.timer +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Disable Mako DND Mon-Fri 19:00 - -[Timer] -OnCalendar=Mon..Fri *-*-* 19:00:00 -Persistent=true -Unit=mako-dnd-off.service - -[Install] -WantedBy=timers.target - diff --git a/private_dot_config/systemd/user/mako-dnd-off-homeed.timer b/private_dot_config/systemd/user/mako-dnd-off-homeed.timer deleted file mode 100644 index 5aa9be0..0000000 --- a/private_dot_config/systemd/user/mako-dnd-off-homeed.timer +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Disable Mako DND Thursday 02:30 - -[Timer] -OnCalendar=Thu *-*-* 02:30:00 -Persistent=true -Unit=mako-dnd-off.service - -[Install] -WantedBy=timers.target - diff --git a/private_dot_config/systemd/user/mako-dnd-off.service b/private_dot_config/systemd/user/mako-dnd-off.service deleted file mode 100644 index 6c067a2..0000000 --- a/private_dot_config/systemd/user/mako-dnd-off.service +++ /dev/null @@ -1,7 +0,0 @@ -[Unit] -Description=Enable Mako do-not-disturb - -[Service] -Type=oneshot -ExecStart=/usr/bin/makoctl mode -r do-not-disturb -ExecStartPost=notify-send "dnd disabled" "club time over" diff --git a/private_dot_config/systemd/user/mako-dnd-on-afternoon.timer b/private_dot_config/systemd/user/mako-dnd-on-afternoon.timer deleted file mode 100644 index 7cb2867..0000000 --- a/private_dot_config/systemd/user/mako-dnd-on-afternoon.timer +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Enable Mako DND Mon-Fri 16:15 - -[Timer] -OnCalendar=Mon..Fri *-*-* 16:15:00 -Persistent=true -Unit=mako-dnd-on.service - -[Install] -WantedBy=timers.target diff --git a/private_dot_config/systemd/user/mako-dnd-on-homeed.timer b/private_dot_config/systemd/user/mako-dnd-on-homeed.timer deleted file mode 100644 index 08b0b67..0000000 --- a/private_dot_config/systemd/user/mako-dnd-on-homeed.timer +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Enable Mako DND Thursday 01:15 - -[Timer] -OnCalendar=Thu *-*-* 01:15:00 -Persistent=true -Unit=mako-dnd-on.service - -[Install] -WantedBy=timers.target - diff --git a/private_dot_config/systemd/user/mako-dnd-on.service b/private_dot_config/systemd/user/mako-dnd-on.service deleted file mode 100644 index b83b179..0000000 --- a/private_dot_config/systemd/user/mako-dnd-on.service +++ /dev/null @@ -1,7 +0,0 @@ -[Unit] -Description=Enable Mako do-not-disturb - -[Service] -Type=oneshot -ExecStart=/usr/bin/makoctl mode -a do-not-disturb -ExecStartPost=notify-send "dnd enabled" "club time started" diff --git a/private_dot_config/systemd/user/timers.target.wants/symlink_low-battery-warn.timer b/private_dot_config/systemd/user/timers.target.wants/symlink_low-battery-warn.timer deleted file mode 100644 index acb30cd..0000000 --- a/private_dot_config/systemd/user/timers.target.wants/symlink_low-battery-warn.timer +++ /dev/null @@ -1 +0,0 @@ -/home/lew/.config/systemd/user/low-battery-warn.timer