fixed script shebang

This commit is contained in:
Nickiel12 2023-10-29 16:52:44 -07:00
parent a87fe8b7b8
commit 09ef4812e5
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,5 @@
#! /bin/bash
#!/usr/bin/env bash
#
function clamp {
min=$1
max=$2

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
spaces (){
WORKSPACE_WINDOWS=$(hyprctl workspaces -j | jq 'map({key: .id | tostring, value: .windows}) | from_entries')