diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-07-25 19:20:05 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-25 19:20:05 +0900 |
| commit | 43c7521efba41ce8430bc9a6825acc5a0147cbd3 (patch) | |
| tree | 43ca459d81db27193b387f392d6374ab95f4cfac | |
| parent | 11236530437df615d3bb3005d0c5ba386af084b9 (diff) | |
Update WaybarLayout.sh
| -rwxr-xr-x | config/hypr/scripts/WaybarLayout.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/WaybarLayout.sh b/config/hypr/scripts/WaybarLayout.sh index 3529a082..955432fc 100755 --- a/config/hypr/scripts/WaybarLayout.sh +++ b/config/hypr/scripts/WaybarLayout.sh @@ -31,7 +31,7 @@ main() { default_row=0 for i in "${!options[@]}"; do if [[ "${options[i]}" == "$current_name" ]]; then - options[i]="${options[i]} ⮕" + options[i]="👉 ${options[i]}" default_row=$i break fi |
