mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2024-10-01 00:55:37 -04:00
9 lines
154 B
Bash
9 lines
154 B
Bash
#!/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
|