Update debian.sh
This commit is contained in:
		
							
								
								
									
										13
									
								
								debian/debian.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								debian/debian.sh
									
									
									
									
										vendored
									
									
								
							@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user