From 4892446e572fdee164f60cd55665e9737becbfa6 Mon Sep 17 00:00:00 2001 From: Piotr Bartoszewicz Date: Sun, 8 Jun 2025 10:04:59 +0200 Subject: fix: hardcoded interpreter paths --- workspace-action.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'workspace-action.sh') diff --git a/workspace-action.sh b/workspace-action.sh index 64a32f0..76d0950 100755 --- a/workspace-action.sh +++ b/workspace-action.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash active_ws=$(hyprctl activeworkspace -j | jq -r '.id') -- cgit v1.2.3-freya