New service for end-script.sh

This commit is contained in:
2026-03-04 14:38:42 +01:00
parent 75017b50a8
commit 5ccf2064fa
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ fi
rsync -av --no-group --no-owner "$SOURCE_DIR/" "$DEST_DIR/"
echo "Config files copied from $SOURCE_DIR to $DEST_DIR. Symlinks replaced with editable files."
#pkill waybar && waybar &
pkill waybar && waybar &
hyprctl reload
@@ -11,6 +11,7 @@ find ~/.config -name "*.backup" -delete
echo "Files deleted"
#copying stuff from assets/copy_stuff to ~
echo $(pwd)
COPY_SCRIPT="./copy_stuff.sh"
if [ ! -f "$COPY_SCRIPT" ]; then
echo "Error: Script $COPY_SCRIPT does not exist."