diff options
| author | mio-dokuhaki <a214mm040s@std.kurume-u.ac.jp> | 2025-11-05 02:43:32 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-05 02:43:32 +0900 |
| commit | 073fc0fb287777e39e6b9089a5db7a7cf010f24f (patch) | |
| tree | 2d0d09e7a329d99bd9dc7bc870b5620f7ad8752f /config | |
| parent | c9c54016a8675448eba7accdea9978f8d780725c (diff) | |
fix(rofi): update RofiBeats shebang to /usr/bin/env bash
Diffstat (limited to 'config')
| -rwxr-xr-x | config/hypr/UserScripts/RofiBeats.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/UserScripts/RofiBeats.sh b/config/hypr/UserScripts/RofiBeats.sh index adb5aa2c..a002a518 100755 --- a/config/hypr/UserScripts/RofiBeats.sh +++ b/config/hypr/UserScripts/RofiBeats.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## # RofiBeats - unified, dynamic UI (add, remove, manage, play) |
