From 90ad0e56678ca085ee57b3e7a701167203449019 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Mon, 29 Apr 2024 17:01:51 +0200 Subject: [PATCH] Updates --- .install/apps.sh | 8 ++++++-- .install/hyprland-dotfiles.sh | 2 +- .version/name | 2 +- README.md | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.install/apps.sh b/.install/apps.sh index bcb7000..9320358 100755 --- a/.install/apps.sh +++ b/.install/apps.sh @@ -24,5 +24,9 @@ echo ":: ML4W Dotfiles Settings App installed successfully" sed -i "s|HOME|${HOME}|g" $HOME/dotfiles/apps/ml4w-hyprland-settings.desktop cp $HOME/dotfiles/apps/ml4w-hyprland-settings.desktop $HOME/.local/share/applications echo ":: ML4W Hyprland Settings App installed successfully" - -echo \ No newline at end of file +echo +if [ -f ~/.config/ml4w-hyprland-settings/hyprctl.sh ] ;then + echo ":: Starting restore from ML4W Hyprland Settings App" + ~/.config/ml4w-hyprland-settings/hyprctl.sh +fi +echo \ No newline at end of file diff --git a/.install/hyprland-dotfiles.sh b/.install/hyprland-dotfiles.sh index c916962..4ff1cc8 100644 --- a/.install/hyprland-dotfiles.sh +++ b/.install/hyprland-dotfiles.sh @@ -38,4 +38,4 @@ if [ -d ~/dotfiles-versions/$version/swappy ]; then _installSymLink swappy ~/.config/swappy ~/dotfiles/swappy/ ~/.config fi echo ":: Symbolic links created." -echo \ No newline at end of file +echo diff --git a/.version/name b/.version/name index 11e01da..941430c 100644 --- a/.version/name +++ b/.version/name @@ -1 +1 @@ -2.9RC1 \ No newline at end of file +2.9RC2 \ No newline at end of file diff --git a/README.md b/README.md index c7964b4..569164f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ML4W Dotfiles 2.9 RC1 +# ML4W Dotfiles 2.9 RC2 An advanced configuration of Hyprland and Qtile for Arch Linux based distributions. This package includes an installation script to install and setup the required components.