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:
parent
9026d8a6e9
commit
a672f965e4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user