Skip to content

Commit

Permalink
chore: Remove mate/budgie from manjaro
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaVandaele committed Jul 10, 2024
1 parent dbebc15 commit 8aa34c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion config/config.toml.default
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ editions = ["cinnamon"]
[OperatingSystems.Linux.Manjaro]
enabled = true
# Available editions:
# "plasma", "xfce", "gnome", "budgie", "cinnamon", "i3", "mate"
# "plasma", "xfce", "gnome", "cinnamon", "i3"
editions = ["plasma"]

[OperatingSystems.Linux.OpenSUSE]
Expand Down
2 changes: 0 additions & 2 deletions modules/updaters/Manjaro.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ def __init__(self, folder_path: Path, edition: str) -> None:
"plasma",
"xfce",
"gnome",
"budgie",
"cinnamon",
"i3",
"mate",
]
self.edition = edition.lower()
file_path = folder_path / FILE_NAME
Expand Down

0 comments on commit 8aa34c7

Please sign in to comment.