mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 17:40:42 +00:00
Fix shebang in eww scripts
This commit is contained in:
parent
408e9fc6cb
commit
142ad87364
8 changed files with 150 additions and 150 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue