diff options
| author | RP1 <johndoe@example.com> | 2026-06-19 16:53:54 +0200 |
|---|---|---|
| committer | RP1 <johndoe@example.com> | 2026-06-19 16:53:54 +0200 |
| commit | 4bd05ad51ea400ba9045a299737b6ab02bb243d7 (patch) | |
| tree | 9819a0a535d4822fa365484b9931d5cccce07f6c /raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf | |
| parent | d7040431eb54630ba96d9199adac8a4d41171a14 (diff) | |
| download | RaveOS-PKGBUILD-4bd05ad51ea400ba9045a299737b6ab02bb243d7.tar.gz RaveOS-PKGBUILD-4bd05ad51ea400ba9045a299737b6ab02bb243d7.zip | |
added correct hyrpland theme at startup
Diffstat (limited to 'raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf')
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf b/raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf index e20300f..c4571ca 100644 --- a/raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf +++ b/raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf @@ -24,4 +24,7 @@ script: - "if [ -x ${ROOT}/usr/lib/raveos-kde-theme/auto-apply.sh ]; then arch-chroot ${ROOT} /usr/lib/raveos-kde-theme/auto-apply.sh; fi" - "if [ -x ${ROOT}/usr/lib/raveos-hyprland-theme/auto-apply.sh ]; then arch-chroot ${ROOT} /usr/lib/raveos-hyprland-theme/auto-apply.sh; fi" - "install -Dm644 /etc/systemd/system/reflector-once.service ${ROOT}/etc/systemd/system/reflector-once.service" - - "chroot ${ROOT} systemctl enable reflector-once.service"
\ No newline at end of file + - "chroot ${ROOT} systemctl enable reflector-once.service" + - "gsettings set org.gnome.desktop.interface gtk-theme 'Yaru-olive-dark' +" + - "gsettings set org.gnome.desktop.interface icon-theme 'Adwaitaru-olive'"
\ No newline at end of file |