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

Remove unnecessary customization

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-01-11 16:58:14 -07:00
parent 48c692b950
commit ee8fed2a2c
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -56,16 +56,11 @@ sudo sed -i 's/#DNSSEC=no/DNSSEC=yes/g' /etc/systemd/resolved.conf
sudo systemctl restart systemd-resolved sudo systemctl restart systemd-resolved
#Theming #Theming
git config --global http.proxy http://127.0.0.1:8082
git clone https://github.com/horst3180/arc-icon-theme
sudo mv arc-icon-theme/Arc /usr/share/icons
rm -rf arc-icon-theme
echo "export QT_QPA_PLATFORMTHEME=gtk2" | sudo tee /etc/environment echo "export QT_QPA_PLATFORMTHEME=gtk2" | sudo tee /etc/environment
echo "[org/gnome/desktop/interface] echo "[org/gnome/desktop/interface]
gtk-theme='Arc-Dark' gtk-theme='Arc-Dark'
icon-theme='Arc'
[org/gnome/desktop/media-handling] [org/gnome/desktop/media-handling]
automount=false automount=false