From a581cadefc69ad5c0d3274f115c9aa1c8fce85ee Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 9 Jun 2025 00:27:06 +1000 Subject: internal: fix run shebang --- run.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.fish b/run.fish index 0fddaee..2e6c039 100755 --- a/run.fish +++ b/run.fish @@ -1,4 +1,4 @@ -#!/bin/fish +#!/usr/bin/env fish set -l dbus 'quickshell.dbus.properties.warning = false;quickshell.dbus.dbusmenu.warning = false' # System tray dbus property errors set -l notifs 'quickshell.service.notifications.warning = false' # Notification server warnings on reload -- cgit v1.2.3-freya