Update
This commit is contained in:
@@ -53,4 +53,5 @@ packagesYay=(
|
||||
"swaylock-effects"
|
||||
"wlogout"
|
||||
"wlr-randr"
|
||||
"pacseek"
|
||||
);
|
||||
|
||||
@@ -55,5 +55,6 @@ packagesYay=(
|
||||
"trizen"
|
||||
"swww"
|
||||
"qtile-extras"
|
||||
"wlr-randr"
|
||||
"wlr-randr"
|
||||
"pacseek"
|
||||
);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user