diff --git a/packages/calamares-branding-euri/netinstall.yaml b/packages/calamares-branding-euri/netinstall.yaml index ef93121..5d69f74 100644 --- a/packages/calamares-branding-euri/netinstall.yaml +++ b/packages/calamares-branding-euri/netinstall.yaml @@ -82,6 +82,21 @@ - power-profiles-daemon-dinit - ntp-dinit +- name: "Euri Rice (Layan)" + description: "Optional eye-candy: Layan/Kvantum theming, plasmoids, SDDM dark theme, shell prompt. Purely cosmetic — fully optional." + selected: false + packages: + - euri-layan-theme + - tela-circle-icon-theme-git + - kwin-zones + - oh-my-posh-bin + - cava + - python-websockets + - qt6-websockets + - kvantum + - yakuake + - mpv + - name: "Utilities" description: "System Utilities" selected: true diff --git a/packages/euri-layan-theme/Configs/Home/.config/fastfetch/config.jsonc b/packages/euri-desktop-settings/Configs/Home/.config/fastfetch/config.jsonc similarity index 100% rename from packages/euri-layan-theme/Configs/Home/.config/fastfetch/config.jsonc rename to packages/euri-desktop-settings/Configs/Home/.config/fastfetch/config.jsonc diff --git a/packages/euri-layan-theme/Configs/System/etc/sddm.conf.d/kde_settings.conf b/packages/euri-desktop-settings/Configs/System/etc/sddm.conf.d/kde_settings.conf similarity index 100% rename from packages/euri-layan-theme/Configs/System/etc/sddm.conf.d/kde_settings.conf rename to packages/euri-desktop-settings/Configs/System/etc/sddm.conf.d/kde_settings.conf diff --git a/packages/euri-desktop-settings/PKGBUILD b/packages/euri-desktop-settings/PKGBUILD index 8a1029a..b30ffe5 100644 --- a/packages/euri-desktop-settings/PKGBUILD +++ b/packages/euri-desktop-settings/PKGBUILD @@ -2,7 +2,7 @@ pkgname=euri-desktop-settings pkgver=1 -pkgrel=4 +pkgrel=5 pkgdesc="Euri Linux desktop settings, theme, and color scheme" arch=('any') url="https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-packages" @@ -30,6 +30,12 @@ source=( sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP') package() { + # System configs (SDDM) + skel (fastfetch) — required, not part of optional rice + mkdir -p "${pkgdir}/etc" + cp -a "${srcdir}/Configs/System/etc/." "${pkgdir}/etc/" + mkdir -p "${pkgdir}/etc/skel" + cp -a "${srcdir}/Configs/Home/." "${pkgdir}/etc/skel/" + # Custom GTK theme install -dm755 "${pkgdir}/usr/share/themes/Euri/gtk-3.0" install -dm755 "${pkgdir}/usr/share/themes/Euri/gtk-4.0" diff --git a/packages/euri-layan-theme/Configs/Home/.config/fastfetch/EuriP.png b/packages/euri-layan-theme/Configs/Home/.config/fastfetch/EuriP.png deleted file mode 100644 index df0753b..0000000 Binary files a/packages/euri-layan-theme/Configs/Home/.config/fastfetch/EuriP.png and /dev/null differ diff --git a/packages/euri-layan-theme/PKGBUILD b/packages/euri-layan-theme/PKGBUILD index ee02030..e84dc11 100644 --- a/packages/euri-layan-theme/PKGBUILD +++ b/packages/euri-layan-theme/PKGBUILD @@ -9,12 +9,12 @@ pkgname=euri-layan-theme pkgver=1.0 -pkgrel=6 +pkgrel=7 pkgdesc='Euri Linux Layan theme suite - KDE configs, Kvantum, SDDM theme, and plasmoids' arch=('any') url="https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-packages" license=('GPL') -depends=('kvantum' 'yakuake' 'euri-wallpapers' 'mpv') +depends=('kvantum' 'yakuake' 'euri-wallpapers' 'mpv' 'tela-circle-icon-theme-git' 'kwin-zones' 'oh-my-posh-bin') optdepends=('sddm: EuriDark-Layan SDDM theme - without this, the pixie theme files ship but will not activate' 'cava: audio visualizer data source for Kurve' 'python-websockets: Kurve audio visualizer WebSocket fallback'