Skip to content

Commit

Permalink
Remove qt5ct from Whonix
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyTran732 authored Dec 23, 2024
1 parent cbb42b9 commit cef6ed5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions whonix/whonix-gateway.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 fwupd-qubes-vm qt5ct qt5-style-plugins arc-theme -y
sudo apt install --no-install-recommends fwupd-qubes-vm qt5-style-plugins arc-theme -y

# Restrict /proc and access
sudo systemctl enable --now proc-hidepid.service
Expand All @@ -58,6 +58,4 @@ 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

# Run qt5ct and set the theme to gtk-2
download https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc/gtk-4.0/settings.ini /etc/gtk-4.0/settings.ini
6 changes: 2 additions & 4 deletions whonix/whonix-workstation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 qt5ct qt5-style-plugins -y
sudo apt install --no-install-recommends arc-theme pipewire-pulse qt5-style-plugins -y

# Restrict /proc and access
sudo systemctl enable --now proc-hidepid.service
Expand All @@ -59,6 +59,4 @@ 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

# Run qt5ct and set the theme to gtk-2
download https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc/gtk-4.0/settings.ini /etc/gtk-4.0/settings.ini

0 comments on commit cef6ed5

Please sign in to comment.