diff options
| -rwxr-xr-x | gamechesttui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gamechesttui b/gamechesttui index 676f987..553c800 100755 --- a/gamechesttui +++ b/gamechesttui @@ -13,6 +13,8 @@ main() | cut -d ":" -f 1 \ | cut -d " " -f 1 \ | fzf-frecency gamechest-game \ + --style=full \ + --list-label="Installed games" \ )" if [ -z "$game" ]; then # no game selected @@ -23,6 +25,8 @@ main() profile="$(\ yq -r '.profiles[].name' < "$GAMESAVES_PATH/profiles.yaml" \ | fzf-frecency gamechest-profile \ + --style=full \ + --list-label="Profiles" \ )" if [ -z "$profile" ]; then # no profile selected |
