From 91ef40420ef41295d901248c5c3f1b0fe9906ab7 Mon Sep 17 00:00:00 2001 From: Noa Himesaka Date: Tue, 24 Oct 2023 16:48:38 +0900 Subject: [PATCH] Fix theming, take 2 --- airootfs/root/endeavouros-skel-liveuser/src/etc/skel/.xinitrc | 1 + run_before_squashfs.sh | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/airootfs/root/endeavouros-skel-liveuser/src/etc/skel/.xinitrc b/airootfs/root/endeavouros-skel-liveuser/src/etc/skel/.xinitrc index 52531a1a..c88180ab 100755 --- a/airootfs/root/endeavouros-skel-liveuser/src/etc/skel/.xinitrc +++ b/airootfs/root/endeavouros-skel-liveuser/src/etc/skel/.xinitrc @@ -1,3 +1,4 @@ #!/bin/sh export DESKTOP_SESSION=plasma && exec startplasma-x11 +exec lookandfeeltool -a com.endeavouros.breezedarkeos.desktop diff --git a/run_before_squashfs.sh b/run_before_squashfs.sh index 5a7161df..0769cf76 100755 --- a/run_before_squashfs.sh +++ b/run_before_squashfs.sh @@ -109,9 +109,6 @@ pacman -Qs | grep "/xorg-server " | cut -c7- >> iso_package_versions pacman -Qs | grep "/nvidia-dkms " | cut -c7- >> iso_package_versions mv "iso_package_versions" "/home/liveuser/" -# Set theme -lookandfeeltool -a com.endeavouros.breezedarkeos.desktop - echo "############################" echo "# end chrooted commandlist #" echo "############################"