check for .local/bin exist
This commit is contained in:
+3
-1
@@ -110,7 +110,9 @@ 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:
|
||||||
file.write('''#!/bin/sh
|
file.write('''#!/bin/sh
|
||||||
|
|||||||
Reference in New Issue
Block a user