From 2dc7143b41d5d38cb37296f374340bfce41d2597 Mon Sep 17 00:00:00 2001 From: dataprolet Date: Mon, 27 May 2024 13:04:20 +0000 Subject: [PATCH] Update installer.sh --- installer.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/installer.sh b/installer.sh index 05362cb..18fe845 100644 --- a/installer.sh +++ b/installer.sh @@ -4,8 +4,7 @@ mkdir -p ~/.config/systemd/user # Copy unit files -cp theme-switcher.service ~/.config/systemd/user -cp theme-switcher.timer ~/.config/systemd/user +cp theme-switcher.{service,timer} ~/.config/systemd/user # Add username to service file sed -i "s/username/$(whoami)/g" ~/.config/systemd/user/theme-switcher.service