From 5afba011f7bcc6fb5505300b5c67ebe98f48b2be Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Sun, 27 Oct 2024 10:02:32 +0100 Subject: [PATCH 1/2] Update --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02546716..5279f6a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ Version 2.9.6.4 -------------------------------------------------------- - Kitty is the new default terminal (Replace alacritty with kitty in the ML4W Settings App/Default terminal) - Kitty is supporting pywal colors -- New Installation options script to install additional packages. Can be opend from the ML4W Welcome App. +- New installation options script to install additional packages. Can be opened from the ML4W Welcome App. - Added pywalfox support to color Firefox based on wallpaper colors - Fixed eza icons on zsh terminal - Subfolders in .config can be protected with an empty file PROTECTED -- OhMyPosh promt instead of Starship prompt +- OhMyPosh promt replaces Starship prompt - Networkmanager applet can be toggled with right click on waybar network module - Three more blue light screen shaders with different intensities From 14deab7a10af646f1760aed25ed375e632971233 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Sun, 27 Oct 2024 10:05:48 +0100 Subject: [PATCH 2/2] Fixed typos --- bin/ml4w-hyprland-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ml4w-hyprland-setup b/bin/ml4w-hyprland-setup index 17ef3545..215ae81c 100755 --- a/bin/ml4w-hyprland-setup +++ b/bin/ml4w-hyprland-setup @@ -181,8 +181,8 @@ else echo "-m options: Install package options" echo "-m diagnosis: Run diagnosis" echo "-m update: Check for new updates" - echo "-m unstall: Will uninstall the dotfiles" - echo "-m activate: Activate an existing dotfiles folder" + echo "-m uninstall: Will uninstall the dotfiles" + echo "-m activate: Activate another existing dotfiles folder" echo echo "-v: Current version of the ML4W Dotfiles for Hyprland" ;;