From e015bd5cacf5e373f45df9b38d099a955075433b Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 20 Dec 2023 17:06:18 +0100 Subject: [PATCH] Update rsync command --- .dev/sync.sh | 2 +- .install/copy.sh | 2 +- waybar/themes/ml4w-blur-bottom/config | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.dev/sync.sh b/.dev/sync.sh index 955b71e..fc7f3a5 100755 --- a/.dev/sync.sh +++ b/.dev/sync.sh @@ -4,7 +4,7 @@ if [ ! -z $1 ] ;then if [ -d ~/dotfiles-versions/"$1" ] ;then echo "Folder exists. Start rsync now ..." - rsync -avzh -I --exclude-from=excludes.txt ~/dotfiles-versions/$1/ ~/dotfiles + rsync -avhp -I --exclude-from=excludes.txt ~/dotfiles-versions/$1/ ~/dotfiles else echo "Folder ~/dotfiles-versions/$1 not found." fi diff --git a/.install/copy.sh b/.install/copy.sh index ce4a5ca..36e2cae 100644 --- a/.install/copy.sh +++ b/.install/copy.sh @@ -53,7 +53,7 @@ if gum confirm "Do you want to install the prepared dotfiles now?" ;then mkdir ~/dotfiles echo "~/dotfiles folder created." fi - rsync -a -I ~/dotfiles-versions/$version/ ~/dotfiles/ + rsync -avhp -I ~/dotfiles-versions/$version/ ~/dotfiles/ if [[ $(_isFolderEmpty ~/dotfiles/) == 0 ]] ;then echo "AN ERROR HAS OCCURED. Copy prepared dofiles from ~/dotfiles-versions/$version/ to ~/dotfiles/ failed" echo "Please check that rsync is installad on your system." diff --git a/waybar/themes/ml4w-blur-bottom/config b/waybar/themes/ml4w-blur-bottom/config index 23eb158..f82d591 100644 --- a/waybar/themes/ml4w-blur-bottom/config +++ b/waybar/themes/ml4w-blur-bottom/config @@ -32,6 +32,9 @@ // Modules Left "modules-left": [ "custom/appmenu", + "custom/settings", + "custom/waybarthemes", + "custom/wallpaper", "wlr/taskbar", "group/quicklinks", "hyprland/window"