diff --git a/whonix/whonix-gw.sh b/whonix/whonix-gw.sh index b084cda..2f322a7 100644 --- a/whonix/whonix-gw.sh +++ b/whonix/whonix-gw.sh @@ -59,3 +59,5 @@ download https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc sudo mkdir -p /etc/gtk-4.0 download https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc/gtk-4.0/settings.ini /etc/gtk-4.0/settings.ini + +# Run qt5ct and set the theme to gtk-2 \ No newline at end of file diff --git a/whonix/whonix-ws.sh b/whonix/whonix-ws.sh index 1ef6074..73fb20f 100644 --- a/whonix/whonix-ws.sh +++ b/whonix/whonix-ws.sh @@ -39,7 +39,7 @@ download https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main sudo chmod 644 /etc/apt/apt.conf.d/99sane-upgrades # Install packages -sudo apt install --no-install-recommends arc-theme pipewire-pulse -y +sudo apt install --no-install-recommends arc-theme pipewire-pulse qt5ct qt5-style-plugins -y # Restrict /proc and access sudo systemctl enable --now proc-hidepid.service @@ -59,4 +59,6 @@ sudo mkdir -p /etc/gtk-3.0 download https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc/gtk-3.0/settings.ini /etc/gtk-3.0/settings.ini sudo mkdir -p /etc/gtk-4.0 -download https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc/gtk-4.0/settings.ini /etc/gtk-4.0/settings.ini \ No newline at end of file +download https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc/gtk-4.0/settings.ini /etc/gtk-4.0/settings.ini + +# Run qt5ct and set the theme to gtk-2 \ No newline at end of file