Reorganize

This commit is contained in:
Tommy 2022-05-24 22:49:46 -04:00 committed by GitHub
parent 430f87e0de
commit bdaa79f107
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,3 @@
#!/bin/bash
sudo dnf install -y qubes-core-agent-networking iproute qubes-core-agent-dom0-updates

View file

@ -0,0 +1,9 @@
#!/bin/bash
sudo dnf install -y qubes-core-agent-networking qubes-core-agent-network-manager NetworkManager-wifi network-manager-applet wireless-tools notification-daemon gnome-keyring polkit @hardware-support arc-theme
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

View file

@ -0,0 +1,9 @@
#!/bin/bash
sudo dnf install -y qubes-gpg-split arc-theme
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