From 25f99d79cd36e9a1908d01a19daca43fca2b60c8 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 12 Nov 2024 05:16:46 -0700 Subject: [PATCH] Move post install instructions to the bottom of the scripts --- dom0.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dom0.sh b/dom0.sh index 199ad31..fcec585 100644 --- a/dom0.sh +++ b/dom0.sh @@ -41,8 +41,6 @@ sudo qvm-features debian-12 netvm-menu-items 'org.gnome.Console.desktop' # Theming -# After a reboot, run qt5ct and set the theme to gtk-2 - echo 'QT_QPA_PLATFORMTHEME=gtk2' | sudo tee -a /etc/environment # Add extra gtk theming - this is probably not necessary, but why not @@ -56,3 +54,5 @@ sudo mkdir -p /etc/gtk-4.0 echo '[Settings] gtk-theme-name = Arc-Dark gtk-application-prefer-dark-theme = true' | sudo tee /etc/gtk-4.0/settings.ini + +# After a reboot, run qt5ct and set the theme to gtk-2 \ No newline at end of file