check for .local/bin exist

This commit is contained in:
mal0
2024-09-07 01:31:06 -04:00
parent cdd9470411
commit 2736f16fe1
+2
View File
@@ -110,6 +110,8 @@ def dnf_config():
def hyprland():
console.rule("Configuring hyprland", style='checkt')
if not os.path.exists(home +'/.local/bin'):
os.mkdir(home +'/.local/bin')
# create tty launcher
with open(home +'/.local/bin/wrappedhl', 'w+') as file: