1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-09-18 14:44:43 -04:00

Split out shared files

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-04-28 12:12:37 -07:00
parent 3fae19069b
commit a39e0ceb38
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
6 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,2 @@
[org/gnome/desktop/interface]
gtk-theme='Arc-Dark'

1
etc/environment Normal file
View File

@ -0,0 +1 @@
export QT_QPA_PLATFORMTHEME=gtk2

3
etc/gtk-3.0/settings.ini Normal file
View File

@ -0,0 +1,3 @@
[Settings]
gtk-theme-name=Arc-Dark
gtk-application-prefer-dark-theme=1

3
etc/gtk-4.0/settings.ini Normal file
View File

@ -0,0 +1,3 @@
[Settings]
gtk-theme-name=Arc-Dark
gtk-application-prefer-dark-theme=1

View File

@ -0,0 +1,6 @@
[Unit]
Description=Update user Flatpaks
[Service]
Type=oneshot
ExecStart=/usr/bin/flatpak --user update -y

View File

@ -0,0 +1,9 @@
[Unit]
Description=Update user Flatpaks daily
[Timer]
OnCalendar=daily
Persistent=true
[Install]
WantedBy=timers.target