Updates
@ -13,6 +13,15 @@ if [[ $(_isInstalledPacman "ttf-ms-fonts") == 0 ]]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
# Check for running NetworkManager.service
|
||||
if [[ $(systemctl list-units --all -t service --full --no-legend "NetworkManager.service" | sed 's/^\s*//g' | cut -f1 -d' ') == "NetworkManager.service" ]];then
|
||||
echo "NetworkManager.service already running."
|
||||
else
|
||||
sudo systemctl enable NetworkManager.service
|
||||
sudo systemctl start NetworkManager.service
|
||||
echo "NetworkManager.service activated successfully."
|
||||
fi
|
||||
|
||||
# Check for running bluetooth.service
|
||||
if [[ $(systemctl list-units --all -t service --full --no-legend "bluetooth.service" | sed 's/^\s*//g' | cut -f1 -d' ') == "bluetooth.service" ]];then
|
||||
echo "bluetooth.service already running."
|
||||
|
@ -44,6 +44,8 @@ packagesPacman=(
|
||||
"nm-connection-editor"
|
||||
"gvfs"
|
||||
"xdg-user-dirs"
|
||||
"networkmanager"
|
||||
"network-manager-applet"
|
||||
);
|
||||
|
||||
packagesYay=(
|
||||
|
@ -179,7 +179,7 @@ figlet "Restore"
|
||||
echo -e "${NONE}"
|
||||
restored=0
|
||||
echo "The script will try to restore existing configurations."
|
||||
echo "PLEASE NOTE: Restoring is not possible with version < 2.5 of the dotfiles."
|
||||
echo "PLEASE NOTE: Restoring is not possible with version < 2.6 of the dotfiles."
|
||||
echo "In that case, please use the automated backup or create your own backup manually."
|
||||
echo ""
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2.7.1RC3
|
||||
2.7.1
|
12
README.md
@ -1,13 +1,13 @@
|
||||
# ML4W dotfiles 2.7.1RC2
|
||||
# ML4W dotfiles 2.7.1
|
||||
|
||||
This is my configuration of Hyprland (Wayland) and Qtile (X11) for Arch Linux based distributions. This package includes an installation script to install and setup the required components.
|
||||
|
||||
<a href="https://youtu.be/e9ro_P9rbFk" target="_blank"><img src="screenshots/v27/screenshot-27-1.png" alt="Click to watch on YouTube" /></a>
|
||||
<a href="https://youtu.be/e9ro_P9rbFk" target="_blank"><img src="screenshots/v271/screenshot-271-1.png" alt="Click to watch on YouTube" /></a>
|
||||
|
||||
PLEASE NOTE: This branch is the rolling release of my dotfiles and includes the latest changes.
|
||||
Please be aware that this version is not a tested release.
|
||||
|
||||
You can find the video on YouTube: <a href="https://youtu.be/e9ro_P9rbFk" target="_blank">Dotfiles Configuration and Installation</a>
|
||||
You can find the installation video on YouTube: <a href="https://youtu.be/kHG5czrQ7WA" target="_blank">Install Arch Linux with Hyprland & Qtile</a>
|
||||
|
||||
[TOC]
|
||||
|
||||
@ -39,6 +39,12 @@ The installation script will try to create a backup from an previous dotfiles in
|
||||
|
||||
Please note: To get the default Linux folder structure incl. Downloads, etc please install the packages xdg-user-dirs and run xdg-user-dirs-update.
|
||||
|
||||
## Reference Installation
|
||||
|
||||
The reference installation on the dotfiles is based on Arch Linux installed with a minimal profile.
|
||||
|
||||
Please watch the video on YouTube: https://youtu.be/kHG5czrQ7WA
|
||||
|
||||
## Installation with GIT (Rolling Release of main branch)
|
||||
|
||||
```
|
||||
|
Before Width: | Height: | Size: 653 KiB |
Before Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 2.1 MiB |
Before Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 3.8 MiB |
Before Width: | Height: | Size: 3.6 MiB |
Before Width: | Height: | Size: 3.3 MiB |
Before Width: | Height: | Size: 4.7 MiB |
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 1.9 MiB |
Before Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 2.1 MiB |
Before Width: | Height: | Size: 2.2 MiB |
Before Width: | Height: | Size: 3.5 MiB |
Before Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 3.6 MiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 722 KiB |
Before Width: | Height: | Size: 618 KiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 3.4 MiB |
Before Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 659 KiB |
Before Width: | Height: | Size: 406 KiB |
Before Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 3.8 MiB |
Before Width: | Height: | Size: 2.4 MiB |
Before Width: | Height: | Size: 2.6 MiB |
BIN
screenshots/v271/screenshot-271-1.png
Normal file
After Width: | Height: | Size: 3.3 MiB |