From 9af8fc137fb034aad8dbb09ea9abad2260ab74ff Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 31 May 2025 16:26:08 +0200 Subject: [PATCH] icons: breeze -> breeze-plus --- .config/kde-material-you-colors/config.conf | 4 ++-- arch-packages/illogical-impulse-fonts-themes/PKGBUILD | 1 + install.sh | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/kde-material-you-colors/config.conf b/.config/kde-material-you-colors/config.conf index 04c8a3faf..1d63c8405 100644 --- a/.config/kde-material-you-colors/config.conf +++ b/.config/kde-material-you-colors/config.conf @@ -31,11 +31,11 @@ ncolor = 0 # Light scheme icons theme #iconslight = OneUI-light -iconslight = breeze +iconslight = breeze-plus # Dark scheme icons theme #iconsdark = OneUI-dark -iconsdark = breeze-dark +iconsdark = breeze-plus-dark # Use pywal to theme other programs using Material You colors pywal=False diff --git a/arch-packages/illogical-impulse-fonts-themes/PKGBUILD b/arch-packages/illogical-impulse-fonts-themes/PKGBUILD index 82fda5700..017e94b49 100644 --- a/arch-packages/illogical-impulse-fonts-themes/PKGBUILD +++ b/arch-packages/illogical-impulse-fonts-themes/PKGBUILD @@ -6,6 +6,7 @@ arch=(any) license=(None) depends=( adw-gtk-theme-git + breeze-plus fish fontconfig foot diff --git a/install.sh b/install.sh index 3884cc2b4..fc3f4be71 100755 --- a/install.sh +++ b/install.sh @@ -103,7 +103,7 @@ install-local-pkgbuild() { metapkgs=(./arch-packages/illogical-impulse-{audio,backlight,basic,fonts-themes,kde,portal,python,screencapture,toolkit,widgets}) metapkgs+=(./arch-packages/illogical-impulse-hyprland) metapkgs+=(./arch-packages/illogical-impulse-microtex-git) -metapkgs+=(./arch-packages/illogical-impulse-oneui4-icons-git) +# metapkgs+=(./arch-packages/illogical-impulse-oneui4-icons-git) [[ -f /usr/share/icons/Bibata-Modern-Classic/index.theme ]] || \ metapkgs+=(./arch-packages/illogical-impulse-bibata-modern-classic-bin)