This commit is contained in:
Stephan Raabe
2023-12-06 21:00:34 +01:00
parent 0c16122ae3
commit ab8bb8db61
10 changed files with 24 additions and 12 deletions
+1
View File
@@ -53,4 +53,5 @@ packagesYay=(
"swaylock-effects"
"wlogout"
"wlr-randr"
"pacseek"
);
+2 -1
View File
@@ -55,5 +55,6 @@ packagesYay=(
"trizen"
"swww"
"qtile-extras"
"wlr-randr"
"wlr-randr"
"pacseek"
);
+9
View File
@@ -13,6 +13,9 @@ _showRestoreOptions() {
if [ -f ~/dotfiles/.bashrc ]; then
restorelist+="~/dotfiles/.bashrc "
fi
if [ -d ~/dotfiles/.settings ]; then
restorelist+="~/dotfiles/.settings "
fi
if [[ $profile == *"Hyprland"* ]]; then
if [ -f ~/dotfiles/hypr/conf/keyboard.conf ]; then
restorelist+="~/dotfiles/hypr/conf/keyboard.conf "
@@ -88,6 +91,12 @@ _startRestore() {
echo ".bashrc restored!"
fi
fi
if [[ $restoreselect == *"~/dotfiles/.settings"* ]] || [[ $restoreselect == *"All"* ]] ; then
if [ -d ~/dotfiles/.settings ]; then
rsync -a -I ~/dotfiles/.settings/ ~/dotfiles-versions/$version/.settings/
echo ".settings restored!"
fi
fi
if [[ $profile == *"Hyprland"* ]]; then
if [[ $restoreselect == *"~/dotfiles/hypr/conf/keyboard.conf"* ]] || [[ $restoreselect == *"All"* ]] ; then
if [ -f ~/dotfiles/hypr/conf/keyboard.conf ]; then