Compare commits

..

No commits in common. "18b519194af285b84ae4353c71788557c5c36608" and "3a045e774b6ccb6a7ad1265c3df19b94dacb5862" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

@ -80,5 +80,6 @@ sudo systemctl enable sddm.service 2>&1 | tee -a "$LOG"
wayland_sessions_dir=/usr/share/wayland-sessions
[ ! -d "$wayland_sessions_dir" ] && { printf "$CAT - $wayland_sessions_dir not found, creating...\n"; sudo mkdir -p "$wayland_sessions_dir" 2>&1 | tee -a "$LOG"; }
sudo cp assets/hyprland.desktop "$wayland_sessions_dir/" 2>&1 | tee -a "$LOG"
printf "\n%.0s" {1..2}

View File

@ -122,7 +122,7 @@ if git clone --depth=1 "$source_theme" "$theme_name"; then
printf "\n%.0s" {1..1}
echo "${OK} - ${MAGENTA}Additional ${YELLOW}$theme_name SDDM Theme${RESET} successfully installed." | tee -a "$LOG"
echo "${OK} - ${MAGENTA}Additional SDDM Theme${RESET} successfully installed." | tee -a "$LOG"
else