mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-05 02:21:33 -05:00
Fixes
This commit is contained in:
parent
fa250cb1e5
commit
eeea452d0b
@ -17,3 +17,27 @@ sudo cat > /etc/dconf/db/local.d/custom <<- 'EOF'
|
||||
gtk-theme='Arc-Dark'
|
||||
icon-theme='Arc'
|
||||
EOF
|
||||
|
||||
sudo cat > /etc/systemd/user/update-user-flatpaks.service <<- 'EOF'
|
||||
[Unit]
|
||||
Description=Update user Flatpaks
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/flatpak --user update -y
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
EOF
|
||||
|
||||
sudo cat > /etc/systemd/user/update-user-flatpaks.timer <<- 'EOF'
|
||||
[Unit]
|
||||
Description=Update user Flatpaks daily
|
||||
|
||||
[Timer]
|
||||
OnCalendar=daily
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
EOF
|
Loading…
Reference in New Issue
Block a user