mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-05-11 10:45:24 -04:00
Move post install instructions to the bottom of the scripts
This commit is contained in:
parent
629109324f
commit
25f99d79cd
1 changed files with 2 additions and 2 deletions
4
dom0.sh
4
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
|
Loading…
Add table
Add a link
Reference in a new issue