Skip to content

Commit 250c377

Browse files
committed
removed the descriptions for all of them and fixed the class name
1 parent b8e82ed commit 250c377

20 files changed

Lines changed: 26 additions & 26 deletions

File tree

archinstall/default_profiles/desktops/awesome.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class AwesomeProfile(XorgProfile):
1111
def __init__(self) -> None:
12-
super().__init__('Awesome', ProfileType.WindowMgr, description='a highly configurable, next generation framework window manager for Xorg')
12+
super().__init__('Awesome', ProfileType.WindowMgr, description='')
1313

1414
@property
1515
@override

archinstall/default_profiles/desktops/bspwm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class BspwmProfile(XorgProfile):
88
def __init__(self) -> None:
9-
super().__init__('Bspwm', ProfileType.WindowMgr, description='a tiling window manager that represents windows as the leaves of a full binary tree')
9+
super().__init__('Bspwm', ProfileType.WindowMgr, description='')
1010

1111
@property
1212
@override

archinstall/default_profiles/desktops/budgie.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class BudgieProfile(XorgProfile):
88
def __init__(self) -> None:
9-
super().__init__('Budgie', ProfileType.DesktopEnv, description='a familiar, modern desktop environment')
9+
super().__init__('Budgie', ProfileType.DesktopEnv, description='')
1010

1111
@property
1212
@override

archinstall/default_profiles/desktops/cinnamon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class CinnamonProfile(XorgProfile):
88
def __init__(self) -> None:
9-
super().__init__('Cinnamon', ProfileType.DesktopEnv, description='a traditional desktop layout with modern graphical effects.')
9+
super().__init__('Cinnamon', ProfileType.DesktopEnv, description='')
1010

1111
@property
1212
@override

archinstall/default_profiles/desktops/cosmic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class CosmicProfile(XorgProfile):
88
def __init__(self) -> None:
9-
super().__init__('cosmic-epoch', ProfileType.DesktopEnv, description='next generation desktop environment', advanced=True)
9+
super().__init__('cosmic-epoch', ProfileType.DesktopEnv, description='', advanced=True)
1010

1111
@property
1212
@override

archinstall/default_profiles/desktops/cutefish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class CutefishProfile(XorgProfile):
88
def __init__(self) -> None:
9-
super().__init__('Cutefish', ProfileType.DesktopEnv, description='simple to use, beautiful, and retain the classic PC interactive design')
9+
super().__init__('Cutefish', ProfileType.DesktopEnv, description='')
1010

1111
@property
1212
@override

archinstall/default_profiles/desktops/deepin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class DeepinProfile(XorgProfile):
88
def __init__(self) -> None:
9-
super().__init__('Deepin', ProfileType.DesktopEnv, description='beautiful, easy-to-use, safe and stable desktop')
9+
super().__init__('Deepin', ProfileType.DesktopEnv, description='')
1010

1111
@property
1212
@override

archinstall/default_profiles/desktops/enlightenment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class EnlighenmentProfile(XorgProfile):
88
def __init__(self) -> None:
9-
super().__init__('Enlightenment', ProfileType.WindowMgr, description='Compositor and Minimal Desktop for Linux')
9+
super().__init__('Enlightenment', ProfileType.WindowMgr, description='')
1010

1111
@property
1212
@override

archinstall/default_profiles/desktops/gnome.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class GnomeProfile(XorgProfile):
88
def __init__(self) -> None:
9-
super().__init__('GNOME', ProfileType.DesktopEnv, description='a desktop environment that aims to be simple and easy to use')
9+
super().__init__('GNOME', ProfileType.DesktopEnv, description='')
1010

1111
@property
1212
@override

archinstall/default_profiles/desktops/i3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class I3wmProfile(XorgProfile):
88
def __init__(self) -> None:
9-
super().__init__('i3-wm', ProfileType.WindowMgr, description='a tiling window manager inspired by wmii that is primarily targeted at developers and advanced users')
9+
super().__init__('i3-wm', ProfileType.WindowMgr, description='')
1010

1111
@property
1212
@override

0 commit comments

Comments
 (0)