1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-11-05 18:41:34 -05:00

Update minimal-firewall.sh

This commit is contained in:
Tommy 2022-05-23 04:16:50 -04:00 committed by GitHub
parent 9026d8a6e9
commit a672f965e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,9 @@
#!/bin/bash #!/bin/bash
sudo dnf install -y qubes-core-agent-networking iproute qubes-core-agent-dom0-updates sudo dnf install -y qubes-core-agent-networking iproute qubes-core-agent-dom0-updates 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