check for .local/bin exist
This commit is contained in:
@@ -110,6 +110,8 @@ def dnf_config():
|
|||||||
def hyprland():
|
def hyprland():
|
||||||
|
|
||||||
console.rule("Configuring hyprland", style='checkt')
|
console.rule("Configuring hyprland", style='checkt')
|
||||||
|
if not os.path.exists(home +'/.local/bin'):
|
||||||
|
os.mkdir(home +'/.local/bin')
|
||||||
|
|
||||||
# create tty launcher
|
# create tty launcher
|
||||||
with open(home +'/.local/bin/wrappedhl', 'w+') as file:
|
with open(home +'/.local/bin/wrappedhl', 'w+') as file:
|
||||||
|
|||||||
Reference in New Issue
Block a user