1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-07-02 16:17:34 -04:00
QubesOS-Scripts/dom0.sh

14 lines
400 B
Bash
Raw Normal View History

2022-02-06 02:59:49 -05:00
#!/bin/bash
sudo mkdir /etc/gtk-3.0
2022-02-06 16:33:08 -05:00
echo '[Settings]
2022-02-06 02:59:49 -05:00
gtk-theme-name=Arc-Dark
gtk-application-prefer-dark-theme=1
' | sudo tee /etc/gtk-3.0/settings.ini
2022-02-06 15:30:24 -05:00
2022-02-08 02:14:11 -05:00
sudo qubes-dom0-update qubes-u2f-dom0 qubes-yubikey-dom0 qt5ct qt5-qtstyleplugins
2022-02-06 15:37:32 -05:00
qvm-service --enable personal qubes-u2f-proxy
2022-02-06 15:30:24 -05:00
qvm-service --enable work qubes-u2f-proxy
2022-02-08 02:14:11 -05:00
echo "export export QT_QPA_PLATFORMTHEME=gtk2" | sudo tee /etc/environment