From 569e7825b0882050afd87d425b1366458866ca78 Mon Sep 17 00:00:00 2001 From: vg Date: Tue, 3 Mar 2026 21:41:33 +0100 Subject: git-sync on dita --- gamechesttui | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gamechesttui b/gamechesttui index 553c800..412ea33 100755 --- a/gamechesttui +++ b/gamechesttui @@ -14,7 +14,8 @@ main() | cut -d " " -f 1 \ | fzf-frecency gamechest-game \ --style=full \ - --list-label="Installed games" \ + --border --border-label=' Gamechest ' \ + --color 'border:#6699cc,label:#99ccff' \ )" if [ -z "$game" ]; then # no game selected @@ -26,7 +27,8 @@ main() yq -r '.profiles[].name' < "$GAMESAVES_PATH/profiles.yaml" \ | fzf-frecency gamechest-profile \ --style=full \ - --list-label="Profiles" \ + --border --border-label=' Gamechest ' \ + --color 'border:#6699cc,label:#99ccff' \ )" if [ -z "$profile" ]; then # no profile selected -- cgit v1.2.3