1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-11-23 02:01:32 -05:00

Compare commits

..

No commits in common. "1b11fac18138b317239e8a57e39ab13a7f6ae70a" and "9e3f0959a06b312db1c3d8f80c1e07893ace8322" have entirely different histories.

2 changed files with 4 additions and 8 deletions

10
dom0.sh
View File

@ -18,16 +18,12 @@
sudo sed -i 's/issue_discards = 0/issue_discards = 1/g' /etc/lvm/lvm.conf sudo sed -i 's/issue_discards = 0/issue_discards = 1/g' /etc/lvm/lvm.conf
sudo systemctl enable --now fstrim.timer sudo systemctl enable --now fstrim.timer
# Install packages # Theming
# 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 qt5ct qt5-qtstyleplugins
# Install packages for Trenchboot
sudo qubes-dom0-update qrencode openssl oathtool tpm-tools tpm-extra trousers-changer
#Theming
# After a reboot, run qt5ct and set the theme to gtk-2
echo 'QT_QPA_PLATFORMTHEME=qt5ct' | sudo tee -a /etc/environment echo 'QT_QPA_PLATFORMTHEME=qt5ct' | sudo tee -a /etc/environment
# Add extra gtk theming - this is probably not necessary, but why not # Add extra gtk theming - this is probably not necessary, but why not

View File

@ -23,7 +23,7 @@ unpriv curl --proxy http://127.0.0.1:8082 https://raw.githubusercontent.com/Tomm
sudo chmod 644 /etc/apt/apt.conf.d/99sane-upgrades sudo chmod 644 /etc/apt/apt.conf.d/99sane-upgrades
# Install packages # Install packages
sudo apt install --no-install-recommends qt5ct qt5-style-plugins arc-theme git pipewire-pulse -y sudo apt install --no-install-recommends qt5ct qt5-style-plugins arc-theme git -y
# Enabling SUID Disabler and Permission Hardener # Enabling SUID Disabler and Permission Hardener
sudo permission-hardener enable sudo permission-hardener enable