chore: Create a pre-existing topgrade.toml file in /etc

This commit is contained in:
Kyle Gospodnetich 2024-01-20 01:55:11 -08:00
parent 97aeca6e1b
commit 5f52850e5d
2 changed files with 3 additions and 4 deletions

View File

@ -0,0 +1,3 @@
[commands]
"Firefox GNOME Theme" = "/usr/libexec/topgrade/mozilla-gnome-theme-update"
"Steam Adwaita Theme" = "/usr/libexec/topgrade/adwaita-for-steam-update"

View File

@ -4,7 +4,3 @@ paths = ["/etc/topgrade.toml"]
[misc]
disable = ["toolbx", "self_update"]
ignore_failures = ["distrobox", "pip3"]
[commands]
"Firefox GNOME Theme" = "/usr/libexec/topgrade/mozilla-gnome-theme-update"
"Steam Adwaita Theme" = "/usr/libexec/topgrade/adwaita-for-steam-update"