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