Skip to content

wsl2 on Windows Terminal: config.yml settings overriden #1522

Open
@Seanstoppable

Description

@Seanstoppable

Discussed in #1520

Originally posted by tolga-balci February 25, 2023
Hi,

I have the following global color setting in my config.yml file:

wtf:
  colors:
    border:
      focusable: "green"
      text: "black"
  grid:
    # How _wide_ the columns are, in terminal characters. In this case we have
    # four columns, each of which are 35 characters wide.
    columns: [35, 35, 35, 35, 35]
    # How _high_ the rows are, in terminal lines. In this case we have four rows
    # that support ten line of text and one of four.
    rows: [10, 10, 10, 10, 4]
  refreshInterval: 1
  openFileUtil: "open"

When I start wtfutil on WSL2 in Windows Terminal (both on Windows 10 and Windows 11), text color is overridden by Windows Terminal, especially on the light theme:

wtutil-dark

wtutil-light

Interestingly, the dashboard display works perfectly with dark themes, but completely messes up with light themes. Here is another example:

wtfutil-tango-light

Any chance to give this a look?

Many thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions