From c9a36bd4b7132b0f9526f0ec26ed8bca01ce9450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Sun, 4 Aug 2024 10:29:27 -0300 Subject: [PATCH] :sparkles: feat: add wlogout to script --- update-repo.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/update-repo.sh b/update-repo.sh index f7221c5..86b930f 100644 --- a/update-repo.sh +++ b/update-repo.sh @@ -31,7 +31,7 @@ printf "\n" echo "[info] Cleaning current repo dotfiles..." # Modify dirs here when adding something new: -rm -rf ./wofi/ ./waybar/ ./swaync/ ./hyprland/ ./hyprlock ./hypridle ./hyprpaper +rm -rf ./wofi/ ./waybar/ ./swaync/ ./wlogout ./hyprland/ ./hyprlock ./hypridle ./hyprpaper echo "Done cleaning." @@ -64,6 +64,8 @@ cp -r $HOME/.config/wofi . echo "[info] Copying Swaync..." cp -r $HOME/.config/swaync . +echo "[info] Copying Wlogout..." +cp -r $HOMR/.config/wlogout printf "\nDone! You may now push this to the dotfiles repo!\n"