From 9fa1d06bd810e2911438ff5a780b15f0974f1c99d649cc8a141a31c87389c195 Mon Sep 17 00:00:00 2001 From: Mikkel Harboe Arp Henriksen Date: Mon, 16 Jun 2025 19:07:44 +0200 Subject: [PATCH] mindre rettelse --- templates/launch-wofi.sh.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/launch-wofi.sh.j2 b/templates/launch-wofi.sh.j2 index 786065f..54e7ee5 100644 --- a/templates/launch-wofi.sh.j2 +++ b/templates/launch-wofi.sh.j2 @@ -1,2 +1,4 @@ +#!/bin/bash + # Køre wofi application menu wofi --show drun --conf "$HOME/.config/wofi/config" --style "$HOME/.config/wofi/style.css" \ No newline at end of file