use /usr/bin/env to select bash

This commit is contained in:
Felix Buehler 2020-12-15 20:43:31 +01:00
parent f791750d47
commit cd67bd2d8f
5 changed files with 9 additions and 9 deletions

View file

@ -20,13 +20,13 @@ alias = ""
block = "disk_space" block = "disk_space"
path = "/home" path = "/home"
alias = "" alias = ""
alert_absolute = true #alert_absolute = true
[[block]] [[block]]
block = "networkmanager" block = "networkmanager"
device_format = "{icon}{ap}" device_format = "{icon}{ap}"
on_click = "alacritty -e nmtui" on_click = "alacritty -e nmtui"
interface_name_exclude = ["br\\-[0-9a-f]{12}", "docker\\d+"] #interface_name_exclude = ["br\\-[0-9a-f]{12}", "docker\\d+"]
[[block]] [[block]]
block = "memory" block = "memory"
@ -54,9 +54,9 @@ mac = "94:DB:56:79:A5:3C"
[[block]] [[block]]
block = "sound" block = "sound"
[[block]] #[[block]]
block = "sound" #block = "sound"
device_kind = "source" #device_kind = "source"
[[block]] [[block]]
block = "time" block = "time"

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
images=() images=()
swaylock_args=() swaylock_args=()

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
LAST=$(tail -1 ~/.borgbackup.log) LAST=$(tail -1 ~/.borgbackup.log)

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
now=$(date +"%Y_%m_%d_%H_%M_%S") now=$(date +"%Y_%m_%d_%H_%M_%S")
path="$HOME/Pictures/hour-pics" path="$HOME/Pictures/hour-pics"
size="1280x720" size="1280x720"

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
chosen="$(wofi --dmenu --insensitive <<-END chosen="$(wofi --dmenu --insensitive <<-END
[Cancel] [Cancel]