mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-05-16 13:12:25 -04:00
8 lines
154 B
Bash
8 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
|