diff options
| -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 |
