Fix shebang in eww scripts

This commit is contained in:
ItsDrike 2024-06-20 14:53:31 +02:00
parent 408e9fc6cb
commit 142ad87364
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
8 changed files with 150 additions and 150 deletions

View file

@ -1,4 +1,4 @@
#!/bin/env bash
#!/usr/bin/env bash
# shellcheck source=include
source "./scripts/include"
@ -8,5 +8,5 @@ source "./scripts/include"
# not be enough.
if [ "$1" = "toggle" ]; then
gammastep -x
gammastep -x
fi