Skip to content

Commit 07bb70f

Browse files
committed
made some fixes
1 parent 250c377 commit 07bb70f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

archinstall/default_profiles/desktops/hyprland.py

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

1818
class HyprlandProfile(XorgProfile):
1919
def __init__(self) -> None:
20-
super().__init__('Hyprland', ProfileType.DesktopEnv, description='an independent tiling Wayland compositor written in C++')
20+
super().__init__('Hyprland', ProfileType.DesktopEnv, description='')
2121

2222
self.custom_settings = {'seat_access': None}
2323

archinstall/default_profiles/desktops/river.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
_: Callable[[str], DeferredTranslation]
1616

1717

18-
class riverProfile(XorgProfile):
18+
class RiverProfile(XorgProfile):
1919
def __init__(self) -> None:
2020
super().__init__(
2121
'river'

0 commit comments

Comments
 (0)