mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +00:00
Fix shebang in eww scripts
This commit is contained in:
parent
408e9fc6cb
commit
142ad87364
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if [ "$1" = "temperature" ]; then
|
if [ "$1" = "temperature" ]; then
|
||||||
watch_cmd="{t}"
|
watch_cmd="{t}"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# $1: Current number
|
# $1: Current number
|
||||||
# $2: Range minimum
|
# $2: Range minimum
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# shellcheck source=include
|
# shellcheck source=include
|
||||||
source "./scripts/include"
|
source "./scripts/include"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
MOUNTPOINTS=("/" "/mnt/ext")
|
MOUNTPOINTS=("/" "/mnt/ext")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# shellcheck source=include
|
# shellcheck source=include
|
||||||
source "./scripts/include"
|
source "./scripts/include"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Define some icons
|
# Define some icons
|
||||||
SPEAKER_ICONS=("" "" "")
|
SPEAKER_ICONS=("" "" "")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# shellcheck source=include
|
# shellcheck source=include
|
||||||
source "./scripts/include"
|
source "./scripts/include"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# shellcheck source=include
|
# shellcheck source=include
|
||||||
source "./scripts/include"
|
source "./scripts/include"
|
||||||
|
|
Loading…
Reference in a new issue