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

Add comments

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-04-26 16:37:33 -07:00
parent 3974e569df
commit 6b7dacda7c
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

14
dom0.sh
View File

@ -20,6 +20,14 @@ sudo systemctl enable fstrim.timer
# Theming
# After a reboot, run qt5ct and set the theme to gtk-2
sudo qubes-dom0-update qubes-ctap-dom0 qt5ct qt5-qtstyleplugins
echo 'QT_QPA_PLATFORMTHEME=qt5ct' | sudo tee -a /etc/environment
# Add extra gtk theming - this is probably not necessary, but why not
sudo mkdir -p /etc/gtk-3.0
echo '[Settings]
gtk-theme-name=Arc-Dark
@ -28,8 +36,4 @@ gtk-application-prefer-dark-theme=1' | sudo tee /etc/gtk-3.0/settings.ini
sudo mkdir -p /etc/gtk-4.0
echo '[Settings]
gtk-theme-name=Arc-Dark
gtk-application-prefer-dark-theme=1' | sudo tee /etc/gtk-4.0/settings.ini
sudo qubes-dom0-update qubes-ctap-dom0 qt5ct qt5-qtstyleplugins
echo 'QT_QPA_PLATFORMTHEME=qt5ct' | sudo tee -a /etc/environment
gtk-application-prefer-dark-theme=1' | sudo tee /etc/gtk-4.0/settings.ini