mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-22 01:41:34 -05:00
Split out shared files
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
3fae19069b
commit
a39e0ceb38
2
etc/dconf/db/local.d/arc-dark
Normal file
2
etc/dconf/db/local.d/arc-dark
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[org/gnome/desktop/interface]
|
||||||
|
gtk-theme='Arc-Dark'
|
1
etc/environment
Normal file
1
etc/environment
Normal file
@ -0,0 +1 @@
|
|||||||
|
export QT_QPA_PLATFORMTHEME=gtk2
|
3
etc/gtk-3.0/settings.ini
Normal file
3
etc/gtk-3.0/settings.ini
Normal 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
3
etc/gtk-4.0/settings.ini
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[Settings]
|
||||||
|
gtk-theme-name=Arc-Dark
|
||||||
|
gtk-application-prefer-dark-theme=1
|
6
etc/systemd/user/update-user-flatpaks.service
Normal file
6
etc/systemd/user/update-user-flatpaks.service
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Update user Flatpaks
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=/usr/bin/flatpak --user update -y
|
9
etc/systemd/user/update-user-flatpaks.timer
Normal file
9
etc/systemd/user/update-user-flatpaks.timer
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Update user Flatpaks daily
|
||||||
|
|
||||||
|
[Timer]
|
||||||
|
OnCalendar=daily
|
||||||
|
Persistent=true
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=timers.target
|
Loading…
Reference in New Issue
Block a user