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

Update minimal-vault-gpg.sh

This commit is contained in:
Tommy 2022-05-24 09:37:54 -04:00 committed by GitHub
parent 86f6a94ba9
commit 862445017e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,9 @@
#!/bin/bash
sudo dnf install -y qubes-gpg-split
sudo dnf install -y qubes-gpg-split 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