From 464601eb448981aa5747133753b00f5e932bb8f9 Mon Sep 17 00:00:00 2001 From: ppfloydde <157708553+ppfloydde@users.noreply.github.com> Date: Wed, 31 Jan 2024 07:12:17 +0100 Subject: [PATCH] Update WaybarCava.sh Fix shebang line to prevent posix execution of shell script. In posix mode, the for-loop failed. --- config/hypr/scripts/WaybarCava.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/scripts/WaybarCava.sh b/config/hypr/scripts/WaybarCava.sh index 62e3558..bf9e743 100755 --- a/config/hypr/scripts/WaybarCava.sh +++ b/config/hypr/scripts/WaybarCava.sh @@ -1,4 +1,4 @@ -# #! /bin/bash +#!/bin/bash ## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## # Not my own work. This was added through Github PR. Credit to original author