diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-25 18:47:46 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-25 18:49:18 +0900 |
| commit | 87fc8f08dfa28a0e9bc801f1356bf2ad1737e5c3 (patch) | |
| tree | fe0f5f8cb77534a43cb99e90ed3b55f176697eab /copy.sh | |
| parent | 510dd8b0de9223ec853969f13bed753994fe7ca0 (diff) | |
Added Modules_Extra in waybar for users own custom waybar modules
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -595,6 +595,12 @@ if [ -d "$DIRPATHw" ]; then fi done || true + # Step 4: restore Modules_Extras + BACKUP_FILE="$DIRPATHw-backup-$BACKUP_DIR/Modules_Extras" + if [ -f "$BACKUP_FILE" ]; then + cp -f "$BACKUP_FILE" "$DIRPATHw/Modules_Extras" + fi + break ;; [Nn]* ) |
