1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-09-19 15:14:43 -04:00

Update debian.sh

This commit is contained in:
Tommy 2022-05-25 23:22:56 -04:00 committed by GitHub
parent e2835c28be
commit cf695350fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
debian/debian.sh vendored
View File

@ -1,6 +1,19 @@
#!/bin/bash
sudo apt purge -y thunderbird emacs firefox* keepassxc cups* vim* system-config-printer*
sudo apt purge -y thunderbird emacs firefox* keepassxc cups* vim* system-config-printer* xsettingsd
sudo apt autoremove
sudo apt install qt5ct qt5-qtstyleplugins arc-theme
sudo apt install arc-theme
sudo mkdir /etc/gtk-3.0
echo '[Settings]
gtk-theme-name=Arc-Dark
gtk-application-prefer-dark-theme=1
' | sudo tee /etc/gtk-3.0/settings.ini
sudo mkdir /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
echo "export export QT_QPA_PLATFORMTHEME=gtk2" | sudo tee /etc/environment