1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-10-01 12:22:46 -04:00

Create dom0

This commit is contained in:
Tommy 2022-02-06 02:59:49 -05:00 committed by GitHub
parent 5c9a6c8c30
commit 6d508bc586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
dom0 Normal file
View File

@ -0,0 +1,8 @@
#!/bin/bash
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