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

9 lines
154 B
Bash
Raw Normal View History

2022-02-06 02:59:49 -05:00
#!/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