diff options
| author | vg <vgm+dev@devys.org> | 2026-03-03 21:41:33 +0100 |
|---|---|---|
| committer | vg <vgm+dev@devys.org> | 2026-03-03 21:41:33 +0100 |
| commit | 569e7825b0882050afd87d425b1366458866ca78 (patch) | |
| tree | 13f78e3a0b2fc8818bfa24a5ac1b29a0e437a9be /gamechesttui | |
| parent | 6586ad98cf5bd9178defad9953b8cb755e32956f (diff) | |
| download | gamechest-wip.tar.gz gamechest-wip.tar.bz2 gamechest-wip.zip | |
git-sync on ditawip
Diffstat (limited to 'gamechesttui')
| -rwxr-xr-x | gamechesttui | 6 |
1 files 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 |
