From e08230cf699b38bb552cda9b452a9f759d83a3c6 Mon Sep 17 00:00:00 2001
From: end-4 <97237370+end-4@users.noreply.github.com>
Date: Sun, 1 Jun 2025 20:28:50 +0200
Subject: [PATCH 1/3] readme: more emphasis on new quickshell version and less
on reporting issues with ags version
---
README.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 33d56f87f..06fb93979 100644
--- a/README.md
+++ b/README.md
@@ -66,9 +66,8 @@
Help improve these dotfiles
- - New: Try the [Quickshell](https://quickshell.outfoxxed.me/)-powered version at [`ii-qs` branch](https://github.com/end-4/dots-hyprland/tree/ii-qs)
- - Join the [discussions](https://github.com/end-4/dots-hyprland/discussions)
- - If you'd like to suggest fixes or a new widget, feel free to [open an issue](https://github.com/end-4/dots-hyprland/issues/new/choose)
+ - New: Try the Quickshell-powered version at [`ii-qs` branch](https://github.com/end-4/dots-hyprland/tree/ii-qs) - It comes with major improvements, and you're free to make suggestions 👉 [#1276](https://github.com/end-4/dots-hyprland/pull/1276)
+
From ea8f06b632060afe602a51237f43004800b4f7e1 Mon Sep 17 00:00:00 2001
From: end-4 <97237370+end-4@users.noreply.github.com>
Date: Sun, 1 Jun 2025 20:29:28 +0200
Subject: [PATCH 2/3] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 06fb93979..0c3a78267 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@
Help improve these dotfiles
- - New: Try the Quickshell-powered version at [`ii-qs` branch](https://github.com/end-4/dots-hyprland/tree/ii-qs) - It comes with major improvements, and you're free to make suggestions 👉 [#1276](https://github.com/end-4/dots-hyprland/pull/1276)
+ - Try the Quickshell-powered version at [`ii-qs` branch](https://github.com/end-4/dots-hyprland/tree/ii-qs) - It comes with major improvements, and you're free to make suggestions 👉 [#1276](https://github.com/end-4/dots-hyprland/pull/1276)
From e5b920550b6c155c3bdc560008f207028eba0e36 Mon Sep 17 00:00:00 2001
From: D7OM <61534551+d7omdev@users.noreply.github.com>
Date: Sun, 1 Jun 2025 22:07:28 +0300
Subject: [PATCH 3/3] fix: correct ags package name in uninstall.sh
---
uninstall.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/uninstall.sh b/uninstall.sh
index a2fbbfcc2..390092bf7 100755
--- a/uninstall.sh
+++ b/uninstall.sh
@@ -54,6 +54,6 @@ v sudo rm /etc/modules-load.d/i2c-dev.conf
read -p "Do you want to uninstall packages used by the dotfiles?\nCtrl+C to exit, or press Enter to proceed"
# Removing installed yay packages and dependencies
-v yay -Rns illogical-impulse-{ags,audio,backlight,basic,bibata-modern-classic-bin,fonts-themes,gnome,gtk,hyprland,microtex-git,oneui4-icons-git,portal,python,screencapture,widgets} plasma-browser-integration
+v yay -Rns illogical-impulse-{agsv1,audio,backlight,basic,bibata-modern-classic-bin,fonts-themes,gnome,gtk,hyprland,microtex-git,oneui4-icons-git,portal,python,screencapture,widgets} plasma-browser-integration
printf '\e[36mUninstall Complete.\n\e[97m'