Add `awesome` package to Awesome profile (#1954)

This commit is contained in:
codefiles 2023-07-29 06:20:55 -04:00 committed by GitHub
parent 7326d51161
commit 29b5280725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,10 @@ class AwesomeProfile(XorgProfile):
@property
def packages(self) -> List[str]:
return ['alacritty']
return [
'awesome',
'alacritty'
]
def preview_text(self) -> Optional[str]:
text = str(_('Environment type: {}')).format(self.profile_type.value)