Add `awesome` package to Awesome profile (#1954)
This commit is contained in:
parent
7326d51161
commit
29b5280725
|
|
@ -14,7 +14,10 @@ class AwesomeProfile(XorgProfile):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def packages(self) -> List[str]:
|
def packages(self) -> List[str]:
|
||||||
return ['alacritty']
|
return [
|
||||||
|
'awesome',
|
||||||
|
'alacritty'
|
||||||
|
]
|
||||||
|
|
||||||
def preview_text(self) -> Optional[str]:
|
def preview_text(self) -> Optional[str]:
|
||||||
text = str(_('Environment type: {}')).format(self.profile_type.value)
|
text = str(_('Environment type: {}')).format(self.profile_type.value)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue