1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-11-22 01:41:34 -05:00

qt5ct not needed in dom0

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-05-06 02:20:10 -07:00
parent f885b408d7
commit 5cd33325b9
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -22,9 +22,9 @@ sudo systemctl enable --now fstrim.timer
# After a reboot, run qt5ct and set the theme to gtk-2
sudo qubes-dom0-update qubes-ctap-dom0 qt5ct qt5-qtstyleplugins
sudo qubes-dom0-update qubes-ctap-dom0 qt5-qtstyleplugins
echo 'QT_QPA_PLATFORMTHEME=qt5ct' | sudo tee -a /etc/environment
echo 'QT_QPA_PLATFORMTHEME=gtk2' | sudo tee -a /etc/environment
# Add extra gtk theming - this is probably not necessary, but why not