This commit is contained in:
Stephan Raabe 2024-04-29 17:01:51 +02:00
parent 3bbbd148a0
commit 90ad0e5667
4 changed files with 9 additions and 5 deletions

View File

@ -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
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

View File

@ -38,4 +38,4 @@ if [ -d ~/dotfiles-versions/$version/swappy ]; then
_installSymLink swappy ~/.config/swappy ~/dotfiles/swappy/ ~/.config
fi
echo ":: Symbolic links created."
echo
echo

View File

@ -1 +1 @@
2.9RC1
2.9RC2

View File

@ -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.