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-26 00:35:09 -04:00 committed by GitHub
parent ec601e30b3
commit 3441f38b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
debian/debian.sh vendored
View File

@ -5,6 +5,13 @@ sudo apt autoremove -y
sudo apt autoclean
sudo apt install -y qt5ct qt5-style-plugins arc-theme
git config --global http.proxy http://127.0.0.1:8082
git clone https://github.com/horst3180/arc-icon-theme
mv arc-icon-theme/Arc /usr/share/icons
rm -rf arc-icon-theme
echo "export export QT_QPA_PLATFORMTHEME=gtk2" | sudo tee /etc/environment
sudo mkdir /etc/gtk-3.0
echo '[Settings]
gtk-theme-name=Arc-Dark
@ -17,4 +24,8 @@ 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
sudo cat > /etc/dconf/db/local.d/custom <<- 'EOF'
[org/gnome/desktop/interface]
gtk-theme='Arc-Dark'
icon-theme='Arc'
EOF